summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-05-19kbuild: enable -Wformat-truncation on clangArnd Bergmann-0/+7
2024-05-19kbuild: turn on -Wrestrict by defaultArnd Bergmann-1/+0
2024-05-19kbuild: remove redundant extra warning flagsArnd Bergmann-15/+0
2024-05-19kbuild: turn on -Wextra by defaultArnd Bergmann-1/+4
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-10/+11
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+21
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-458/+350
2024-05-18kbuild, bpf: Use test-ge check for v1.25-only paholeAlan Maguire-3/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2024-05-16kconfig: use sym_get_choice_menu() in sym_check_prop()Masahiro Yamada-4/+2
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+14
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+306
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALMasahiro Yamada-9/+0
2024-05-14kconfig: m/nconf: merge two item_add_str() callsMasahiro Yamada-9/+4
2024-05-14kconfig: m/nconf: remove dead code to display value of bool choiceMasahiro Yamada-29/+14
2024-05-14kconfig: m/nconf: remove dead code to display children of choice membersMasahiro Yamada-95/+71
2024-05-14kconfig: gconf: show checkbox for choice correctlyMasahiro Yamada-7/+5
2024-05-14kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalMasahiro Yamada-1/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-4/+0
2024-05-14kbuild: provide reasonable defaults for tool coverageMasahiro Yamada-9/+13
2024-05-14s390/vdso: Create .build-id links for unstripped vdso filesJens Remus-1/+1
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Yifan Hong-1/+1
2024-05-14modules: Drop the .export_symbol section from the final modulesWang Yao-0/+1
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui-7/+2
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+13
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-4/+12
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds-3/+122
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-5/+0
2024-05-11scripts: checkpatch: check unused parameters for function-like macroXining Xu-0/+6
2024-05-09kbuild,bpf: Switch to using --btf_features for pahole v1.26 and laterAlan Maguire-2/+13
2024-05-10kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Masahiro Yamada-10/+15
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada-4/+5
2024-05-10kconfig: add sym_get_choice_menu() helperMasahiro Yamada-0/+36
2024-05-10kconfig: turn defaults and additional prompt for choice members into errorMasahiro Yamada-10/+40
2024-05-10kconfig: turn missing prompt for choice members into errorMasahiro Yamada-2/+14
2024-05-10kconfig: turn conf_choice() into void functionMasahiro Yamada-6/+5
2024-05-10kconfig: use linked list in sym_set_changed()Masahiro Yamada-5/+3
2024-05-10kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDMasahiro Yamada-6/+3
2024-05-10kconfig: gconf: remove debug codeMasahiro Yamada-48/+1
2024-05-10kconfig: gconf: update pane correctly after loading a config fileMasahiro Yamada-1/+3
2024-05-10kbuild: buildtar: install riscv compressed images as vmlinuzEmil Renner Berthing-10/+8
2024-05-10kbuild: simplify generic vdso installation codeMasahiro Yamada-4/+3
2024-05-10kbuild: add 'private' to target-specific variablesMasahiro Yamada-3/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-23/+22
2024-05-10kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesMasahiro Yamada-16/+16
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman-1/+1
2024-05-08scripts/gdb: fix detection of current CPU in KGDBFlorian Rommel-5/+1
2024-05-08scripts/gdb: make get_thread_info accept pointersFlorian Rommel-1/+1
2024-05-08scripts/gdb: fix parameter handling in $lx_per_cpuFlorian Rommel-3/+2