summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-07-02scripts/faddr2line: Pass --addresses argument to addr2lineBrian Johannesmeyer
2024-07-02scripts/faddr2line: Check vmlinux only onceBrian Johannesmeyer
2024-07-02scripts/faddr2line: Combine three readelf calls into oneBrian Johannesmeyer
2024-07-02scripts/faddr2line: Reduce number of readelf calls to threeBrian Johannesmeyer
2024-06-28scripts/gdb: rename pool_index to pool_index_plus_1Kuan-Ying Lee
2024-06-28scripts/gdb: change VA_BITS_MIN when we use 16K pageKuan-Ying Lee
2024-06-28scripts/gdb: set vabits_actual based on TCR_EL1Kuan-Ying Lee
2024-06-28scripts/gdb: change the layout of vmemmapKuan-Ying Lee
2024-06-28scripts/gdb: rework module VA rangeKuan-Ying Lee
2024-06-28scripts/gdb: redefine MAX_ORDER sanelyKuan-Ying Lee
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg
2024-06-28x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf
2024-06-28powerpc: Remove core support for 40xChristophe Leroy
2024-06-27kbuild: scripts/gdb: bring the "abspath" backJoel Granados
2024-06-26kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier
2024-06-26kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada
2024-06-26kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh
2024-06-26kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic
2024-06-24checkpatch: check for missing Fixes tagsDan Carpenter
2024-06-24checkpatch: really skip LONG_LINE_* when LONG_LINE is ignoredWolfram Sang
2024-06-24scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi
2024-06-24scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi
2024-06-21kbuild,bpf: Add module-specific pahole flags for distilled base BTFAlan Maguire
2024-06-20x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada
2024-06-15ASoC: codecs: lpass: add support for v2.5 rx macroMark Brown
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-12scripts: add scripts/checktransupdate.pyDongliang Mu
2024-06-12kbuild: bpf: Tell pahole to DECL_TAG kfuncsDaniel Xu
2024-06-08Merge tag 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-06-07modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada
2024-06-05locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas
2024-06-03ASoC: Merge up fixesMark Brown
2024-05-30dt-bindings: kbuild: Fix dt_binding_check on unconfigured buildRob Herring (Arm)
2024-05-29scripts/make_fit: Drop fdt image entry compatible stringChen-Yu Tsai
2024-05-29kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada
2024-05-29kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada
2024-05-29kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada
2024-05-29kbuild: avoid unneeded kallsyms step 3Masahiro Yamada
2024-05-29kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson
2024-05-29kconfig: remove redundant check in expr_join_or()Masahiro Yamada
2024-05-29kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada
2024-05-29kconfig: remove unused expr_is_no()Masahiro Yamada
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27const_structs.checkpatch: add snd_soc_tplg_opsChristophe JAILLET
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds