summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2019-12-05futex: Add mutex around futex exitThomas Gleixner
2019-12-05futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2018-12-05x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra
2018-05-22prctl: Add force disable speculationThomas Gleixner
2018-03-03exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra
2017-09-29sched/debug: Convert TASK_state to hexPeter Zijlstra
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi
2017-08-01x86/intel_rdt/cqm: Add tasks file supportVikas Shivappa
2017-08-01x86/intel_rdt: Change closid type from int to u32Vikas Shivappa
2017-08-01x86/intel_rdt: Introduce a common compile option for RDTVikas Shivappa
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-30task_struct: Allow randomized layoutKees Cook
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2017-06-08sched/deadline: Fix dl_bw commentDaniel Bristot de Oliveira
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni
2017-06-05sched/header: Remove leftover, obsolete commentPerr Zhang
2017-05-26sched: Provide is_percpu_thread() helperThomas Gleixner
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds