summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-265-99/+26
| | |\ \ \ \
| | | * | | | hrtimers: fix inconsistent lock state on resume in hres_timers_resumePeter Zijlstra2009-01-181-1/+3
| | | * | | | time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
| | | * | | | kernel/fork.c: unused variable 'ret'Steven Noonan2009-01-111-1/+0
| | | * | | | Merge commit 'v2.6.29-rc1' into timers/urgentIngo Molnar2009-01-1122-400/+1137
| | | |\ \ \ \
| | | * | | | | itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-073-96/+22
| | * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-261-10/+10
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | work_on_cpu: Use our own workqueue.Rusty Russell2009-01-191-1/+7
| | | * | | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-191-10/+4
| | | | |/ / / | | | |/| | |
| * | | | | | kmemtrace: fix printk formats, fixRandy Dunlap2009-01-301-2/+2
* | | | | | | trace_sched_wakeup: Remove unused variableArnaldo Carvalho de Melo2009-01-291-4/+1
* | | | | | | trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo2009-01-293-16/+4
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' i...Ingo Molnar2009-01-272-3/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt2009-01-221-0/+3
| | * | | | | trace: set max latency variable to zero on defaultSteven Rostedt2009-01-213-1/+3
| | * | | | | trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt2009-01-211-0/+1
| | * | | | | trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt2009-01-211-1/+1
| | * | | | | ring_buffer: reset write when reserve buffer failLai Jiangshan2009-01-211-5/+5
| | * | | | | tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker2009-01-211-0/+27
| | * | | | | ring-buffer: fix alignment problemSteven Rostedt2009-01-201-1/+1
| | |/ / / /
| * | | | | kmemtrace: fix printk format warningsRandy Dunlap2009-01-261-2/+2
* | | | | | blktrace: add ftrace pluginArnaldo Carvalho de Melo2009-01-261-0/+1
* | | | | | ftrace: add ftrace_vprintkArnaldo Carvalho de Melo2009-01-261-0/+9
|/ / / / /
* | | | | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2009-01-261-103/+195
|\ \ \ \ \
| * | | | | tracing/function-graph-tracer: various fixes and featuresFrederic Weisbecker2009-01-231-103/+195
* | | | | | trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt2009-01-232-5/+16
* | | | | | trace: fix logic to start/stop countingSteven Rostedt2009-01-231-7/+6
* | | | | | trace: remove internal irqsoff disabling for trace outputSteven Rostedt2009-01-231-32/+2
|/ / / / /
* | | | | ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt2009-01-221-0/+3
* | | | | wakeup-tracer: show scheduling data in outputSteven Rostedt2009-01-221-3/+8
* | | | | trace: separate out rt tasks from wakeup tracerSteven Rostedt2009-01-221-2/+32
* | | | | ring-buffer: do not swap if recording is disabledSteven Rostedt2009-01-222-1/+16
* | | | | trace: do not disable wake up tracer on output of traceSteven Rostedt2009-01-221-31/+2
* | | | | trace_workqueue: use percpu data for workqueue statLai Jiangshan2009-01-201-35/+29
* | | | | x86, ftrace, hw-branch-tracer: change trace formatMarkus Metzger2009-01-201-8/+5
* | | | | x86, ftrace, hw-branch-tracer: reset trace buffer on closeMarkus Metzger2009-01-201-1/+7
* | | | | x86, ftrace, hw-branch-tracer: dump trace on oopsMarkus Metzger2009-01-202-8/+22
* | | | | x86, ftrace, hw-branch-tracer: support hotplug cpusMarkus Metzger2009-01-201-16/+107
* | | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/coreIngo Molnar2009-01-1831-266/+353
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'misc' into releaseLen Brown2009-01-162-2/+3
| |\ \ \ \
| | * | | | kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
| | * | | | PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki2009-01-161-1/+2
| | |/ / /
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-152-13/+37
| |\ \ \ \
| | * | | | sched: sched_slice() fixletLin Ming2009-01-151-1/+4
| | * | | | sched: fix update_min_vruntimePeter Zijlstra2009-01-151-1/+1
| | * | | | sched: SCHED_OTHER vs SCHED_IDLE isolationPeter Zijlstra2009-01-151-8/+22
| | * | | | sched: SCHED_IDLE weight changePeter Zijlstra2009-01-151-2/+2
| | * | | | sched: fix bandwidth validation for UID groupingPeter Zijlstra2009-01-151-0/+7
| | * | | | Revert "sched: improve preempt debugging"Ingo Molnar2009-01-121-1/+1
| * | | | | resources: fix parameter name and kernel-docRandy Dunlap2009-01-151-0/+1
OpenPOWER on IntegriCloud