aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2014-10-201-3/+40
|\
| * introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-09-171-0/+12
| * sched: move no_new_privs into new atomic flagsKees Cook2014-09-171-3/+15
| * seccomp: kill the seccomp_t typedefWill Drewry2014-09-171-1/+1
| * Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2014-09-171-0/+2
| * Merge tag 'v3.4.35' into android-3.4Colin Cross2013-03-111-2/+22
| |\
| | * ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-271-1/+10
| | * sched: Fix race in task_group()Peter Zijlstra2012-10-021-1/+4
| | * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-191-0/+8
* | | sched: Rollback upstream backportSteve Kondik2014-08-231-76/+55
* | | [backport] sched_rt: Upstream fixesKirill Tkhai2014-07-251-1/+2
* | | [backport] sched: Misc upstream scheduler improvementsPeter Zijlstra2014-07-251-54/+19
* | | [backport]: sched: Load-based CPU boostingSrivatsa Vaddagiri2014-07-251-6/+7
* | | sched: Remove get_online_cpus() usageKaushal Kumar2014-07-251-0/+54
* | | ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2014-04-071-1/+10
* | | Revert "mutex: back out architecture specific check for negative mutex count"Steve Kondik2014-03-291-3/+0
* | | Revert "sched: reinitialize rq->next_balance when a CPU is hot-added"Steve Kondik2014-03-291-3/+0
* | | sched: Implement smarter wake-affine logicMichael Wang2014-03-071-0/+3
* | | mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long2014-03-071-0/+3
* | | [backport] Hotplug thread infrastructureThomas Gleixner2014-02-101-2/+3
* | | sched: provide per cpu-cgroup option to notify on migrationsSteve Muckle2013-04-251-0/+2
* | | android/lowmemorykiller: Ignore tasks with freed mmLiam Mark2013-02-211-1/+1
* | | sched: add sysctl for controlling task migrations on wakeSteve Muckle2012-11-091-0/+1
* | | sched_avg: add run queue averagingJeff Ohlstein2012-10-041-0/+2
* | | sched: add PF_WAKE_UP_IDLESteve Muckle2012-09-101-0/+9
|/ /
* / sched: Add a generic notifier when a task struct is about to be freedSan Mehat2012-04-091-0/+3
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-231-0/+12
|/
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-7/+34
|\
| * Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-131-2/+1
| |\
| * | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-1/+1
| * | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-011-0/+8
| * | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-011-0/+1
| * | Merge branch 'linus' into sched/coreIngo Molnar2012-03-011-1/+7
| |\ \
| * | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-221-0/+6
| * | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-111-6/+9
| * | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-271-0/+1
| * | | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-0/+8
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-5/+5
|\ \ \ \
| * \ \ \ Merge branch 'linus' into irq/coreThomas Gleixner2012-03-131-2/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev2012-03-091-5/+5
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | rcu: Simplify unboosting checksPaul E. McKenney2012-02-211-2/+1
| |/ /
* | | vfork: kill PF_STARTINGOleg Nesterov2012-03-051-1/+0
* | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-051-1/+0
* | | vfork: make it killableOleg Nesterov2012-03-051-1/+1
* | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-051-0/+1
|/ /
* | Fix race in process_vm_rw_coreChristopher Yeoh2012-02-021-0/+6