summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior2023-09-211-1/+1
| * | | | sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior2023-09-213-16/+0
| * | | | sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-197-26/+26
| * | | | sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar2023-09-191-2/+2
| * | | | sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua2023-09-181-9/+0
| * | | | sched/fair: Ratelimit update to tg->load_avgAaron Lu2023-09-182-1/+13
| * | | | freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman2023-09-182-31/+33
| * | | | sched/core: Remove ifdeffery for saved_stateElliot Berman2023-09-182-8/+2
| * | | | sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak2023-09-151-4/+3
| * | | | sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou2023-09-151-1/+1
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov2023-09-151-7/+9
| * | | | sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov2023-09-152-3/+4
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA caseYury Norov2023-09-151-1/+1
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov2023-09-151-1/+5
| * | | | sched/fair: Fix open-coded numa_nearest_node()Yury Norov2023-09-151-13/+1
| * | | | numa: Generalize numa_map_to_online_node()Yury Norov2023-09-152-9/+16
| * | | | sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)2023-09-151-1/+2
| * | | | sched: Misc cleanupsPeter Zijlstra2023-09-131-104/+63
| * | | | sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2023-09-132-19/+21
| * | | | sched: Simplify sched_move_task()Peter Zijlstra2023-09-131-6/+4
| * | | | sched: Simplify sched_rr_get_interval()Peter Zijlstra2023-09-131-22/+14
| * | | | sched: Simplify yield_to()Peter Zijlstra2023-09-131-38/+29
| * | | | sched: Simplify sched_{set,get}affinity()Peter Zijlstra2023-09-131-39/+14
| * | | | sched: Simplify syscallsPeter Zijlstra2023-09-131-86/+68
| * | | | sched: Simplify set_user_nice()Peter Zijlstra2023-09-132-7/+11
* | | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-3056-337/+894
|\ \ \ \ \
| * | | | | futex: Don't include process MM in futex key on no-MMUBen Wolsieffer2023-10-271-1/+11
| * | | | | locking/seqlock: Fix grammar in commentCuda-Chen2023-10-171-1/+1
| * | | | | alpha: Fix up new futex syscall numbersPeter Zijlstra2023-10-161-3/+4
| * | | | | locking/seqlock: Propagate 'const' pointers within read-only methods, remove ...Ingo Molnar2023-10-141-7/+19
| * | | | | locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke2023-10-121-1/+1
| * | | | | locking/seqlock: Change __seqprop() to return the function pointerOleg Nesterov2023-10-121-10/+10
| * | | | | locking/seqlock: Simplify SEQCOUNT_LOCKNAME()Oleg Nesterov2023-10-121-10/+8
| * | | | | locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_pu...Uros Bizjak2023-10-101-1/+1
| * | | | | locking/atomic, xen: Use sync_try_cmpxchg() instead of sync_cmpxchg()Uros Bizjak2023-10-092-20/+16
| * | | | | locking/atomic/x86: Introduce arch_sync_try_cmpxchg()Uros Bizjak2023-10-091-0/+6
| * | | | | locking/atomic: Add generic support for sync_try_cmpxchg() and its fallbackUros Bizjak2023-10-094-18/+43
| * | | | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-09879-5169/+9203
| |\ \ \ \ \
| * | | | | | locking/seqlock: Fix typo in commentpangzizhen001@208suo.com2023-10-051-1/+1
| * | | | | | futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming2023-10-041-1/+1
| * | | | | | locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak2023-10-045-62/+70
| * | | | | | locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant2023-10-031-5/+5
| * | | | | | locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz2023-09-221-4/+5
| * | | | | | locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-09-221-8/+12
| * | | | | | locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz2023-09-221-2/+17
| * | | | | | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-2122-2/+64
| * | | | | | futex: Add flags2 argument to futex_requeue()peterz@infradead.org2023-09-213-10/+13
| * | | | | | futex: Propagate flags into get_futex_key()peterz@infradead.org2023-09-215-15/+18
| * | | | | | futex: Add sys_futex_wait()peterz@infradead.org2023-09-2124-57/+156
| * | | | | | futex: FLAGS_STRICTpeterz@infradead.org2023-09-213-11/+15