aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2009-12-02locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto
2009-11-04signal: Fix alternate signal stack checkSebastian Andrzej Siewior
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell
2009-11-04sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto
2009-11-04sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto
2009-11-04sched: Remove unused __schedule() declarationHiroshi Shimamoto
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov
2009-09-24cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton
2009-09-18rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra
2009-09-16HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen
2009-09-16sched: Add SD_PREFER_LOCALPeter Zijlstra
2009-09-15sched: Add WF_FORKPeter Zijlstra
2009-09-15sched: Rename sync argumentsPeter Zijlstra
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra
2009-09-15x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra
2009-09-15sched: Add TASK_WAKINGPeter Zijlstra
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-09-09sched: Turn off child_runs_firstMike Galbraith
2009-09-04sched: Remove reciprocal for cpu_powerPeter Zijlstra
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra
2009-09-04sched: Add smt_gainPeter Zijlstra
2009-09-04sched: Add SD_PREFER_SIBLINGPeter Zijlstra
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02sched: Provide iowait countersArjan van de Ven
2009-09-02Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney