2009-03-23 |
Jeremy Fitzhardinge | x86/dmi: fix dmi_alloc() section mismatches Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Ingo Molnar | Merge branches 'sched/debug' and 'linus' into sched...
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | tracing/ftrace: check if debugfs is registered before... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | debugfs: function to know if debugfs is initialized Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Ingo Molnar | Merge branches 'irq/sparseirq' and 'linus' into irq...
|
commit | commitdiff | tree |
2009-03-23 |
Tom Zanussi | tracing/filters: clean up filter_add_subsystem_pred() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Tom Zanussi | tracing/filters: fix bug in copy_pred() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Tom Zanussi | tracing/filters: use list_for_each_entry_safe Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | tracing/events: don't discard an event after commit Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | tracing/ftrace: make nop-tracer use polling wait for... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | tracing/events: don't use wake up for events Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-23 |
Frederic Weisbecker | tracing/events: make the filter files writable Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Ingo Molnar | tracing: add run-time field descriptions for event... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Tom Zanussi | tracing: add per-subsystem filtering Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Tom Zanussi | tracing: add per-event filtering Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Tom Zanussi | tracing: add ring_buffer_event_discard() to ring buffer Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Dmitri Vorobiev | tracing: fix four sparse warnings Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Dmitri Vorobiev | tracing, Text Edit Lock: Fix one sparse warning in... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Dmitri Vorobiev | x86: Fix a couple of sparse warnings in arch/x86/kernel... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Tom Zanussi | tracing: add run-time field descriptions for event... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Ingo Molnar | Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints...
|
commit | commitdiff | tree |
2009-03-22 |
Frederic Weisbecker | tracing: keep the tracing buffer after self-test failure Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-22 |
Frederic Weisbecker | tracing/function-graph-tracer: prevent hangs during... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Ingo Molnar | Merge branch 'x86/core' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2009-03-21 |
Jeremy Fitzhardinge | Revert "x86: create a non-zero sized bm_pte only when... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: avoid accessing NULL bdev->bd_disk Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: remove sysfs_blk_trace_enable_show/store() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: report EBUSY correctly Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: don't increase blk_probes_ref if failed to... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: remove blk_probe_mutex Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: make blk_tracer_enabled a bool flag Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Li Zefan | blktrace: fix possible memory leak Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-21 |
Frederic Weisbecker | tracing/ring-buffer: don't annotate rb_cpu_notify with... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Bartlomiej Zolnierki... | x86: fix IO APIC resource allocation error message Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Hiroshi Shimamoto | x86: signal: check signal stack overflow properly Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Ingo Molnar | tracing, Text Edit Lock - kprobes architecture independent... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
venkatesh.pallipadi... | x86, CPA: Add set_pages_arrayuc and set_pages_array_wb Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
venkatesh.pallipadi... | x86, PAT: Add support for struct page pointer array... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
venkatesh.pallipadi... | x86, CPA: Add a flag parameter to cpa set_clr() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Ingo Molnar | Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup...
|
commit | commitdiff | tree |
2009-03-20 |
Peter Zijlstra | ftrace: event profile hooks Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Peter Zijlstra | ftrace: ensure every event gets an id Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Peter Zijlstra | ftrace: provide an id file for each event Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-20 |
Ingo Molnar | Merge branch 'tip/tracing/ftrace' of git://git.kernel...
|
commit | commitdiff | tree |
2009-03-20 |
Ingo Molnar | Merge branches 'tracing/ftrace', 'tracing/kprobes'...
|
commit | commitdiff | tree |
2009-03-19 |
Frederic Weisbecker | tracing/ring-buffer: fix non cpu hotplug case Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-19 |
Jeremy Fitzhardinge | x86: with the last user gone, remove set_pte_present Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-19 |
Jeremy Fitzhardinge | x86/32: no need to use set_pte_present in set_pte_vaddr Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-19 |
Ingo Molnar | x86: mpparse: clean up code by introducing a few helper... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-19 |
FUJITA Tomonori | dma-debug: warn of unmapping an invalid dma address Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | tracepoints: dont update zero-sized tracepoint sections Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Jaswinder Singh... | tracing: fix oops in tracepoint_update_probe_range() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Jaswinder Singh... | x86: mpparse: clean up code by introducing a few helper... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Jaswinder Singh... | x86: kprobes.c fix compilation warning Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug...
|
commit | commitdiff | tree |
2009-03-18 |
Jaswinder Singh... | x86: cpu/mttr/cleanup.c fix compilation warning Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ananth N Mavinakayan... | kprobes: Fix locking imbalance in kretprobes Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | dma-debug: fix dma_debug_add_bus() definition for ... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branch 'dma-api/debug' of git://git.kernel.org...
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branch 'linus' into core/iommu
|
commit | commitdiff | tree |
2009-03-18 |
Frederic Weisbecker | tracing/ftrace: stop {irqs, preempt}soff tracers when... Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Carsten Emde | tracing: fix command line to pid reverse map Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Thomas Gleixner | tracing: fix trace_find_cmdline() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Thomas Gleixner | tracing: replace the crude (unsigned) -1 hackery Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Thomas Gleixner | tracing: stop command line recording when tracing is... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Luis Henriques | sched: jiffies not printed per CPU Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branches 'sched/cleanups' and 'linus' into sched...
|
commit | commitdiff | tree |
2009-03-18 |
Rusty Russell | x86, uv: fix cpumask iterator in uv_bau_init() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Suresh Siddha | x86: add x2apic_wrmsr_fence() to x2apic flush tlb paths Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Andrew Morton | x86: use smp_call_function_single() in arch/x86/kernel... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branch 'tip/tracing/ftrace' of git://git.kernel...
|
commit | commitdiff | tree |
2009-03-18 |
Ingo Molnar | Merge branches 'tracing/ftrace' and 'linus' into tracing...
|
commit | commitdiff | tree |
2009-03-17 |
Luis Henriques | sched: small optimisation of can_migrate_task() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-17 |
Luis Henriques | sched: fix typos in documentation Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-17 |
Yinghai Lu | x86: MTRR workaround for system with stange var MTRRs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-17 |
Ingo Molnar | Merge branch 'tip/tracing/ftrace' of git://git.kernel...
|
commit | commitdiff | tree |
2009-03-17 |
Tom Zanussi | tracing: fix leak in event_format_read() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-17 |
Ingo Molnar | Merge branch 'tracing/syscalls' into tracing/core
|
commit | commitdiff | tree |
2009-03-16 |
Stephen Rothwell | sparseirq, powerpc/cell: fix unused variable warning... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Ingo Molnar | Merge branches 'irq/genirq' and 'linus' into irq/core
|
commit | commitdiff | tree |
2009-03-16 |
Hidetoshi Seto | x86, mce: remove incorrect __cpuinit for intel_init_cmci() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/core: fix early free of cpumasks Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/ftrace: fix double calls to tracing_start() Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/core: fix missing mutex unlock on tracing_set_tracer() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/syscalls: select kallsysms Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/syscalls: protect thread flag toggling from... Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/syscalls: various cleanups Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Frederic Weisbecker | tracing/syscalls: fix missing release of tracing Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-16 |
Ingo Molnar | Merge branches 'tracing/ftrace', 'tracing/syscalls...
|
commit | commitdiff | tree |
2009-03-15 |
Akinobu Mita | x86, mm: remove unnecessary include file from iomap_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-15 |
Yinghai Lu | x86: print out more info in e820_update_range() Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-15 |
Yinghai Lu | x86: fix 64k corruption-check Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Jaswinder Singh... | x86: cpu_debug add support for various AMD CPUs Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Sebastian Andrzej... | x86/centaur: merge 32 & 64 bit version Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Ingo Molnar | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups...
|
commit | commitdiff | tree |
2009-03-14 |
Yinghai Lu | x86: print the continous part of fixed mtrrs together Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Yinghai Lu | x86: fix get_mtrr() warning about smp_processor_id... Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Yinghai Lu | x86: make e820_update_range() handle small range update Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Ingo Molnar | x86: cpu/common.c more cleanups Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |
2009-03-14 |
Lai Jiangshan | kallsyms, tracing: output more proper symbol name Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
commit | commitdiff | tree |