summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-024-47/+34
| | * | | | | | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-022-3/+43
| | * | | | | | | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-022-13/+7
| | * | | | | | | sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-04-021-17/+8
| | * | | | | | | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-021-7/+6
| | * | | | | | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-04-021-15/+15
| | * | | | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-022-33/+4
| | * | | | | | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-026-40/+1
| | * | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-0277-789/+2950
| | |\ \ \ \ \ \ \
| | * | | | | | | | sched: Remove some dead codeDan Carpenter2010-03-161-2/+0
| | * | | | | | | | sched: Remove AFFINE_WAKEUPS featureMike Galbraith2010-03-111-2/+1
| | * | | | | | | | sched: Remove ASYM_GRAN featureMike Galbraith2010-03-112-23/+11
| | * | | | | | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-112-11/+0
| | * | | | | | | | sched: Remove WAKEUP_SYNC featureMike Galbraith2010-03-112-9/+0
| | * | | | | | | | sched: Remove FAIR_SLEEPERS featureMike Galbraith2010-03-112-8/+1
| | * | | | | | | | sched: Remove NORMALIZED_SLEEPERMike Galbraith2010-03-112-17/+0
| | * | | | | | | | sched: Fix select_idle_sibling()Mike Galbraith2010-03-111-4/+10
| | * | | | | | | | sched: Tweak sched_latency and min_granularityMike Galbraith2010-03-111-6/+6
| | * | | | | | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-112-18/+16
| | * | | | | | | | sched: Remove avg_overlapMike Galbraith2010-03-114-68/+0
| | * | | | | | | | sched: Remove avg_wakeupMike Galbraith2010-03-114-60/+4
| | * | | | | | | | sched: Rate-limit nohzMike Galbraith2010-03-112-0/+15
| | * | | | | | | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-114-134/+81
| * | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1816-902/+829
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-186-22/+126
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar2010-05-109-15/+47
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter2010-04-236-22/+126
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2010-04-0858-190/+306
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | ring-buffer: Add lost event count to end of sub bufferSteven Rostedt2010-03-311-4/+33
| | | * | | | | | | | tracing: Show the lost events in the trace_pipe outputSteven Rostedt2010-03-311-8/+22
| | | * | | | | | | | ring-buffer: Add place holder recording of dropped eventsSteven Rostedt2010-03-315-12/+73
| | | * | | | | | | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-311-2/+3
| | | * | | | | | | | tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan2010-03-311-2/+1
| | | | |_|_|_|/ / / | | | |/| | | | | |
| * | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-1811-78/+230
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-114-0/+14
| | * | | | | | | | | rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney2010-05-101-2/+2
| | * | | | | | | | | rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney2010-05-101-2/+10
| | * | | | | | | | | rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney2010-05-103-6/+10
| | * | | | | | | | | rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney2010-05-101-1/+1
| | * | | | | | | | | rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2010-05-102-9/+12
| | * | | | | | | | | rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2010-05-102-8/+42
| | * | | | | | | | | rcu: disable CPU stall warnings upon panicPaul E. McKenney2010-05-101-0/+24
| | * | | | | | | | | rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-104-19/+65
| | * | | | | | | | | rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-104-11/+21
| | * | | | | | | | | rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney2010-05-101-6/+7
| | * | | | | | | | | rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney2010-05-101-7/+2
| | * | | | | | | | | rcu: ignore offline CPUs in last non-dyntick-idle CPU checkLai Jiangshan2010-05-101-1/+1
| | * | | | | | | | | rcu: move some code from macro to functionLai Jiangshan2010-05-101-9/+9
| | * | | | | | | | | rcu: make dead code really deadLai Jiangshan2010-05-101-2/+2
| | * | | | | | | | | rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney2010-05-101-0/+10
OpenPOWER on IntegriCloud