aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland7-351/+0
2023-06-05locking/atomic: docs: Add atomic operations to the driver basic API documentationPaul E. McKenney1-1/+7
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland29-7/+5940
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland1-1/+1
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland26-1077/+901
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland2-533/+349
2023-06-05locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland1-3/+8
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland27-2845/+1860
2023-06-05locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland5-859/+345
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-rc2Linus Torvalds1-1/+1
2023-05-14parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller1-4/+4
2023-05-13ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-13ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-13ext4: add indication of ro vs r/w mounts in the mount messageTheodore Ts'o1-4/+6
2023-05-13ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-13ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-13ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-13ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5