aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli2009-09-16
* tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu2009-09-16
* tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu2009-09-16
* tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu2009-09-16
* ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-16
* ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-16
* tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu2009-09-16
* tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu2009-09-16
* tracing/kprobes: Show event name in trace outputMasami Hiramatsu2009-09-11
* tracing/kprobes: Add argument name supportMasami Hiramatsu2009-09-11
* tracing/kprobes: Add event profiling supportMasami Hiramatsu2009-09-10
* tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu2009-09-10
* tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu2009-09-10
* kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu2009-09-10
* Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-10
|\
| * Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-06
| |\
| | * tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-04
| * | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-06
| |\ \
| | * \ Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-05
| | |\ \
| | | * | perf_counter: Fix /0 bug in swcountersPeter Zijlstra2009-08-29
| | | * | perf_counters: Increase paranoia levelIngo Molnar2009-08-28
| | * | | modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-29
| | |/ /
| | * | module: workaround duplicate section namesJames Bottomley2009-08-27
| | * | module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-27
| | * | clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-26
| | * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-25
| | |\ \
| | | * | perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-21
| | * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-25
| | |\ \ \
| | | * | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-19
| | | * | | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-17
| | * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-25
| | |\ \ \ \
| | | * | | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-18
| | | * | | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-17
| | * | | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-19
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-18
| | | * | | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-17
| | | | |/ / | | | |/| |
| | * | | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-18
| | * | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-18
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-18
| | | |/ /
| | * / / Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-17
| | |/ /
| | * | genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-13
| | * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-13
| | |\ \
| | | * | perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-13
| | | * | perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-13
| | | * | perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-13
| | | * | perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-13
| | | * | perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-13
| | * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-13
| | |\ \ \
| | | * | | futex: Fix handling of bad requeue syscall pairingDarren Hart2009-08-10
| | | * | | futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-10