aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-2/+4
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris2-1/+16
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-0/+1
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-2/+0
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra1-2/+1
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+1
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-1/+16
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_killStephen Smalley1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-6/+0
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+12
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+4
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-1/+12
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker1-4/+0
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker1-0/+1
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar3-27/+44
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-0/+18
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-2/+4
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-0/+5
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-1/+12
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+14
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton1-22/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+28
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-0/+2
2018-01-22signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman1-0/+6
2018-01-22signal: Add send_sig_fault and force_sig_faultEric W. Biederman1-0/+20
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook1-0/+14
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMPJuri Lelli1-6/+6
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli1-2/+0
2018-01-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko1-0/+1
2017-12-06sched/headers: Constify object_is_on_stack()Sascha Hauer1-1/+1
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar26-0/+42
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman26-0/+26
2017-11-01sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke1-3/+3
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-0/+1
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker1-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker1-9/+17
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULLFrederic Weisbecker1-3/+3
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker1-1/+1
2017-10-27sched/isolation: Use its own static keyFrederic Weisbecker1-1/+2
2017-10-27sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker1-21/+10
2017-10-27sched/isolation: Provide a dynamic off-case to housekeeping_any_cpu()Frederic Weisbecker1-11/+6
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-0/+56
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-0/+16
2017-10-10sched/rt: Add a helper to test for a RT taskSebastian Andrzej Siewior1-0/+11
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra1-8/+0
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+6
2017-09-25sched/cputime: Expose cputime_adjust()Tejun Heo1-1/+2