summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-0/+1
|\
| * coredump: Don't perform any cleanups before dumping coreEric W. Biederman2021-10-061-0/+1
* | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-12/+1
|\ \
| * | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-301-12/+1
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-4/+7
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-0/+1
| * | | sched: Fill unconditional hole induced by sched_entityKees Cook2021-10-141-1/+1
| * | | sched: Introduce task block time in schedstatsYafang Shao2021-10-051-0/+2
| * | | sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-051-3/+3
* | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-10/+29
|\ \ \ \
| * | | | sched: Make cond_resched_lock() variants RT awareThomas Gleixner2021-10-011-9/+25
| * | | | sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2021-10-011-0/+3
| * | | | sched: Make cond_resched_*lock() variants consistent vs. might_sleep()Thomas Gleixner2021-10-011-6/+6
| * | | | sched: Clean up the might_sleep() underscore zooThomas Gleixner2021-10-011-4/+4
| | |_|/ | |/| |
* | | | sched: make task_struct->plug always definedJens Axboe2021-10-221-2/+0
| |/ / |/| |
* | | sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-011-1/+1
| |/ |/|
* | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-191-0/+1
|\ \ | |/ |/|
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-0/+1
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-0/+3
|\ \ | |/ |/|
| * bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-0/+3
* | Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-0/+10
|\ \
| * | sched: Add task_work callback for paranoid L1D flushBalbir Singh2021-07-281-0/+10
| |/
* | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-25/+94
|\ \
| * | sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-171-0/+3
| * | sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-171-0/+66
| * | sched/wakeup: Reorganize the current::__state helpersThomas Gleixner2021-08-171-25/+23
| * | sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner2021-08-171-1/+3
| |/
* | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-301-0/+25
|\ \ | |/ |/|
| * eventfd: Make signal recursion protection a task bitThomas Gleixner2021-08-281-0/+4
| * sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon2021-08-201-0/+6
| * sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon2021-08-201-0/+2
| * sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon2021-08-201-0/+13
* | Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-281-0/+2
|\ \
| * | tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti2021-05-131-0/+2
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-15/+35
|\ \ \ | | |/ | |/|
| * | sched: Change task_struct::statePeter Zijlstra2021-06-181-16/+15
| * | sched: Add get_current_state()Peter Zijlstra2021-06-181-0/+2
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-0/+2
| * | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-0/+8
| |\ \
| * | | sched: prctl() core-scheduling interfaceChris Hyser2021-05-121-0/+2
| * | | sched: Inherit task cookie on fork()Peter Zijlstra2021-05-121-0/+2
| * | | sched: Trivial core scheduling cookie managementPeter Zijlstra2021-05-121-0/+6
| * | | sched: Trivial forced-newidle balancerPeter Zijlstra2021-05-121-0/+1
| * | | sched: Basic tracking of matching tasksPeter Zijlstra2021-05-121-1/+7
| | |/ | |/|
* | | Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-271-1/+0
| |/ |/|
* | sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-031-0/+8
|/
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-051-1/+1
* mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich2021-04-301-0/+4
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-0/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-0/+5
| |\