summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-071-0/+4
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-2/+40
|\
| * doc: document scope NOFS, NOIO APIsMichal Hocko2018-05-291-0/+38
| * Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
| |\
| | * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-1/+1
|/ /
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+4
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-1/+1
|\ \
| * \ Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-232-1/+16
| |\ \
| * | | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-1/+1
| | |/ | |/|
* | | sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-0/+1
* | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-2/+0
* | | cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2018-03-091-2/+1
* | | cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-091-2/+1
* | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-092-1/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-221-1/+12
| |\ \
| | * | include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-1/+12
| | |/
| * / efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+4
| |/
* | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-6/+0
* | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-4/+0
* | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-211-0/+1
|/
* Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-063-27/+44
|\
| * Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+14
| |\
| | * fork: Provide usercopy whitelisting for task_structKees Cook2018-01-151-0/+14
| * | include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-01-311-22/+2
| * | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-0/+28
| |\ \
| | * | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-0/+2
| | * | signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-221-0/+6
| | * | signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-221-0/+20
* | | | membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-051-0/+18
* | | | membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers2018-02-051-2/+4
* | | | membarrier: Document scheduler barrier requirementsMathieu Desnoyers2018-02-051-0/+5
* | | | powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-051-1/+12
|/ / /
* | | sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-6/+6
* | | sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-101-2/+0
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-01-101-0/+1
|\| |
| * | mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-141-0/+1
| |/
* / sched/headers: Constify object_is_on_stack()Sascha Hauer2017-12-061-1/+1
|/
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-1/+2
|\
| * sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-251-1/+2
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0826-0/+42
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0226-0/+26
| * | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-0/+16
* | | sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke2017-11-011-3/+3
* | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-0/+1
* | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-0/+1
* | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-271-9/+17
* | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-3/+3
* | | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-271-1/+1
* | | sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-1/+2