aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney1-2/+10
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney3-6/+10
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney1-1/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2-9/+12
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2-8/+42
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney1-0/+24
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney4-19/+65
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney4-11/+21
2010-05-10rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney1-6/+7
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney1-7/+2
2010-05-10rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan1-1/+1
2010-05-10rcu: move some code from macro to functionLai Jiangshan1-9/+9
2010-05-10rcu: make dead code really deadLai Jiangshan1-2/+2
2010-05-10rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney1-0/+10
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-0/+3
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz1-0/+48
2010-05-10posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka1-51/+29
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner77-413/+755
2010-05-10Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar9-15/+47
2010-05-10sched: Remove a stale commentLi Zefan1-1/+0
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2-0/+29
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-4/+1
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven1-11/+11
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven1-1/+6
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven1-10/+19
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven1-0/+14
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker1-1/+1
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker1-1/+1
2010-05-08Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/coreIngo Molnar7-386/+507
2010-05-08kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu1-66/+66
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo2-1/+5
2010-05-08perf_event: Make software events work againPaul Mackerras1-6/+6
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-1/+0
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-5/+24
2010-05-07perf: Add group scheduling transactional APIsLin Ming1-13/+20
2010-05-07perf: Annotate perf_event_read_group() vs perf_event_release_kernel()Peter Zijlstra1-2/+14
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar4-7/+25
2010-05-07perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-0/+5
2010-05-07sched: Remove rq argument to the tracepointsPeter Zijlstra4-12/+9
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar3-3/+10
2010-05-07lockdep: Reduce stack_trace usageYong Zhang1-8/+21
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney1-0/+1
2010-05-06perf: Fix check at end of event searchDan Carpenter1-1/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney1-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo1-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo4-240/+127
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo3-140/+40
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo1-5/+367
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney1-0/+11
2010-05-06Merge branch 'master' into nextJames Morris1-1/+1