aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+0
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-nextAlexei Starovoitov1-9/+0
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra1-4/+0
2020-07-07umd: Remove exit_umhEric W. Biederman1-1/+0
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman1-8/+0
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra1-4/+1
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+4
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck1-1/+3
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-0/+3
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+2
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-0/+1
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar1-1/+15
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra1-0/+6
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra1-0/+1
2020-05-12sched: Make scheduler_ipi inlineThomas Gleixner1-1/+9
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney1-2/+2
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney1-0/+8
2020-04-27rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs fieldLai Jiangshan1-1/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-18/+25
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman1-2/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+21
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior1-0/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-1/+1
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao1-2/+4
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-10/+16
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-4/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-01-26sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik1-1/+1
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar1-2/+2
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar1-4/+19
2019-12-25rseq: Unregister rseq for clone CLONE_VMMathieu Desnoyers1-2/+2
2019-12-04kcov: remote coverage supportAndrey Konovalov1-0/+8
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2019-11-20futex: Add mutex around futex exitThomas Gleixner1-0/+1
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner1-1/+1
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+4
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra1-1/+1
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-0/+1
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-0/+1
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker1-0/+2
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker1-2/+4