summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* futex: Add sys_futex_wake()peterz@infradead.org2023-09-2122-2/+56
* futex: Validate futex value against futex sizepeterz@infradead.org2023-09-212-0/+13
* futex: Flag conversionpeterz@infradead.org2023-09-213-20/+71
* futex: Extend the FUTEX2 flagspeterz@infradead.org2023-09-212-5/+25
* futex: Clarify FUTEX2 flagspeterz@infradead.org2023-09-212-7/+16
* asm-generic: ticket-lock: Optimize arch_spin_value_unlocked()Guo Ren2023-09-211-7/+9
* futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra2023-09-202-30/+52
* locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner2023-09-203-0/+6
* locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior2023-09-205-3/+40
* sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-203-4/+39
* sched: Extract __schedule_loop()Thomas Gleixner2023-09-201-10/+11
* locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior2023-09-202-2/+21
* sched: Constrain locks in sched_submit_work()Peter Zijlstra2023-09-201-0/+9
* locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64Uros Bizjak2023-09-181-1/+1
* Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar2023-09-1814709-264158/+531692
|\
| * Linux 6.6-rc2v6.6-rc2Linus Torvalds2023-09-171-1/+1
| * Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-177-24/+61
| |\
| | * x86/purgatory: Remove LTO flagsSong Liu2023-09-171-0/+4
| | * x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-172-14/+39
| | * x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-121-4/+0
| | * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-122-0/+13
| | * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
| * | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-172-5/+34
| |\ \
| | * | x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
| | * | sched/fair: Fix SMT4 group_smt_balance handlingTim Chen2023-09-131-1/+11
| | * | sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde2023-09-021-1/+14
| * | | Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-171-1/+2
| |\ \ \
| | * | | objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf2023-09-121-1/+2
| | | |/ | | |/|
| * | | Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-0/+1
| |\ \ \
| | * | | panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-151-0/+1
| * | | | stat: remove no-longer-used helper macrosLinus Torvalds2023-09-171-6/+0
| * | | | Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-174-17/+24
| |\ \ \ \
| | * | | | smb3: fix some minor typos and repeated wordsSteve French2023-09-152-3/+5
| | * | | | smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-152-4/+4
| | * | | | smb3: move server check earlier when setting channel sequence numberSteve French2023-09-121-10/+15
| | | |/ / | | |/| |
| * | | | Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2023-09-172-2/+1
| |\ \ \ \
| | * | | | ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon2023-09-131-1/+1
| | * | | | ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon2023-09-131-1/+0
| | |/ / /
| * | | | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-176-51/+64
| |\ \ \ \
| | * | | | ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| | * | | | ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| | * | | | ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
| | * | | | jbd2: Fix memory leak in journal_init_common()Li Zetao2023-09-141-0/+2
| | * | | | jbd2: Remove page size assumptionsRitesh Harjani (IBM)2023-09-072-18/+10
| | * | | | buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)2023-09-071-1/+4
| * | | | | Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-162-2/+2
| |\ \ \ \ \
| | * | | | | kbuild: avoid long argument lists in make modules_installMichal Kubecek2023-09-151-1/+1
| | * | | | | kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada2023-09-151-1/+1
| | | |/ / / | | |/| | |
| * | | | | vm: fix move_vma() memory accounting being offLinus Torvalds2023-09-161-1/+1
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-1621-107/+112
| |\ \ \ \ \