summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-241-0/+1
* cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-09-241-0/+3
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-3/+13
|\
| * itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-031-0/+2
| * itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-031-3/+11
* | procfs: provide stack information for threadsStefani Seibold2009-09-231-0/+1
* | getrusage: fill ru_maxrss valueJiri Pirko2009-09-231-0/+10
* | cpuidle: fix the menu governor to boost IO performanceArjan van de Ven2009-09-221-0/+4
* | oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-221-1/+2
* | ksm: unmerge is an origin of OOMsHugh Dickins2009-09-221-1/+1
* | ksm: the mm interface to ksmHugh Dickins2009-09-221-0/+7
* | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-6/+6
|\ \
| * | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-6/+6
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-211-1/+0
|\ \ \
| * | | rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney2009-09-181-1/+0
* | | | sched: Simplify sys_sched_rr_get_interval() system callPeter Williams2009-09-211-0/+2
* | | | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-1/+1
| |/ / |/| |
* | | 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
| | |_|_|_|/ | |/| | | |
OpenPOWER on IntegriCloud