summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-05locking/seqlock: Fix typo in commentpangzizhen001@208suo.com
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak
2023-10-03locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org
2023-09-21futex: Flag conversionpeterz@infradead.org
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org
2023-09-21asm-generic: ticket-lock: Optimize arch_spin_value_unlocked()Guo Ren
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra
2023-09-20sched: Extract __schedule_loop()Thomas Gleixner
2023-09-20locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior
2023-09-20sched: Constrain locks in sched_submit_work()Peter Zijlstra
2023-09-18locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64Uros Bizjak
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar
2023-09-17Linux 6.6-rc2Linus Torvalds
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-17Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-17x86/purgatory: Remove LTO flagsSong Liu
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov
2023-09-16Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-16vm: fix move_vma() memory accounting being offLinus Torvalds
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-16Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-16Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-16Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel
2023-09-15Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds