summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-1/+0
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-0/+1
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-01kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe1-1/+1
2022-11-21sched: Move numa_balancing sysctls to its own fileKefeng Wang1-6/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2022-10-10Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-09-27mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan1-4/+3
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-0/+3
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+1
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-1/+2
2022-07-20signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exitEric W. Biederman1-0/+1
2022-07-13sched/core: Always flush pending blk_plugJohn Keeping1-8/+0
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato1-1/+2
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu1-0/+1
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-2/+2
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-4/+24
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+6
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+10
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-41/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-05-20sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi1-1/+2
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2-4/+21
2022-05-11ptrace: Don't change __stateEric W. Biederman2-2/+5
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra1-0/+8
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-0/+2
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-0/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+1
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-0/+2
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-1/+1
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy1-0/+9
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe1-2/+11
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-1/+1
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni1-6/+0
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni1-4/+0
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni1-8/+0
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni1-5/+0
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni1-3/+0
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-11/+0
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni1-2/+0
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni1-2/+0