aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju
2013-02-14make do_sigaltstack() staticAl Viro
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-02-03new helper: sigsp()Al Viro
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-25sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa
2012-12-17pidns: remove unused is_container_init()Gao feng
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28get rid of pt_regs argument of do_execve()Al Viro
2012-11-28kill daemonize()Al Viro
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds