aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched: Make some macros available to other parts of the kernelArne Coucheron2020-06-111-2/+40
* c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov2020-06-111-0/+1
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2020-06-071-2/+2
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2020-06-071-0/+1
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2020-06-071-3/+3
* oom: remove deprecated oom_adjDavidlohr Bueso2020-06-071-1/+0
* mm: Rename CGROUP_MEM_RES_CTLR to MEMCGArne Coucheron2020-05-231-1/+1
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2020-04-041-0/+21
* sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li2018-06-281-1/+1
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-3/+20
|\
| * introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2015-02-021-0/+12
| * cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-12-011-2/+10
| * sched: add macros to define bitops for task atomic flagsZefan Li2014-12-011-0/+13
* | unix: properly account for FDs passed over unix socketswilly tarreau2017-08-121-0/+1
* | pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2017-08-121-0/+1
* | kernel: Only expose su when daemon is runningTom Marshall2017-08-051-0/+8
* | introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2017-08-041-0/+12
* | sched: move no_new_privs into new atomic flagsKees Cook2017-08-041-3/+15
* | seccomp: kill the seccomp_t typedefWill Drewry2017-08-041-1/+1
* | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2017-08-041-0/+2
* | Merge tag 'v3.4.90' into HEADBruno Martins2017-08-021-0/+1
|\|
| * sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2014-02-201-0/+1
* | Merge tag 'v3.4.80' into HEADBruno Martins2017-08-021-14/+9
|\|
| * sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2014-02-131-0/+1
| * exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-0/+4
| * exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-11-291-14/+4
* | Merge tag 'v3.4.30' into HEADBruno Martins2017-08-011-1/+10
|\|
| * ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-271-1/+10
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-011-1/+4
|\|
| * sched: Fix race in task_group()Peter Zijlstra2012-10-021-1/+4
* | Merge tag 'v3.4.10' into HEADBruno Martins2017-08-011-0/+8
|\|
| * sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-191-0/+8
* | sched: cpufreq: Adds a field cpu_power in the task_structRuchi Kandoi2015-11-301-0/+2
* | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2014-07-211-10/+0
* | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2014-07-211-0/+10
* | 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