aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-1/+1
|\
| * sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
* | task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-151-0/+2
|/
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-121-7/+13
|\
| * sched: Remove forced2_migrations statsIngo Molnar2009-12-101-1/+0
| * sched: Make tunable scaling style configurableChristian Ehrhardt2009-12-091-1/+10
| * sched: Discard some old bitsPeter Zijlstra2009-12-091-2/+0
| * sched: Sanitize fork() handlingPeter Zijlstra2009-12-091-1/+1
| * sched: Remove sysctl.sched_featuresPeter Zijlstra2009-12-091-1/+0
| * sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner2009-12-091-1/+2
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-1/+2
|\ \ | |/ |/|
| * sched: Mark sched_clock() as notraceMike Frysinger2009-12-101-1/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-9/+13
|\ \
| * | sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-0/+4
| * | sched, cputime: Cleanups related to task_times()Hidetoshi Seto2009-12-021-0/+2
| * | sched: Remove task_{u,s,g}time()Hidetoshi Seto2009-11-261-3/+0
| * | sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-261-0/+1
| * | cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-041-2/+6
| * | sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-041-1/+0
| * | sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto2009-11-041-2/+0
| * | sched: Remove unused __schedule() declarationHiroshi Shimamoto2009-11-041-1/+0
| |/
* | Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-051-3/+10
|\ \
| * | signal: Fix alternate signal stack checkSebastian Andrzej Siewior2009-11-041-3/+10
| |/
* | locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto2009-12-021-5/+5
|/
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+2
|\
| * HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen2009-09-161-0/+2
* | task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto2009-09-241-1/+0
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-4/+4
* | signals: inline __fatal_signal_pendingRoland McGrath2009-09-241-1/+4
* | 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