aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-39/+55
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+29
2009-09-09sched: Turn off child_runs_firstMike Galbraith1-1/+1
2009-09-04sched: Remove reciprocal for cpu_powerPeter Zijlstra1-8/+2
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra1-0/+1
2009-09-04sched: Add smt_gainPeter Zijlstra1-0/+1
2009-09-04sched: Add SD_PREFER_SIBLINGPeter Zijlstra1-14/+15
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+1
2009-09-02sched: Provide iowait countersArjan van de Ven1-0/+4
2009-09-02Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar1-0/+1
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney1-1/+3
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney1-2/+2
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney1-13/+0
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney1-0/+37
2009-08-20Merge branch 'master' into nextJames Morris1-0/+1
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-0/+1
2009-08-18sched, task_struct: stack_canary is not needed without CC_STACKPROTECTORHiroshi Shimamoto1-0/+2
2009-08-06Merge branch 'master' into nextJames Morris1-1/+2
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins1-1/+0
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+2
2009-08-02sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker1-1/+7
2009-07-18sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker1-2/+0
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker1-10/+19
2009-07-18sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker1-7/+2
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar1-2/+23
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-1/+2
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov1-1/+1
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-1/+4
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-0/+6
2009-06-30elf: limit max map count to safe valueKAMEZAWA Hiroyuki1-2/+14
2009-06-29Merge branch 'linus' into sched/coreIngo Molnar1-13/+24
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig1-6/+0
2009-06-18memcg: remove unneeded forward declaration from sched.hLi Zefan1-1/+0
2009-06-16Merge branch 'akpm'Linus Torvalds1-5/+4
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-1/+0
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie1-4/+4
2009-06-15sched: delayed cleanup of user_structKay Sievers1-1/+1
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+13
2009-06-15sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering1-0/+6
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-19/+60
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+20
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+4
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-17/+36
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+7
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+5
2009-06-11Merge branch 'next' into for-linusJames Morris1-1/+4
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra1-0/+2
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-2/+4
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar1-3/+22