summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-0/+1
* mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko2016-10-071-0/+1
* mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-071-2/+1
* kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-071-0/+14
* oom: keep mm of the killed task availableMichal Hocko2016-10-071-0/+2
* mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa2016-10-071-1/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-2/+79
|\
| * sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-0/+14
| * sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski2016-09-161-0/+16
| * sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-2/+34
| * fork: Add generic vmalloced stack supportAndy Lutomirski2016-08-241-0/+15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-2/+28
|\ \
| * | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-1/+1
| * | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-0/+3
| * | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-0/+1
| * | sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra2016-09-301-0/+6
| * | sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+4
| * | sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-0/+2
| * | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen2016-08-181-0/+1
| * | sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum2016-08-101-0/+9
| * | sched/core: Fix power to capacity renaming in commentMorten Rasmussen2016-08-101-1/+1
| |/
* | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki2016-09-131-0/+1
* | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-161-4/+8
|/
* 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
| |\ \ \
OpenPOWER on IntegriCloud