aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-05
|\
| * sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-02
| * sched, cputime: Cleanups related to task_times()Hidetoshi Seto2009-12-02
| * sched: Remove task_{u,s,g}time()Hidetoshi Seto2009-11-26
| * sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-26
| * cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-04
| * sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-04
| * sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto2009-11-04
| * sched: Remove unused __schedule() declarationHiroshi Shimamoto2009-11-04
* | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-05
|\ \
| * | signal: Fix alternate signal stack checkSebastian Andrzej Siewior2009-11-04
| |/
* / locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto2009-12-02
|/
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\
| * HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen2009-09-16
* | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-24
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* | signals: inline __fatal_signal_pendingRoland McGrath2009-09-24
* | ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-24
* | cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell2009-09-23
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-23
|\ \
| * | itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-03
| * | itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-03
* | | procfs: provide stack information for threadsStefani Seibold2009-09-23
* | | getrusage: fill ru_maxrss valueJiri Pirko2009-09-23
* | | 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