summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu2009-09-171-6/+27
* tracing/kprobes: Show event name in trace outputMasami Hiramatsu2009-09-111-5/+11
* tracing/kprobes: Add argument name supportMasami Hiramatsu2009-09-111-64/+64
* tracing/kprobes: Add event profiling supportMasami Hiramatsu2009-09-111-2/+108
* tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu2009-09-111-47/+34
* tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu2009-09-111-12/+7
* kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-111-0/+2
* Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-1131-469/+874
|\
| * Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-061-5/+6
| |\
| | * tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-041-5/+6
| * | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-0614-184/+342
| |\ \
| | * \ Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-051-1/+2
| | |\ \
| | | * | perf_counter: Fix /0 bug in swcountersPeter Zijlstra2009-08-291-0/+1
| | | * | perf_counters: Increase paranoia levelIngo Molnar2009-08-281-1/+1
| | * | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-281-2/+5
| | |/ /
| | * | module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
| | * | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
| | * | clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-261-15/+5
| | * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-251-1/+1
| | |\ \
| | | * | perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-211-1/+1
| | * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-253-11/+14
| | |\ \ \
| | | * | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-192-10/+13
| | | * | | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
| | * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-252-16/+13
| | |\ \ \ \
| | | * | | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| | | * | | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
| | * | | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-191-0/+15
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| | | * | | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| | | | |/ / | | | |/| |
| | * | | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-1/+0
| | * | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-181-2/+8
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
| | | |/ /
| | * | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+4
| | |/ /
| | * | genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
| | * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-102/+236
| | |\ \
| | | * | perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-131-2/+2
| | | * | perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-131-1/+5
| | | * | perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-72/+202
| | | * | perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-131-26/+18
| | | * | perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-1/+9
| | * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-133-10/+29
| | |\ \ \
| | | * | | futex: Fix handling of bad requeue syscall pairingDarren Hart2009-08-101-2/+9
| | | * | | futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-101-2/+4
| | | * | | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-2/+3
| | | * | | futex: Update futex_q lock_ptr on requeue proxy lockDarren Hart2009-08-101-4/+13
| | * | | | Remove double removal of blktrace directoryAlan D. Brunelle2009-08-121-11/+1
| | | |/ / | | |/| |
| * | | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-042-0/+12
| * | | | ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-041-3/+17
| * | | | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-041-1/+12
| * | | | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-042-2/+27
OpenPOWER on IntegriCloud