aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* cpuidle: fix the menu governor to boost IO performanceArjan van de Ven2009-09-22
* oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-22
* ksm: unmerge is an origin of OOMsHugh Dickins2009-09-22
* ksm: the mm interface to ksmHugh Dickins2009-09-22
* Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-21
|\
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-21
|\ \
| * | rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney2009-09-17
* | | sched: Simplify sys_sched_rr_get_interval() system callPeter Williams2009-09-21
* | | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-20
| |/ |/|
* | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-17
* | sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-16
* | sched: Add WF_FORKPeter Zijlstra2009-09-15
* | sched: Rename sync argumentsPeter Zijlstra2009-09-15
* | sched: Rename select_task_rq() argumentPeter Zijlstra2009-09-15
* | x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra2009-09-15
* | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-15
* | sched: Add TASK_WAKINGPeter Zijlstra2009-09-15
* | sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-15
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-11
|\
| * sched: Turn off child_runs_firstMike Galbraith2009-09-09
| * sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-04
| * sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-04
| * sched: Add smt_gainPeter Zijlstra2009-09-04
| * sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-04
| * sched: Provide iowait countersArjan van de Ven2009-09-02
| * Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-02
| |\
| * | sched, task_struct: stack_canary is not needed without CC_STACKPROTECTORHiroshi Shimamoto2009-08-18
| * | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-02
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-02
| |\ \
| * | | sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker2009-08-02
| * | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-18
| * | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-18
| * | | sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker2009-07-18
| * | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-18
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2009-06-29
| |\ \ \ \
| * | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-15
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-04
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-29
| * | | | | | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-29
| * | | | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-23
| * | | | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-23
| | |_|_|_|/ | |/| | | |
* | | | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-02
* | | | | | Merge branch 'master' into nextJames Morris2009-08-19
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-18
| |/ / / /
* | | | | Merge branch 'master' into nextJames Morris2009-08-05
|\| | | |
| * | | | sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner2009-07-18
| | |_|/ | |/| |
* / | | kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-16
|/ / /
* | | sched: optimize cond_resched()Peter Zijlstra2009-07-10