aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Gravatar Guilherme G. Piccoli 1-0/+7
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-11/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-29/+15
2020-04-30sched/core: Fix illegal RCU from offline CPUsGravatar Peter Zijlstra 1-0/+2
2020-04-30sched/topology: Kill SD_LOAD_BALANCEGravatar Valentin Schneider 1-15/+14
2020-04-28signal: Remove has_group_leader_pidGravatar Eric W. Biederman 1-11/+0
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Daniel Borkmann 1-29/+15
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-29/+15
2020-04-18sched: topology.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-0/+4
2020-04-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+16
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+8
2020-04-02mm: return faster for non-fatal signals in user mode faultsGravatar Peter Xu 1-1/+2
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-0/+15
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexGravatar Eric W. Biederman 1-1/+8
2020-03-06sched/topology: Add callback to read per CPU thermal pressureGravatar Thara Gopinath 1-0/+8
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2020-02-12clone3: allow spawning processes into cgroupsGravatar Christian Brauner 1-0/+4
2020-01-28timers/nohz: Update NOHZ load in remote tickGravatar Peter Zijlstra (Intel) 1-0/+2
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsGravatar Ming Lei 1-0/+1
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Gravatar Vincent Guittot 1-1/+0
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineGravatar Rafael J. Wysocki 1-0/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+4
2019-11-20exit/exec: Seperate mm_release()Gravatar Thomas Gleixner 1-2/+4
2019-11-15fork: extend clone3() to support setting a PIDGravatar Adrian Reber 1-0/+3
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+6
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 1-5/+3
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmGravatar Mathieu Desnoyers 1-0/+2
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Gravatar Eric W. Biederman 1-1/+0
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 1-0/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-16/+33
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersGravatar Thomas Gleixner 2-9/+6
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayGravatar Thomas Gleixner 1-1/+1
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheGravatar Thomas Gleixner 1-2/+2
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersGravatar Thomas Gleixner 1-3/+0
2019-08-28sched: Move struct task_cputime to types.hGravatar Thomas Gleixner 1-0/+23
2019-08-28posix-cpu-timers: Create a container structGravatar Thomas Gleixner 1-2/+3
2019-08-28posix-cpu-timers: Rename thread_group_cputimer() and make it staticGravatar Thomas Gleixner 1-1/+0
2019-08-28posix-cpu-timers: Provide quick sample function for itimerGravatar Thomas Gleixner 1-1/+1
2019-07-25cpusets: Rebuild root domain deadline accounting informationGravatar Mathieu Poirier 1-0/+8
2019-07-25sched/topology: Add partition_sched_domains_locked()Gravatar Mathieu Poirier 1-0/+10
2019-07-25sched/core: Convert get_task_struct() to return the taskGravatar Matthew Wilcox (Oracle) 1-1/+5
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersGravatar Jann Horn 1-2/+2
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+6
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptGravatar Wanpeng Li 1-0/+6
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+12
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskGravatar Oleg Nesterov 1-2/+10
2019-07-16signal: reorder struct sighand_structGravatar Alexey Dobriyan 1-2/+2
2019-07-14clone: fix CLONE_PIDFD supportGravatar Dmitry V. Levin 1-0/+1