summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra-24/+0
2011-09-26sched: Fix up wchan borkageSimon Kirby-1/+1
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds-15/+26
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian-1/+1
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner-5/+10
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+80
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-81/+36
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2011-07-21sched: Separate group-scheduling code more clearlyJan H. Schönherr-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy-1/+1
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz-1/+2
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr-1/+1
2011-07-21sched, cgroup: Optimize load_balance_fair()Peter Zijlstra-32/+0
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar-46/+199
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+38
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar-6/+38
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra-6/+38
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra-29/+128
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra-6/+26
2011-07-15sched: Fix 32bit racePeter Zijlstra-0/+3
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa-10/+37
2011-07-14KVM guest: Steal time accountingGlauber Costa-0/+43
2011-07-11Merge branch 'master' into for-nextJiri Kosina-6/+3
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko-1/+0
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin-2/+2
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-4/+2
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra-1/+1
2011-07-01sched: Simplify mutex_spin_on_owner()Thomas Gleixner-16/+9
2011-07-01Merge commit 'v3.0-rc5' into sched/coreIngo Molnar-5/+16
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith-6/+3
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker-1/+1
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker-1/+1
2011-06-07sched: Remove pointless in_atomic() definition checkFrederic Weisbecker-2/+0
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra-5/+16
2011-06-03Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar-2/+2
2011-05-31sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra-4/+7
2011-05-31sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra-0/+1
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro-7/+12
2011-05-28sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra-9/+28
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum-35/+3
2011-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+27
2011-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds-1/+1
2011-05-20SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom-1/+1
2011-05-20Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller-278/+349
2011-05-20sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao-8/+20