summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-05-181-1/+1
|\
| * ubsan: Tighten UBSAN_BOUNDS on GCCKees Cook2023-05-161-1/+1
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2023-05-1824-14/+323
|\ \
| * | locking/atomic: Add ordering to arch_atomic*_inc_not_zero() kernel-docPaul E. McKenney2023-05-111-1/+1
| * | locking/atomic: Add ordering to arch_atomic*_add_unless() kernel-docPaul E. McKenney2023-05-111-1/+1
| * | locking/atomic: Add ordering to arch_atomic*_add_negative*() kernel-docPaul E. McKenney2023-05-111-2/+3
| * | locking/atomic: Add ordering to arch_atomic*_inc_and_test() kernel-docPaul E. McKenney2023-05-111-2/+2
| * | locking/atomic: Add ordering to arch_atomic*_sub_and_test() kernel-docPaul E. McKenney2023-05-111-2/+2
| * | locking/atomic: Add ordering to arch_atomic*_dec_and_test() kernel-docPaul E. McKenney2023-05-111-2/+2
| * | locking/atomic: Refrain from generating duplicate fallback kernel-docPaul E. McKenney2023-05-1121-0/+120
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}Paul E. McKenney2023-05-111-0/+2
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}_...Paul E. McKenney2023-05-111-0/+2
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}_...Paul E. McKenney2023-05-111-1/+3
| * | locking/atomic: Script to auto-generate acquire, fence, and release headersPaul E. McKenney2023-05-111-0/+67
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_read_acquirePaul E. McKenney2023-05-111-0/+7
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_set_releasePaul E. McKenney2023-05-111-0/+7
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_inc_unless_negativePaul E. McKenney2023-05-111-0/+8
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_dec_unless_positivePaul E. McKenney2023-05-111-0/+8
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_dec_if_positivePaul E. McKenney2023-05-111-0/+11
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_try_cmpxchg${order}Paul E. McKenney2023-05-111-0/+12
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}andnot${sfx}${...Paul E. McKenney2023-05-111-0/+8
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}dec${sfx}${order}Paul E. McKenney2023-05-111-0/+7
| * | locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}inc${sfx}${order}Paul E. McKenney2023-05-111-0/+7
| * | locking/atomic: Add kernel-doc and docbook_oldnew variables for headersPaul E. McKenney2023-05-112-0/+40
| * | locking/atomic: Add "@" before "true" and "false" for fallback templatesPaul E. McKenney2023-05-106-7/+7
| * | locking/atomic: Fix fetch_add_unless missing-period typoPaul E. McKenney2023-05-101-1/+1
| |/
* | Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/n...Stephen Rothwell2023-05-181-0/+3
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-161-0/+3
| |\ \ | | |/ | |/|
| | * bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire2023-05-121-0/+3
* | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2023-05-161-0/+22
|/ /
* | 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