summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-221-0/+1
* sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-161-0/+8
* 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
| * | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-0/+1
* | | | kcsan: Improve IRQ state trace reportingMarco Elver2020-07-311-0/+4
* | | | lockdep: Refactor IRQ trace events fields into structMarco Elver2020-07-311-9/+2
| |_|/ |/| |
* | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-251-4/+0
|\| |
| * | sched: Fix loadavg accounting racePeter Zijlstra2020-07-081-4/+0
* | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra2020-07-101-2/+0
|/ /
* | smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-4/+1
* | sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra2020-06-281-2/+4
|/
* Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-131-1/+3
|\
| * x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-111-1/+3
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+4
|\ \ | |/ |/|
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-18/+25
| |\
| * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-1/+1
| |\ \
| * \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-2/+2
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-4/+19
| |\ \ \ \
| * | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+4
* | | | | | kcov: collect coverage from interruptsAndrey Konovalov2020-06-041-0/+3
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-0/+1
|\ \ \ \ \ \
| * | | | | | lockdep: Prepare for noinstr sectionsPeter Zijlstra2020-05-191-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-1/+10
|\ \ \ \ \ \