summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+41
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-195/+9
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot1-0/+2
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner1-2/+3
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker1-0/+6
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long1-1/+0
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-1/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-2/+3
2013-04-12sched: Document task_struct::personality fieldAndrei Epure1-1/+3
2013-04-08idle: Implement set/clr functions for need_resched pollThomas Gleixner1-0/+21
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-0/+20
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-4/+4
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+4
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker1-2/+2
2013-03-20sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo1-1/+1
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-2/+2
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker1-2/+2
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan1-21/+0
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan1-3/+0
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan1-59/+0
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan1-7/+0
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan1-56/+2
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan1-25/+0
2013-03-06sched: Remove test_sd_parent()Li Zefan1-9/+0
2013-03-06sched: Remove some dummy functionsLi Zefan1-12/+0
2013-02-28coredump: remove redundant defines for dumpable statesKees Cook1-5/+0
2013-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+11
2013-02-24mm: 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/cg...Linus 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/l...Ingo Molnar1-0/+40
2013-02-04new 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-25sched: 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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-20Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-19memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-0/+1
2012-12-18pidns: remove unused is_container_init()Gao feng1-6/+0
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+27
2012-12-14Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8