summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-171-0/+2
* sched: Add SD_PREFER_LOCALPeter Zijlstra2009-09-161-1/+1
* sched: Add WF_FORKPeter Zijlstra2009-09-151-0/+1
* sched: Rename sync argumentsPeter Zijlstra2009-09-151-2/+7
* sched: Rename select_task_rq() argumentPeter Zijlstra2009-09-151-1/+1
* x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra2009-09-151-0/+4
* sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-4/+3
* sched: Add TASK_WAKINGPeter Zijlstra2009-09-151-0/+1
* sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-151-1/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-39/+55
|\
| * sched: Turn off child_runs_firstMike Galbraith2009-09-091-1/+1
| * sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-041-8/+2
| * sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-041-0/+1
| * sched: Add smt_gainPeter Zijlstra2009-09-041-0/+1
| * sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-041-14/+15
| * sched: Provide iowait countersArjan van de Ven2009-09-021-0/+4
| * Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-021-0/+1
| |\
| * | sched, task_struct: stack_canary is not needed without CC_STACKPROTECTORHiroshi Shimamoto2009-08-181-0/+2
| * | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-021-1/+0
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-021-1/+2
| |\ \
| * | | sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker2009-08-021-1/+7
| * | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-181-2/+0
| * | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-181-10/+19
| * | | sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker2009-07-181-7/+2
| * | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-181-2/+23
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2009-06-291-13/+24
| |\ \ \ \
| * | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-151-0/+6
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-3/+29
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-041-0/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-291-1/+3
| * | | | | | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-291-2/+2
| * | | | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-231-13/+0
| * | | | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-0/+37
| | |_|_|_|/ | |/| | | |
* | | | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+1
* | | | | | Merge branch 'master' into nextJames Morris2009-08-201-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-0/+1
| |/ / / /
* | | | | Merge branch 'master' into nextJames Morris2009-08-061-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner2009-07-181-1/+2
| | |_|/ | |/| |
* | | | kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-171-1/+1
|/ / /
* | | sched: optimize cond_resched()Peter Zijlstra2009-07-101-1/+4
* | | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-0/+6
* | | elf: limit max map count to safe valueKAMEZAWA Hiroyuki2009-06-301-2/+14
| |/ |/|
* | pids: clean up find_task_by_pid variantsChristoph Hellwig2009-06-181-6/+0
* | memcg: remove unneeded forward declaration from sched.hLi Zefan2009-06-181-1/+0
* | Merge branch 'akpm'Linus Torvalds2009-06-161-5/+4
|\ \
| * | oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-1/+0
| * | cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-161-4/+4
* | | sched: delayed cleanup of user_structKay Sievers2009-06-151-1/+1
|/ /
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-0/+13
|\ \
| * | timers: Logic to move non pinned timersArun R Bharadwaj2009-05-131-0/+12
OpenPOWER on IntegriCloud