aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+94
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2021-08-28eventfd: Make signal recursion protection a task bitThomas Gleixner1-0/+4
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon1-0/+6
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon1-0/+2
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon1-0/+13
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner1-0/+3
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner1-0/+66
2021-08-17sched/wakeup: Reorganize the current::__state helpersThomas Gleixner1-25/+23
2021-08-17sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bitThomas Gleixner1-1/+3
2021-07-28sched: Add task_work callback for paranoid L1D flushBalbir Singh1-0/+10
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko1-0/+3
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+35
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds1-1/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra1-16/+15
2021-06-18sched: Add get_current_state()Peter Zijlstra1-0/+2
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-0/+2
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-0/+8
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann1-0/+8
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti1-0/+2
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser1-0/+2
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra1-0/+2
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra1-0/+6
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra1-0/+1
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra1-1/+7
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin1-1/+1
2021-04-30mm: page_owner: detect page_owner recursion via task_structSergei Trofimovich1-0/+4
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+5
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner1-0/+1
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2021-03-17softirq: Add RT specific softirq accountingThomas Gleixner1-0/+3
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+5
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-1/+0
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-0/+5
2021-02-21io-wq: fork worker threads from original taskJens Axboe1-0/+3
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+29
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-1/+1
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)1-3/+24
2021-02-04sched: Add cond_resched_rwlockBen Gardon1-0/+12
2021-02-04sched: Add needbreak for rwlocksBen Gardon1-0/+17
2021-01-27sched: Correctly sort struct predeclarationsPeter Oskolkov1-1/+1
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar1-0/+5
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov1-1/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4