aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: Only expose su when daemon is runningTom Marshall2017-06-071-0/+32
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-251-27/+63
|\
| * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
| * wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-03-041-1/+2
| * CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-10-131-4/+36
| * sched: Fix race in task_group()Peter Zijlstra2012-10-021-14/+18
| * sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-171-6/+3
| * sched: Fix nohz load accounting -- again!Peter Zijlstra2012-05-071-27/+26
* | Merge latest changes from google kernel/common.gitRoman Shaposhnikov2012-06-131-27/+26
* | sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-05-161-17/+47
* | sched: Cleanup cpu_active madnessPeter Zijlstra2012-05-161-1/+1
* | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-10-271-39/+26
|\ \
| * | Merge commit 'v3.0.8' into linux-omap-3.0Colin Cross2011-10-271-39/+26
| |\|
| | * posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-10-161-24/+0
| | * sched: Fix up wchan borkageSimon Kirby2011-10-161-1/+1
| | * sched: Fix a memory leak in __sdt_free()WANG Cong2011-10-031-0/+1
| | * sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-10-031-10/+15
| | * sched: Separate the scheduler entry for preemptionThomas Gleixner2011-10-031-5/+10
| * | Merge commit 'v3.0' into linux-omap-3.0Colin Cross2011-08-101-40/+196
| |\|
| * | Merge commit 'v3.0-rc7' into linux-omap-3.0Colin Cross2011-07-121-6/+3
| |\ \
| * | | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-2/+2
* | | | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-40/+196
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| |/ /
* | | cgroup: Add generic cgroup subsystem permission checksColin Cross2011-07-121-0/+15
* | | Revert "cgroup: Add generic cgroup subsystem permission checks."Colin Cross2011-07-121-9/+0
* | | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-121-6/+3
|\| |
| * | sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith2011-07-011-6/+3
| |/
* | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-2/+2
* | scheduler: cpuacct: Enable platform callbacks for cpuacct power trackingMike Chan2011-06-141-2/+22
* | scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequenciesMike Chan2011-06-141-0/+49
* | cgroup: Add generic cgroup subsystem permission checks.San Mehat2011-06-141-0/+9
* | sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg2011-06-141-1/+12
|/
* 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
| * sched: Cleanup set_load_weight()Nikhil Rao2011-05-201-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-221-1/+1
|\ \ | |/ |/|
| * SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-201-1/+1