summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* io-wq: fork worker threads from original taskJens Axboe2021-02-211-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+29
|\
| * sched: Add cond_resched_rwlockBen Gardon2021-02-041-0/+12
| * sched: Add needbreak for rwlocksBen Gardon2021-02-041-0/+17
* | sched: Harden PREEMPT_DYNAMICPeter Zijlstra2021-02-171-1/+1
* | preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)2021-02-171-3/+24
* | sched: Correctly sort struct predeclarationsPeter Oskolkov2021-01-271-1/+1
* | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-0/+5
|/
* kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-1/+1
* Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-0/+9
|\
| * sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-0/+9
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-0/+5
|\ \
| * \ Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-2/+24
| |\ \ | | |/ | |/|
| * | sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-241-1/+1
| * | sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-101-1/+2
| * | sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra2020-11-101-0/+1
| * | sched: Add migrate_disable()Peter Zijlstra2020-11-101-0/+3
* | | Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-141-0/+4
|\ \ \
| * | | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-3/+15
| |\| |
| * | | kprobes: Remove kretprobe hashPeter Zijlstra2020-10-121-0/+4
* | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+2
| | |/ | |/|
* | | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-221-2/+24
|\ \ \ | |/ / |/| |
| * | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-171-1/+9
| * | sched: Fix data-race in wakeupPeter Zijlstra2020-11-171-1/+15
* | | sched.h: drop in_ubsan field when UBSAN is in trap modeElena Petrova2020-10-161-1/+1
* | | kasan/kunit: add KUnit Struct to Current TaskPatricia Alfonso2020-10-131-0/+4
* | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+5
|\ \ \ | |/ / |/| |
| * | io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+5
| |/
* | Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-2/+3
|\ \
| * | sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-031-0/+1
| * | sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer togetherSebastian Andrzej Siewior2020-08-261-2/+2
* | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+2
|\ \ \ | |_|/ |/| |
| * | x86/mce: Recover from poison found while copying from user spaceTony Luck2020-10-071-0/+2
| |/
* / sched: Use __always_inline on is_idle_task()Marco Elver2020-08-261-1/+1
|/
* Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-0/+4
|\
| * posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-061-0/+4
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+2
|\ \
| * | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
| * | sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-0/+3
|\ \ \ | |_|/ |/| |
| * | sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-3/+3
| * | sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+3
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-9/+0
|\ \ \
| * | | umd: Remove exit_umhEric W. Biederman2020-07-071-1/+0
| * | | umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-041-8/+0
| |/ /
* | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-9/+16
|\ \ \
| * | | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-2/+8
| * | | sched: Fix a typo in a comment王文虎2020-07-271-1/+1
| * | | sched: Better document ttwu()Peter Zijlstra2020-07-221-6/+6