aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-16/+13
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney1-0/+2
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha1-3/+0
2009-08-25Merge commit 'v2.6.31-rc7' into irq/coreIngo Molnar55-614/+1169
2009-08-25perf_counter: Allow sharing of output channelsPeter Zijlstra1-3/+80
2009-08-25perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras1-13/+30
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2-0/+26
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt1-1/+7
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney3-1855/+0
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney7-47/+571
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney3-5/+13
2009-08-23rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney1-30/+15
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney1-9/+5
2009-08-23rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney1-1/+1
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney6-49/+69
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney3-0/+241
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-21sched: Avoid division by zeroPeter Zijlstra1-13/+10
2009-08-20sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto1-1/+2
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan1-9/+16
2009-08-20Merge branch 'master' into nextJames Morris8-136/+297
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+15
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2-10/+13
2009-08-19tracing/syscalls: Add filtering supportLi Zefan2-6/+50
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan2-5/+25
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2-4/+3
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan1-1/+17
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan1-23/+28
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney1-1/+2
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-19Security/SELinux: remove duplicated #includeHuang Weiyi1-1/+0
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+8
2009-08-18sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann1-9/+4
2009-08-18sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann1-63/+67
2009-08-18sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann1-5/+8
2009-08-18sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann1-9/+9
2009-08-18sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann1-13/+10
2009-08-18sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann1-11/+20
2009-08-18sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann1-13/+19
2009-08-18sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann1-12/+18
2009-08-18sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann1-9/+17
2009-08-18sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann1-25/+32
2009-08-18sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann1-72/+99
2009-08-18sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann1-76/+89
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2