summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* kernel: add a kernel_wait helperChristoph Hellwig2020-08-121-0/+1
* include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long2020-08-121-3/+5
* mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-7/+1
* Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-16/+1
|\
| * arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-14/+1
| * fork: remove do_fork()Christian Brauner2020-07-041-1/+0
| * fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-1/+0
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-0/+2
|\ \
| * | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-0/+2
| |/
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-036-6/+27
|\ \
| * | sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
| * | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-292-0/+2
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-0/+7
| * | linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap2020-07-221-3/+3
| * | sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+3
| |\ \
| * | | sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior2020-06-251-2/+0
| * | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-0/+3
| * | | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-151-0/+1
| | |/ | |/|
* | | tasks: add put_task_struct_many()Pavel Begunkov2020-07-241-0/+6
| |/ |/|
* | task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2020-06-301-1/+3
|/
* 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