summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+18
2023-06-27Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2023-06-18posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin1-1/+1
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra1-1/+16
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-13/+3
2023-05-08sched/topology: Remove SHARED_CHILD from ASYM_PACKINGRicardo Neri1-4/+1
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-32/+0
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+7
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+41
2023-04-22mm: add new api to enable ksm per processStefan Roesch1-0/+1
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-0/+5
2023-04-19sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker1-0/+12
2023-04-14sched: Fix KCSAN noinstr violationJosh Poimboeuf1-1/+1
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-26/+0
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-3/+15
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-0/+16
2023-03-23vhost_task: Allow vhost layer to use copy_processMike Christie1-0/+23
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov1-1/+7
2023-03-12fork: allow kernel code to call copy_processMike Christie1-0/+2
2023-03-12fork: Add kernel_clone_args flag to ignore signalsMike Christie1-0/+1
2023-03-12fork: add kernel_clone_args flag to not dup/clone filesMike Christie1-0/+1
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-0/+1
2023-03-12kernel: Make io_thread and kthread bit fieldsMike Christie1-2/+2
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie1-1/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2023-02-03mm: implement memory-deny-write-execute as a prctlJoey Gouly1-1/+5
2023-01-31sched/clock: Make local_clock() noinstrPeter Zijlstra1-5/+3
2023-01-13cpuidle, sched: Remove instrumentation from TIF_{POLLING_NRFLAG,NEED_RESCHED}Peter Zijlstra1-10/+30
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin1-9/+0
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