aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* signals: kill force_sig_specific()Oleg Nesterov2009-12-16
* signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov2009-12-16
* memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-16
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-15
|\
| * sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-14
* | task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-15
|/
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-12
|\
| * sched: Remove forced2_migrations statsIngo Molnar2009-12-10
| * sched: Make tunable scaling style configurableChristian Ehrhardt2009-12-09
| * sched: Discard some old bitsPeter Zijlstra2009-12-09
| * sched: Sanitize fork() handlingPeter Zijlstra2009-12-09
| * sched: Remove sysctl.sched_featuresPeter Zijlstra2009-12-09
| * sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner2009-12-09
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-11
|\ \ | |/ |/|
| * sched: Mark sched_clock() as notraceMike Frysinger2009-12-10
* | 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