aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-5/+0
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+11
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-0/+22
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+3
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju1-1/+0
2013-02-14make do_sigaltstack() staticAl Viro1-1/+0
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-53/+2
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-91/+0
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-0/+40
2013-02-03new helper: sigsp()Al Viro1-0/+11
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-5/+22
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-0/+23
2013-01-25sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue1-0/+1
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan1-0/+3
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov1-1/+10
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-0/+1
2012-12-17pidns: remove unused is_container_init()Gao feng1-6/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+27
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+3
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+43
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-0/+1
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-3/+3
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-0/+4
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-2/+3
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra1-0/+1
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra1-0/+1
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+20
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of do_execve()Al Viro1-1/+1
2012-11-28kill daemonize()Al Viro1-1/+0
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker1-4/+19
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+8
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEADPaul E. McKenney1-8/+2
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner1-1/+7
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner1-0/+1
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-0/+1
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner1-0/+1
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner1-0/+13
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney1-0/+2
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker1-8/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-43/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+3