summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
| * 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/+0Star
| * | 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/+0Star
| * | | 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/+2Star
| * | | 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/+0Star
| * | | | | | 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-191-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-07-011-2/+14
| |/ |/|
* | pids: clean up find_task_by_pid variantsChristoph Hellwig2009-06-181-6/+0Star
* | memcg: remove unneeded forward declaration from sched.hLi Zefan2009-06-181-1/+0Star
* | Merge branch 'akpm'Linus Torvalds2009-06-171-5/+4Star
|\ \
| * | oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-171-1/+0Star
| * | cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-171-4/+4
* | | sched: delayed cleanup of user_structKay Sievers2009-06-161-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
| * | timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-131-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-19/+60
|\ \ \ | | |/ | |/|
| * | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-111-1/+20
| |\ \
| | * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-17/+36
| | |\ \
| | * | | perf_counter: Change pctrl() behaviourPeter Zijlstra2009-05-241-0/+2
| | * | | perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras2009-05-221-2/+4
| | * | | perf_counter: per user mlock giftPeter Zijlstra2009-05-151-0/+4
| | * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-1/+2
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-081-8/+15
| | |\ \ \