aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-09-301-24/+0
* | | sched: Fix up wchan borkageSimon Kirby2011-09-261-1/+1
|/ /
* | Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-15/+26
|\ \
| * | sched: Fix a memory leak in __sdt_free()WANG Cong2011-08-291-0/+1
| * | sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-08-291-10/+15
| * | sched: Separate the scheduler entry for preemptionThomas Gleixner2011-08-291-5/+10
| |/
* | perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-291-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-111-6/+3
| |\
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-1/+0
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-241-10/+80
|\ \ \
| * | | sched: adjust scheduler cpu power for stolen timeGlauber Costa2011-07-141-10/+37
| * | | KVM guest: Steal time accountingGlauber Costa2011-07-141-0/+43
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-221-81/+36
|\ \ \
| * | | sched: Separate group-scheduling code more clearlyJan H. Schönherr2011-07-211-24/+19
| * | | sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy2011-07-211-1/+1
| * | | sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz2011-07-211-1/+2
| * | | sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr2011-07-211-1/+1
| * | | sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2011-07-211-32/+0
| * | | Merge branch 'linus' into sched/coreIngo Molnar2011-07-211-46/+199
| |\ \ \
| * \ \ \ Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-011-4/+2
| |\ \ \ \
| | * | | | sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-231-1/+1
| | * | | | sched: Isolate preempt counting in its own config optionFrederic Weisbecker2011-06-101-1/+1
| | * | | | sched: Remove pointless in_atomic() definition checkFrederic Weisbecker2011-06-071-2/+0
| * | | | | sched: Simplify mutex_spin_on_owner()Thomas Gleixner2011-07-011-16/+9
| * | | | | Merge commit 'v3.0-rc5' into sched/coreIngo Molnar2011-07-011-5/+16
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2011-06-031-2/+2
| |\ \ \ \
| | * | | | sched: Remove unlikely() from ttwu_post_activationSteven Rostedt2010-12-131-1/+1
| | * | | | sched: Remove unlikely() from rt_policy() in sched.cSteven Rostedt2010-12-131-1/+1
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-221-1/+1
|\ \ \ \ \ \
| * | | | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-221-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-2/+2
| |/ / / /
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-201-6/+38
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-201-6/+38
| |\ \ \ \ \
| | * | | | | sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra2011-07-201-6/+38
| | | |_|_|/ | | |/| | |
* | | | | | sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra2011-07-201-0/+2
* | | | | | sched: Allow for overlapping sched_domain spansPeter Zijlstra2011-07-201-29/+128
* | | | | | sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-201-6/+26
|/ / / / /
* | | | | sched: Fix 32bit racePeter Zijlstra2011-07-151-0/+3
|/ / / /
* | | | sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith2011-07-011-6/+3
|/ / /
* | | sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra2011-06-071-5/+16
|/ /
* | sched: Fix schedstat.nr_wakeups_migratePeter Zijlstra2011-05-311-4/+7
* | sched: Fix cross-cpu clock sync on remote wakeupsPeter Zijlstra2011-05-311-0/+1
* | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro2011-05-281-7/+12
* | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
* | cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-35/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-231-12/+27
|\ \
| * | sched: Increase SCHED_LOAD_SCALE resolutionNikhil Rao2011-05-201-8/+20
| * | sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2011-05-201-2/+2