summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-13/+4
|\
| * kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel2023-09-111-13/+4
* | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-308-10/+35
|\ \
| * | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-2/+0
| * | sched: Add cpus_share_resources APIBarry Song2023-10-242-1/+14
| * | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-0/+1
| * | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-101-0/+1
| * | sched/numa: Trace decisions related to skipping VMAsMel Gorman2023-10-101-0/+8
| * | sched/headers: Standardize the <linux/sched/smt.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | sched/headers: Standardize the <linux/sched/type.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | sched/headers: Standardize the <linux/sched/vhost_task.h> header guard nameIngo Molnar2023-09-211-4/+3
| * | sched/headers: Add header guard to <linux/sched/deadline.h>Ingo Molnar2023-09-211-0/+4
| * | sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)2023-09-151-1/+2
| |/
* / sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-201-0/+4
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-5/+2
|\
| * document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-0/+4
| * kill do_each_thread()Oleg Nesterov2023-08-211-7/+0
* | sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa2023-07-131-4/+14
* | kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa2023-07-131-1/+27
|/
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-0/+2
|\
| * locking: Introduce __cleanup() based infrastructurePeter Zijlstra2023-06-261-0/+2
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-273-6/+18
|\ \
| * | sched/topology: Mark set_sched_topology() __initMiaohe Lin2023-06-161-1/+1
| * | sched/clock: Provide local_clock_noinstr()Peter Zijlstra2023-06-051-1/+16
| * | sched/topology: Remove SHARED_CHILD from ASYM_PACKINGRicardo Neri2023-05-081-4/+1
* | | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-261-1/+1
|\ \ \ | |_|/ |/| |
| * | posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-06-181-1/+1
| |/
* / fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-012-13/+3
|/
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-32/+0
|\
| * iommu/sva: Move PASID helpers to sva codeJacob Pan2023-03-311-26/+0
* | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-0/+5
|\ \
| * | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-0/+5
| |/
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-04-141-1/+1
| |/
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-1/+7
|\ \
| * | iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov2023-03-161-1/+7
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-273-0/+41
|\ \
| * | mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+1
| * | sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker2023-04-181-0/+12
| * | lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-3/+15
| * | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-0/+16
| |/
* | vhost_task: Allow vhost layer to use copy_processMike Christie2023-03-231-0/+23
* | fork: allow kernel code to call copy_processMike Christie2023-03-121-0/+2
* | fork: Add kernel_clone_args flag to ignore signalsMike Christie2023-03-121-0/+1
* | fork: add kernel_clone_args flag to not dup/clone filesMike Christie2023-03-121-0/+1
* | fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2023-03-121-0/+1
* | kernel: Make io_thread and kthread bit fieldsMike Christie2023-03-121-2/+2
* | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+3
|/
* 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