summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-2750-298/+635
|\
| * locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland2023-06-161-1/+1
| * locking/atomic: scripts: generate kerneldoc commentsMark Rutland2023-06-0526-4/+399
| * docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland2023-06-051-1/+1
| * locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland2023-06-0523-92/+20
| * locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland2023-06-051-18/+9
| * locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland2023-06-051-3/+8
| * locking/atomic: scripts: restructure fallback ifdefferyMark Rutland2023-06-0524-207/+196
| * locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland2023-06-052-6/+2
| * locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland2023-06-053-12/+92
| * locking/atomic: scripts: factor out order template generationMark Rutland2023-06-051-17/+17
| * locking/atomic: scripts: remove leftover "${mult}"Mark Rutland2023-06-051-1/+1
| * locking/atomic: scripts: remove bogus order parameterMark Rutland2023-06-051-1/+1
| * locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-0/+14
| * locking/atomic: remove fallback commentsMark Rutland2023-06-057-58/+0
| * arch: Remove cmpxchg_doublePeter Zijlstra2023-06-051-11/+4
| * parisc: Raise minimal GCC versionPeter Zijlstra2023-06-051-1/+5
| * instrumentation: Wire up cmpxchg128()Peter Zijlstra2023-06-052-4/+4
* | Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-06-262-2/+2
|\ \
| * | rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-312-2/+2
| |/
* | Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-252-0/+21
|\ \
| * | x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2023-06-162-0/+21
| |/
* | scripts/gdb: fix SB_* constants parsingFlorian Fainelli2023-06-191-6/+6
* | scripts: fix the gfp flags header path in gfp-translatePrathu Baronia2023-06-191-3/+3
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-4/+8
|\
| * locking/atomic: Correct (cmp)xchg() instrumentationMark Rutland2023-04-291-3/+3
| * locking/atomic: Add generic try_cmpxchg{,64}_local() supportUros Bizjak2023-04-292-1/+5
* | sysctl: remove register_sysctl_paths()Luis Chamberlain2023-05-021-16/+0
* | Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-04-3013-570/+504
|\ \
| * | kbuild: deb-pkg: specify targets in debian/rules as .PHONYMasahiro Yamada2023-04-261-0/+2
| * | kbuild: rpm-pkg: remove kernel-drm PROVIDESMasahiro Yamada2023-04-251-6/+1
| * | kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify source compressionMasahiro Yamada2023-04-251-8/+27
| * | kbuild: add srcdeb-pkg targetMasahiro Yamada2023-04-231-7/+21
| * | Makefile: use -z pack-relative-relocsFangrui Song2023-04-171-2/+6
| * | kbuild: clang: do not use CROSS_COMPILE for target tripleMasahiro Yamada2023-04-171-6/+2
| * | kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2023-04-172-295/+277
| * | kconfig: menuconfig: remove unused M_EVENT macroMasahiro Yamada2023-04-171-11/+0
| * | kconfig: menuconfig: remove OLD_NCURSES macroMasahiro Yamada2023-04-173-33/+0
| * | kbuild: builddeb: Eliminate debian/arch useBastian Germann2023-04-171-1/+1
| * | scripts/kallsyms: update the usage in the comment blockMasahiro Yamada2023-04-171-1/+1
| * | scripts/kallsyms: decrease expand_symbol() / cleanup_symbol_name() callsMasahiro Yamada2023-04-171-18/+15
| * | scripts/kallsyms: change the output orderMasahiro Yamada2023-04-171-59/+59
| * | scripts/kallsyms: move compiler-generated symbol patterns to mksysmapMasahiro Yamada2023-04-172-60/+43
| * | scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada2023-04-173-20/+13
| * | scripts/mksysmap: use sed with in-line commentsMasahiro Yamada2023-04-171-24/+37
| * | scripts/mksysmap: remove comments described in nm(1)Masahiro Yamada2023-04-171-19/+1
| * | scripts/kallsyms: remove redundant code for omitting U and NMasahiro Yamada2023-04-171-4/+1
| * | kallsyms: expand symbol name into comment for debuggingArnd Bergmann2023-04-171-1/+2
* | | Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-301-1/+1
|\ \ \
| * | | rust: add pin-init API coreBenno Lossin2023-04-121-1/+1