summaryrefslogtreecommitdiffstats
path: root/scripts/spelling.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland14-42/+42
2023-06-05locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland6-312/+2033
2023-06-05locking/atomic: scripts: factor out order template generationMark Rutland1-17/+17
2023-06-05locking/atomic: scripts: remove leftover "${mult}"Mark Rutland1-1/+1
2023-06-05locking/atomic: scripts: remove bogus order parameterMark Rutland1-1/+1
2023-06-05locking/atomic: xtensa: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: x86: add preprocessor symbolsMark Rutland1-0/+4
2023-06-05locking/atomic: sparc: add preprocessor symbolsMark Rutland2-2/+32
2023-06-05locking/atomic: sh: add preprocessor symbolsMark Rutland3-0/+27
2023-06-05locking/atomic: parisc: add preprocessor symbolsMark Rutland1-0/+18
2023-06-05locking/atomic: m68k: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: hexagon: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: arm: add preprocessor symbolsMark Rutland1-2/+10
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland23-265/+179
2023-06-05locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland1-42/+4
2023-06-05locking/atomic: remove fallback commentsMark Rutland8-223/+1
2023-06-05locking/atomic: arm: fix sync opsMark Rutland6-7/+65
2023-06-05s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra2-14/+4
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra15-371/+5
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra3-67/+137
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra2-65/+68
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra2-8/+11
2023-06-05parisc: Raise minimal GCC versionPeter Zijlstra1-1/+5
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra7-39/+240
2023-06-05percpu: Add {raw,this}_cpu_try_cmpxchg()Peter Zijlstra2-4/+128
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra4-6/+183
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra6-2/+177
2023-06-05types: Introduce [us]128Peter Zijlstra4-4/+9
2023-06-05cyrpto/b128ops: Remove struct u128Peter Zijlstra1-11/+3
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet2-3/+24
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet3-31/+103
2023-05-14Linux 6.4-rc2v6.4-rc2Linus Torvalds1-1/+1
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-14ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-14ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-14ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-14ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-14ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-14ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-14ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-14ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-14ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-14ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-14ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-14ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-14ext4: allow ext4_get_group_info() to failTheodore Ts'o5-29/+82
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang1-0/+1
2023-05-13tools/testing/cxl: Use DEFINE_STATIC_SRCU()Dan Williams1-1/+1