aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21sched/deadline: Don't use dubious signed bitfieldsDan Carpenter1-4/+4
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-2/+0
2017-10-10sched/deadline: Use C bitfields for the state flagsluca abeni1-4/+4
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra1-3/+3
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra1-0/+3
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-9/+7
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-2/+10
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra1-2/+0
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra1-1/+1
2017-09-29sched/debug: Convert TASK_state to hexPeter Zijlstra1-14/+14
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra1-7/+19
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso1-2/+1
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+11
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-24/+27
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-24/+27
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov1-24/+27
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney1-2/+3
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-0/+3
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-0/+8
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra1-1/+0
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi1-0/+13
2017-08-01x86/intel_rdt/cqm: Add tasks file supportVikas Shivappa1-0/+1
2017-08-01x86/intel_rdt: Change closid type from int to u32Vikas Shivappa1-1/+1
2017-08-01x86/intel_rdt: Introduce a common compile option for RDTVikas Shivappa1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+15
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita1-1/+1
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+1
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+19
2017-07-06mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka1-1/+1
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li1-0/+3
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker1-10/+16
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker1-2/+2
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2017-06-30task_struct: Allow randomized layoutKees Cook1-0/+14
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira1-0/+1
2017-06-08sched/deadline: Fix dl_bw commentDaniel Bristot de Oliveira1-1/+1
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni1-0/+17
2017-06-05sched/header: Remove leftover, obsolete commentPerr Zhang1-2/+0
2017-05-26sched: Provide is_percpu_thread() helperThomas Gleixner1-0/+10
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+0
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-5/+3
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-0/+2
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+4
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1