summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-3/+4
|\
| * sched: drop sched.h dependency on cpumaskYury Norov2024-06-241-2/+3
| * sched: avoid using ilog2() in sched.hYury Norov2024-06-241-1/+1
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-4/+5
|\ \
| * | mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-101-2/+1
| * | mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1Roman Gushchin2024-07-041-1/+1
| * | mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1Roman Gushchin2024-07-041-1/+3
| |/
* | Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-07-181-1/+1
|\ \
| * | function_graph: Convert ret_stack to a series of longsSteven Rostedt (VMware)2024-06-041-1/+1
| |/
* | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-161-1/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-2/+2
| |\ \
| * | | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2024-06-241-0/+3
| * | | net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior2024-06-241-1/+4
| | |/ | |/|
* | | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-161-0/+7
|\ \ \
| * | | perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior2024-07-091-0/+7
| |/ /
* | | Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-161-41/+0
|\ \ \ | |_|/ |/| |
| * | sched/core: Move preempt_model_*() helpers from sched.h to preempt.hSean Christopherson2024-06-051-41/+0
| |/
* / sched.h: always_inline alloc_tag_{save|restore} to fix modpost warningsSuren Baghdasaryan2024-07-091-2/+2
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+24
|\
| * memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng2024-05-111-2/+0
| * lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-251-0/+24
* | sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef2024-03-251-0/+1
* | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-251-6/+8
|\|
| * Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-2/+2
| |\
| | * mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2024-03-101-2/+2
| * | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-4/+6
| |\ \
| | * | mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2024-02-221-4/+5
| | * | mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2024-02-221-0/+1
| | |/
* | / sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-121-1/+1
|/ /
* | Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds2024-03-111-0/+2
|\ \
| * | rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-251-0/+2
| |/
* / block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-1/+1
|/
* exec: Distinguish in_execve from in_execKees Cook2024-01-241-1/+1
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-1/+1
|\
| * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-1/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-300/+25
|\ \
| * | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-10/+5
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-124/+1
| * | restart_block: Trim includesKent Overstreet2023-12-201-0/+1
| * | sem: Split out sem_types.hKent Overstreet2023-12-201-1/+3
| * | uidgid: Split out uidgid_types.hKent Overstreet2023-12-201-0/+1
| * | seccomp: Split out seccomp_types.hKent Overstreet2023-12-201-1/+1
| * | refcount: Split out refcount_types.hKent Overstreet2023-12-201-1/+1
| * | syscall_user_dispatch.h: split out *_types.hKent Overstreet2023-12-201-1/+1
| * | Split out irqflags_types.hKent Overstreet2023-12-201-1/+1
| * | ipc: Kill bogus dependency on spinlock.hKent Overstreet2023-12-201-0/+2
| * | plist: Split out plist_types.hKent Overstreet2023-12-201-1/+1
| * | sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-122/+0
| * | pid: Split out pid_types.hKent Overstreet2023-12-201-1/+1
| * | locking/seqlock: Split out seqlock_types.hKent Overstreet2023-12-201-1/+1