summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-05sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-05x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-10-29signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2018-10-29sched: Add support for lazy preemptionThomas Gleixner
2018-10-29cpu/hotplug: Implement CPU pinningThomas Gleixner
2018-10-29mm, rt: kmap_atomic schedulingPeter Zijlstra
2018-10-29net: move xmit_recursion to per-task variable on -RTSebastian Andrzej Siewior
2018-10-29sched/migrate_disable: fallback to preempt_disable() instead barrier()Sebastian Andrzej Siewior
2018-10-29rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-10-29ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2018-10-29rtmutex: add sleeping lock implementationThomas Gleixner
2018-10-29softirq: Split softirq locksThomas Gleixner
2018-10-29sched: Add saved_state for tasks blocked on sleeping locksThomas Gleixner
2018-10-29sched: Move task_struct cleanup to RCUThomas Gleixner
2018-10-29posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2018-10-29signal/x86: Delay calling signals in atomicOleg Nesterov
2018-10-29kernel/sched/core: add migrate_disable()Sebastian Andrzej Siewior
2018-10-29kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-25sched/numa: Remove redundant fieldSrikar Dronamraju
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon
2018-06-21rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2018-05-25thread_info: Add update_thread_flag() helpersDave Martin
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney