summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-5/+5
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-3/+2
* sysrq: use show_stack_loglvl()Dmitry Safonov2020-06-091-0/+2
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-081-0/+7
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-11/+0
|\
| * signal: Remove has_group_leader_pidEric W. Biederman2020-04-281-11/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-29/+15
|\ \
| * \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-29/+15
| |\ \
| | * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-29/+15
| | |/
* | | sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-04-301-0/+2
* | | sched/topology: Kill SD_LOAD_BALANCEValentin Schneider2020-04-301-15/+14
|/ /
* / sched: topology.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
|/
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-0/+4
|\
| * clone3: allow spawning processes into cgroupsChristian Brauner2020-02-121-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-0/+16
|\ \
| * | mm: return faster for non-fatal signals in user mode faultsPeter Xu2020-04-021-1/+2
| * | mm: introduce fault_signal_pending()Peter Xu2020-04-021-0/+15
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-1/+8
|\ \ \ | |/ / |/| |
| * | exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-1/+8
* | | sched/topology: Add callback to read per CPU thermal pressureThara Gopinath2020-03-061-0/+8
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-151-0/+2
|\ \ | |/ |/|
| * timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-0/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+0
|\|
| * sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-1/+0
* | genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2020-01-221-0/+1
|/
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-121-0/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-2/+4
|\
| * exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-2/+4
* | fork: extend clone3() to support setting a PIDAdrian Reber2019-11-151-0/+3
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-282-6/+6
|\
| * sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-5/+3
| * sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers2019-09-251-0/+2
| * tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-251-1/+0
| * tasks: Add a count of task RCU usersEric W. Biederman2019-09-251-0/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-173-16/+33
|\ \ | |/ |/|
| * posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-282-9/+6
| * posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-281-1/+1
| * posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-2/+2
| * posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-3/+0
| * sched: Move struct task_cputime to types.hThomas Gleixner2019-08-281-0/+23
| * posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-2/+3
| * posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner2019-08-281-1/+0
| * posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner2019-08-281-1/+1
* | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-0/+8
* | sched/topology: Add partition_sched_domains_locked()Mathieu Poirier2019-07-251-0/+10
* | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-1/+5
* | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-0/+6
|\
| * KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-4/+12
|\ \