summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar18-221/+729
2009-04-07Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-106/+235
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-12/+33
2009-04-07Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-20/+237
2009-04-07kprobes: support per-kprobe disablingMasami Hiramatsu1-26/+141
2009-04-07kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu1-17/+17
2009-04-07kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu1-12/+18
2009-04-07kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu1-30/+30
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-0/+23
2009-04-07ftrace: Correct a text align for event format outputZhaolei1-1/+1
2009-04-07Update /debug/tracing/READMENikanth Karthikesan1-2/+2
2009-04-07tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker1-1/+12
2009-04-07ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei1-0/+3
2009-04-07tracing/ftrace: fix missing include string.hFrederic Weisbecker1-0/+1
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan3-4/+3
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt1-1/+7
2009-04-07Merge branch 'tracing/blktrace-fixes' into tracing/urgentIngo Molnar1-3/+4
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar13-132/+379
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar134-5132/+17272
2009-04-07perf_counter: minimize context time updatesPeter Zijlstra1-2/+5
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra2-46/+16
2009-04-07perf_counter: rework the task clock software counterPeter Zijlstra1-30/+12
2009-04-07perf_counter: rework context timePeter Zijlstra1-44/+34
2009-04-07perf_counter: change event definitionPeter Zijlstra1-7/+15
2009-04-07perf_counter: counter overflow limitPeter Zijlstra1-10/+41
2009-04-07perf_counter: PERF_RECORD_TIMEPeter Zijlstra1-0/+14
2009-04-07perf_counter: fix the mlock accountingPeter Zijlstra1-12/+21
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra1-6/+23
2009-04-07perf_counter: generalize pending infrastructurePeter Zijlstra1-21/+32
2009-04-07perf_counter: SIGIO supportPeter Zijlstra1-1/+19
2009-04-07perf_counter: add more context informationPeter Zijlstra1-4/+2
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell1-3/+0
2009-04-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov1-2/+1
2009-04-06kernel/sysctl.c: avoid annoying warningsLinus Torvalds1-2/+2
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-25/+51
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-103/+325
2009-04-06perf_counter: update mmap() counter readPeter Zijlstra1-2/+2
2009-04-06perf_counter: add more context informationPeter Zijlstra1-1/+1
2009-04-06perf_counter: per event wakeupsPeter Zijlstra1-1/+9
2009-04-06perf_counter: move the event overflow output bits to record_typePeter Zijlstra1-61/+40
2009-04-06perf_counter: provide generic callchain bitsPeter Zijlstra1-0/+27
2009-04-06perf_counter: re-arrange the perf_event_typePeter Zijlstra1-31/+25
2009-04-06perf_counter: small cleanup of the output routinesPeter Zijlstra1-16/+26
2009-04-06perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras1-13/+22
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-0/+145
2009-04-06perf_counter: fix update_userpage()Peter Zijlstra1-15/+23
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2-8/+123
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras1-21/+136
2009-04-06perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra1-1/+5
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra1-2/+16