summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2020-04-24signal: Extend exec_id to 64bitsEric W. Biederman
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-05-14x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2019-02-12oom, oom_reaper: do not enqueue same task twiceTetsuo Handa
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-07-28exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-04-13sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2017-08-24pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-11signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko
2016-10-07oom: keep mm of the killed task availableMichal Hocko
2016-10-07mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski
2016-09-16sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski
2016-08-18sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki
2016-08-10sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum
2016-08-10sched/core: Fix power to capacity renaming in commentMorten Rasmussen
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2016-07-28mm, oom_reaper: do not attempt to reap a task more than twiceMichal Hocko
2016-07-28mm, oom: skip vforked tasks from being selectedMichal Hocko
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds
2016-06-03sched/api: Introduce task_rcu_dereference() and try_get_task_struct()Oleg Nesterov
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra
2016-05-23signal: make oom_flags a boolTetsuo Handa
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby