aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo10-45/+25
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo8-102/+96
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo8-82/+44
2009-02-05trace: code style clean upSteven Rostedt1-14/+15
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo6-51/+34
2009-02-05trace_branch: Remove unused functionArnaldo Carvalho de Melo1-17/+0
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo3-13/+16
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo4-25/+37
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo3-114/+86
2009-02-04Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'linus' into tracing/coreIngo Molnar4-18/+70
2009-02-03ftrace: do_each_pid_task() needs rcu lockOleg Nesterov1-0/+5
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo4-90/+72
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker4-115/+151
2009-02-03trace: let boot trace be chosen by command lineSteven Rostedt3-12/+11
2009-02-03trace: fix default boot up tracerSteven Rostedt1-6/+54
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/coreIngo Molnar27-198/+298
2009-02-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-14/+45
2009-02-02modules: Use a better scheme for refcountingEric Dumazet1-10/+25
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/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+35
2009-01-31Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-01-31Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+59
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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/jgarzik/libata-devLinus Torvalds1-0/+10
2009-01-27Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' into tracing/coreIngo 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 print_fatal_signal()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/lethal/sh-2.6Linus Torvalds1-23/+24
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-4/+15
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-99/+26
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+10
2009-01-26blktrace: add ftrace pluginArnaldo Carvalho de Melo1-0/+1