summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-1/+0
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-5/+0
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+8
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto1-0/+2
2009-12-15sched: Convert pi_lock to raw_spinlockThomas Gleixner1-1/+1
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+13
2009-12-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2009-12-10sched: Remove forced2_migrations statsIngo Molnar1-1/+0
2009-12-10sched: Mark sched_clock() as notraceMike Frysinger1-1/+2
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt1-1/+10
2009-12-09sched: Discard some old bitsPeter Zijlstra1-2/+0
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra1-1/+1
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra1-1/+0
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner1-1/+2
2009-12-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+13
2009-12-05Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-0/+4
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto1-0/+2
2009-12-02locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto1-5/+5
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-3/+0
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-0/+1
2009-11-04signal: Fix alternate signal stack checkSebastian Andrzej Siewior1-3/+10
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell1-2/+6
2009-11-04sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto1-1/+0
2009-11-04sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto1-2/+0
2009-11-04sched: Remove unused __schedule() declarationHiroshi Shimamoto1-1/+0
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus 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/...Linus 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/...Linus Torvalds1-6/+6
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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