aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2013-12-02Merge tag 'v3.10.21' into linux-linaro-lskMark Brown
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-08-29Merge tag 'v3.10.10' into linux-linaro-lskMark Brown
2013-08-29Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds
2013-08-21Merge tag 'v3.10.9' into linux-linaro-lskMark Brown
2013-08-20x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea
2013-07-17sched: Ignore offline CPUs in HMP migration & load statsChris Redpath
2013-07-17sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2013-07-17sched: Task placement for heterogeneous systems based on task load-trackingMorten Rasmussen
2013-07-17sched: entity load-tracking load_avg_ratioMorten Rasmussen
2013-07-17sched: implement usage trackingPaul Turner
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-12sched: Document task_struct::personality fieldAndrei Epure
2013-04-08idle: Implement set/clr functions for need_resched pollThomas Gleixner
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan
2013-03-06sched: Remove test_sd_parent()Li Zefan
2013-03-06sched: Remove some dummy functionsLi Zefan
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook