aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+2
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-1/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-09-24signals: inline __fatal_signal_pendingRoland McGrath1-1/+4
2009-09-24ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov1-0/+1
2009-09-24cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=yRusty Russell1-0/+3
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+13
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+1
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko1-0/+10
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-0/+4
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-1/+2
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-1/+1
2009-09-22ksm: the mm interface to ksmHugh Dickins1-0/+7
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-6/+6
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams1-0/+2
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-1/+1
2009-09-18rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney1-1/+0
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra1-0/+2
2009-09-16HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen1-0/+2
2009-09-16sched: Add SD_PREFER_LOCALPeter Zijlstra1-1/+1
2009-09-15sched: Add WF_FORKPeter Zijlstra1-0/+1
2009-09-15sched: Rename sync argumentsPeter Zijlstra1-2/+7
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra1-1/+1
2009-09-15x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra1-0/+4
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra1-4/+3
2009-09-15sched: Add TASK_WAKINGPeter Zijlstra1-0/+1
2009-09-15sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra1-1/+2
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-03itimers: Fix periodic tics precisionStanislaw Gruszka1-0/+2
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka1-3/+11