aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig1-0/+1
2020-08-12include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long1-3/+5
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim1-7/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-16/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+2
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-6/+27
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider1-0/+10
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2-0/+2
2020-07-24tasks: add put_task_struct_many()Pavel Begunkov1-0/+6
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider1-0/+7
2020-07-22linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap1-3/+3
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker1-1/+1
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-1/+3
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman1-0/+2
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-14/+1
2020-07-04fork: remove do_fork()Christian Brauner1-1/+0
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov1-1/+3
2020-06-25sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior1-2/+0
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-1/+0
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra1-0/+3
2020-06-15isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-5/+5
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-3/+2
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov1-0/+2
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detectedGuilherme G. Piccoli1-0/+7
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-11/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-29/+15
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-0/+2
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider1-15/+14
2020-04-28signal: Remove has_group_leader_pidEric W. Biederman1-11/+0
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann1-29/+15
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-29/+15
2020-04-18sched: topology.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+4
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+16
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+8
2020-04-02mm: return faster for non-fatal signals in user mode faultsPeter Xu1-1/+2
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-0/+15
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-1/+8
2020-03-06sched/topology: Add callback to read per CPU thermal pressureThara Gopinath1-0/+8
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner1-0/+4
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)1-0/+2
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei1-0/+1
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot1-1/+0
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki1-0/+3
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4