aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-09x86/cache: Rename config option to CONFIG_X86_RESCTRLGravatar Borislav Petkov 1-1/+1
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+3
2018-12-03sched: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationGravatar Thomas Gleixner 1-0/+9
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackGravatar Steven Rostedt (VMware) 1-0/+1
2018-11-22x86/resctrl: Rename the config option INTEL_RDT to RESCTRLGravatar Babu Moger 1-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerGravatar Paul E. McKenney 1-1/+3
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2018-10-26memcg: remove memcg_kmem_skip_accountGravatar Shakeel Butt 1-3/+0
2018-10-26psi: pressure stall information for CPU, memory, and IOGravatar Johannes Weiner 1-0/+10
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+6
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemGravatar Alexander Popov 1-0/+1
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsGravatar Alexander Popov 1-0/+4
2018-09-03x86/fault: BUG() when uaccess helpers fault on kernel addressesGravatar Jann Horn 1-0/+6
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionGravatar Paul E. McKenney 1-5/+1
2018-08-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutGravatar Dmitry Vyukov 1-0/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-25/+6
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBGravatar Kirill Tkhai 1-1/+1
2018-08-17memcg, oom: move out_of_memory back to the charge pathGravatar Michal Hocko 1-1/+1
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 1-0/+3
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2018-07-25sched/numa: Remove redundant fieldGravatar Srikar Dronamraju 1-1/+0
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-2/+2
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structGravatar Eric W. Biederman 1-18/+4
2018-07-21pids: Compute task_tgid using signal->leader_pidGravatar Eric W. Biederman 1-5/+0
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesGravatar Andrea Parri 1-2/+2
2018-07-09blkcg: add generic throttling mechanismGravatar Josef Bacik 1-0/+8
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Gravatar Peter Zijlstra 1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVGravatar Will Deacon 1-7/+11
2018-06-21rseq/cleanup: Do not abort rseq c.s. in child on fork()Gravatar Mathieu Desnoyers 1-4/+1
2018-06-15sched/core / kcov: avoid kcov_area during task switchGravatar Mark Rutland 1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+6
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+134
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+0
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Paolo Bonzini 1-0/+6
2018-05-25thread_info: Add update_thread_flag() helpersGravatar Dave Martin 1-0/+6
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+9
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Gravatar Linus Torvalds 1-1/+9
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-8/+0
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroGravatar Paul E. McKenney 1-8/+0