summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+5
|\
| * mm: implement memory-deny-write-execute as a prctlJoey Gouly2023-02-021-1/+5
* | sched/clock: Make local_clock() noinstrPeter Zijlstra2023-01-311-5/+3
* | cpuidle, sched: Remove instrumentation from TIF_{POLLING_NRFLAG,NEED_RESCHED}Peter Zijlstra2023-01-131-10/+30
* | cputime: remove cputime_to_nsecs fallbackNicholas Piggin2022-12-271-9/+0
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-1/+0
| * mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2022-12-151-0/+1
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-1/+1
|\ \
| * | kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe2022-11-301-1/+1
| |/
* / sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-201-6/+0
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-0/+3
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-0/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-4/+4
|\ \
| * | mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2022-09-261-4/+3
| * | memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-111-0/+1
| |/
* | Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-091-0/+1
|\ \ | |/ |/|
| * signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman2022-07-201-0/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-2/+2
|\ \
| * | docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-1/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato2022-07-111-1/+2
| | |/
* | | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-012-8/+1
|\ \ \ | |/ / |/| |
| * | sched/core: Always flush pending blk_plugJohn Keeping2022-07-131-8/+0
| * | sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-06-281-0/+1
| |/
* / fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
|/
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-032-4/+24
|\
| * sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-112-4/+21
| * ptrace: Don't change __stateEric W. Biederman2022-05-112-2/+5
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-2/+6
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-0/+2
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+1
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+1
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-0/+2
| |/
* | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-1/+10
|\ \
| * | mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-1/+1
| * | mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-0/+9
* | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-41/+0
|\ \ \
| * | | sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-6/+0
| * | | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-4/+0
| * | | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-8/+0
| * | | sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-061-5/+0
| * | | sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-3/+0
| * | | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-11/+0
| * | | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-2/+0
| * | | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-2/+0
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+2
|\ \ \
| * | | sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi2022-05-191-1/+2
| | |/ | |/|
* | | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-1/+1
|\ \ \