summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-01sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell1-2/+2
2009-02-01sched: fix buddie group latencyPeter Zijlstra1-2/+8
2009-02-01sched: clear buddies more aggressivelyMike Galbraith1-1/+12
2009-02-01sched: symmetric sync vs avg_overlapPeter Zijlstra1-3/+9
2009-02-01sched: fix sync wakeupsPeter Zijlstra2-9/+6
2009-01-31Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+35
2009-01-31Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-01-31Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+59
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-8/+41
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner1-0/+7
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2-7/+23
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker1-1/+29
2009-01-30generic-ipi: use per cpu data for single cpu ipi callsSteven Rostedt1-3/+33
2009-01-30kmemtrace: fix printk formats, fixRandy Dunlap1-2/+2
2009-01-29cgroup: fix root_count when mount fails due to busy subsystemPaul Menage1-2/+4
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage1-2/+5
2009-01-29cgroups: fix lock inconsistency in cgroup_clone()Li Zefan1-6/+7
2009-01-29cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki1-0/+2
2009-01-29trace_sched_wakeup: Remove unused variableArnaldo Carvalho de Melo1-4/+1
2009-01-29trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo3-16/+4
2009-01-27cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2-8/+16
2009-01-27Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney1-1/+1
2009-01-27Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+10
2009-01-27Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' i...Ingo Molnar2-3/+3
2009-01-27Hibernation: Introduce system_entering_hibernationRafael J. Wysocki1-0/+10
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk1-0/+2
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-6/+10
2009-01-26Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+24
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+15
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-99/+26
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+10
2009-01-26blktrace: add ftrace pluginArnaldo Carvalho de Melo1-0/+1
2009-01-26ftrace: add ftrace_vprintkArnaldo Carvalho de Melo1-0/+9
2009-01-26kmemtrace: fix printk format warningsRandy Dunlap1-2/+2
2009-01-26Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar1-103/+195
2009-01-23tracing/function-graph-tracer: various fixes and featuresFrederic Weisbecker1-103/+195
2009-01-23trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt2-5/+16
2009-01-23trace: fix logic to start/stop countingSteven Rostedt1-7/+6
2009-01-23trace: remove internal irqsoff disabling for trace outputSteven Rostedt1-32/+2
2009-01-22ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt1-0/+3
2009-01-22ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt1-0/+3
2009-01-22wakeup-tracer: show scheduling data in outputSteven Rostedt1-3/+8
2009-01-22trace: separate out rt tasks from wakeup tracerSteven Rostedt1-2/+32
2009-01-22ring-buffer: do not swap if recording is disabledSteven Rostedt2-1/+16
2009-01-22trace: do not disable wake up tracer on output of traceSteven Rostedt1-31/+2
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner27-210/+222
2009-01-21trace: set max latency variable to zero on defaultSteven Rostedt3-1/+3
2009-01-21trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt1-0/+1
2009-01-21trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt1-1/+1
2009-01-21ring_buffer: reset write when reserve buffer failLai Jiangshan1-5/+5