summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-04-07ftrace: Correct a text align for event format outputZhaolei
2009-04-07Update /debug/tracing/READMENikanth Karthikesan
2009-04-07tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker
2009-04-07ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei
2009-04-07tracing/ftrace: fix missing include string.hFrederic Weisbecker
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-07Merge branch 'tracing/blktrace-fixes' into tracing/urgentIngo Molnar
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger
2009-04-07x86, hw-branch-tracer: allocate selftest iterator on heapMarkus Metzger
2009-04-07x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger
2009-04-07sched, hw-branch-tracer: add wait_task_context_switch() function to sched.hMarkus Metzger
2009-04-07Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar
2009-04-07perf_counter: minimize context time updatesPeter Zijlstra
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra
2009-04-07perf_counter: rework the task clock software counterPeter Zijlstra
2009-04-07perf_counter: rework context timePeter Zijlstra
2009-04-07perf_counter: change event definitionPeter Zijlstra
2009-04-07perf_counter: counter overflow limitPeter Zijlstra
2009-04-07perf_counter: PERF_RECORD_TIMEPeter Zijlstra
2009-04-07perf_counter: fix the mlock accountingPeter Zijlstra
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra
2009-04-07perf_counter: generalize pending infrastructurePeter Zijlstra
2009-04-07perf_counter: SIGIO supportPeter Zijlstra
2009-04-07perf_counter: add more context informationPeter Zijlstra
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell
2009-04-06exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov
2009-04-06kernel/sysctl.c: avoid annoying warningsLinus Torvalds
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-06futex: add requeue_pi functionalityDarren Hart
2009-04-06futex: split out futex value validation codeDarren Hart
2009-04-06futex: distangle futex_requeue()Darren Hart
2009-04-06futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flagsDarren Hart
2009-04-06rt_mutex: add proxy lock routinesDarren Hart
2009-04-06futex: split out fixup owner logic from futex_lock_pi()Darren Hart
2009-04-06futex: split out atomic logic from futex_lock_pi()Darren Hart
2009-04-06futex: add helper to find the top prio waiter of a futexDarren Hart
2009-04-06futex: separate futex_wait_queue_me() logic from futex_wait()Darren Hart
2009-04-06perf_counter: update mmap() counter readPeter Zijlstra
2009-04-06perf_counter: add more context informationPeter Zijlstra
2009-04-06perf_counter: per event wakeupsPeter Zijlstra
2009-04-06perf_counter: move the event overflow output bits to record_typePeter Zijlstra
2009-04-06perf_counter: provide generic callchain bitsPeter Zijlstra
2009-04-06perf_counter: re-arrange the perf_event_typePeter Zijlstra
2009-04-06perf_counter: small cleanup of the output routinesPeter Zijlstra
2009-04-06perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras