summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05locking/atomic: scripts: factor out order template generationMark Rutland
2023-06-05locking/atomic: scripts: remove leftover "${mult}"Mark Rutland
2023-06-05locking/atomic: scripts: remove bogus order parameterMark Rutland
2023-06-05locking/atomic: xtensa: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: x86: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: sparc: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: sh: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: parisc: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: m68k: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: hexagon: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: arm: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-06-05locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland
2023-06-05locking/atomic: remove fallback commentsMark Rutland
2023-06-05locking/atomic: arm: fix sync opsMark Rutland
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra
2023-06-05parisc: Raise minimal GCC versionPeter Zijlstra
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2023-06-05percpu: Add {raw,this}_cpu_try_cmpxchg()Peter Zijlstra
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra
2023-06-05types: Introduce [us]128Peter Zijlstra
2023-06-05cyrpto/b128ops: Remove struct u128Peter Zijlstra
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet
2023-05-14Linux 6.4-rc2v6.4-rc2Linus Torvalds
2023-05-14Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-14Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-14Merge tag 'timers_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-13Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o