summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-0/+63
* mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko2016-07-281-0/+1
* mm, oom: skip vforked tasks from being selectedMichal Hocko2016-07-281-0/+26
* sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-271-2/+3
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-271-1/+1
|\
| * Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-1/+1
* | sched/api: Introduce task_rcu_dereference() and try_get_task_struct()Oleg Nesterov2016-06-031-0/+3
|/
* mm: oom_reaper: remove some bloatMichal Hocko2016-05-261-1/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-251-0/+1
|\
| * sched/core: Fix remote wakeupsPeter Zijlstra2016-05-251-0/+1
* | signal: make oom_flags a boolTetsuo Handa2016-05-231-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-2/+21
|\ \
| * | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
| * | exit_thread: remove empty bodiesJiri Slaby2016-05-201-0/+7
| * | userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2016-05-201-1/+6
| * | mm,oom: speed up select_bad_process() loopTetsuo Handa2016-05-201-0/+1
| * | mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-201-0/+5
| * | mm, oom_reaper: hide oom reaped tasks from OOM killer more carefullyMichal Hocko2016-05-201-0/+1
* | | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-0/+4
|\ \ \ | |/ / |/| |
| * | Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman2016-04-111-2/+2
| |\ \
| * | | android,lowmemorykiller: Don't abuse TIF_MEMDIE.Tetsuo Handa2016-04-041-0/+4
* | | | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-05-161-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge back earlier cpufreq material for v4.7.Rafael J. Wysocki2016-04-281-1/+4
| |\ \ \ | | |_|/ | |/| |
| | * | cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-021-1/+4
| | |/
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-16/+108
|\ \ \
| * | | sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-121-0/+5
| * | | Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-0/+9
| |\ \ \
| | * | | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-061-0/+6
| | * | | sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-061-0/+2
| | * | | sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-061-0/+1
| | |/ /
| * | | sched/fair: Add detailed description to the sched load avg metricsYuyang Du2016-05-051-11/+49
| * | | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-051-3/+13
| * | | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-231-2/+4
| * | | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-2/+2
| * | | sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano2016-04-131-2/+30
| |/ /
* | | Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-0/+20
|\ \ \
| * | | signals/sigaltstack: If SS_AUTODISARM, bypass on_sig_stack()Andy Lutomirski2016-05-041-0/+12
| * | | signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev2016-05-031-0/+8
| |/ /
* | | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+0
|\ \ \ | |/ / |/| |
| * | lib/proportions: Remove unused codeRichard Cochran2016-04-011-1/+0
| |/
* / timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-2/+2
|/
* oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa2016-03-251-2/+0
* oom: make oom_reaper_list single linkedVladimir Davydov2016-03-251-1/+1
* oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko2016-03-251-0/+2
* mm, oom_reaper: implement OOM victims queuingMichal Hocko2016-03-251-0/+3
* sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+1
* parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-231-0/+8
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-2/+2
|\
| * timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-2/+2