summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-151-0/+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-201-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
* | | sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-21/+10Star
* | | sched/isolation: Provide a dynamic off-case to housekeeping_any_cpu()Frederic Weisbecker2017-10-271-11/+6Star
* | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+56
* | | sched/rt: Add a helper to test for a RT taskSebastian Andrzej Siewior2017-10-101-0/+11
|/ /
* | sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-101-8/+0Star
* | android: binder: drop lru lock in isolate callbackSherry Yang2017-10-041-0/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-6/+0Star
|\
| * mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli2017-09-071-6/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-1/+2
|\ \ | |/ |/|
| * sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-041-1/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+8
|\ \
| * | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-0/+8
| |/
* | sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra2017-08-101-0/+8
* | sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-101-1/+3
* | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-1/+0Star
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-111-1/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-091-1/+1
|\ \
| * | MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainerIngo Molnar2017-07-051-1/+1
* | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-0/+2
|\ \ \ | |/ / |/| |
| * | osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-0/+2
| |/
* | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-4/+4
* | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-201-2/+0Star
* | sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra2017-05-151-5/+0Star
* | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-2/+2
* | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-151-1/+1
|/
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-091-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-1/+0Star
|\
| * signal: Make kill_proc_info staticEric W. Biederman2017-04-221-1/+0Star
* | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-041-3/+23
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-04-141-6/+7
|\ \
| * | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-6/+7
| |/
* | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-16/+8Star
* | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-0/+1
|/
* sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>Ingo Molnar2017-03-031-0/+7
* sched/headers: Remove <linux/sched.h> from <linux/sched/init.h>Ingo Molnar2017-03-031-2/+0Star