aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-05-19kbuild: enable -Wcast-function-type-strict unconditionallyGravatar Arnd Bergmann 1-1/+0
2024-05-19kbuild: enable -Wformat-truncation on clangGravatar Arnd Bergmann 1-0/+7
2024-05-19kbuild: turn on -Wrestrict by defaultGravatar Arnd Bergmann 1-1/+0
2024-05-19kbuild: remove redundant extra warning flagsGravatar Arnd Bergmann 1-15/+0
2024-05-19kbuild: turn on -Wextra by defaultGravatar Arnd Bergmann 1-1/+4
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-10/+11
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-0/+21
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 38-458/+350
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-05-16kconfig: use sym_get_choice_menu() in sym_check_prop()Gravatar Masahiro Yamada 1-4/+2
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-2/+14
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+306
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2024-05-14kconfig: lxdialog: remove initialization with A_NORMALGravatar Masahiro Yamada 1-9/+0
2024-05-14kconfig: m/nconf: merge two item_add_str() callsGravatar Masahiro Yamada 2-9/+4
2024-05-14kconfig: m/nconf: remove dead code to display value of bool choiceGravatar Masahiro Yamada 2-29/+14
2024-05-14kconfig: m/nconf: remove dead code to display children of choice membersGravatar Masahiro Yamada 2-95/+71
2024-05-14kconfig: gconf: show checkbox for choice correctlyGravatar Masahiro Yamada 1-7/+5
2024-05-14kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinalGravatar Masahiro Yamada 1-1/+3
2024-05-14Makefile: remove redundant tool coverage variablesGravatar Masahiro Yamada 2-4/+0
2024-05-14kbuild: provide reasonable defaults for tool coverageGravatar Masahiro Yamada 2-9/+13
2024-05-14module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.Gravatar Yifan Hong 1-1/+1
2024-05-14modules: Drop the .export_symbol section from the final modulesGravatar Wang Yao 1-0/+1
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+13
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 5-4/+12
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+122
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-5/+0
2024-05-11scripts: checkpatch: check unused parameters for function-like macroGravatar Xining Xu 1-0/+6
2024-05-09kbuild,bpf: Switch to using --btf_features for pahole v1.26 and laterGravatar Alan Maguire 1-2/+13
2024-05-10kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()Gravatar Masahiro Yamada 1-10/+15
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Gravatar Masahiro Yamada 1-4/+5
2024-05-10kconfig: add sym_get_choice_menu() helperGravatar Masahiro Yamada 2-0/+36
2024-05-10kconfig: turn defaults and additional prompt for choice members into errorGravatar Masahiro Yamada 2-10/+40
2024-05-10kconfig: turn missing prompt for choice members into errorGravatar Masahiro Yamada 2-2/+14
2024-05-10kconfig: turn conf_choice() into void functionGravatar Masahiro Yamada 1-6/+5
2024-05-10kconfig: use linked list in sym_set_changed()Gravatar Masahiro Yamada 1-5/+3
2024-05-10kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGEDGravatar Masahiro Yamada 1-6/+3
2024-05-10kconfig: gconf: remove debug codeGravatar Masahiro Yamada 1-48/+1
2024-05-10kconfig: gconf: update pane correctly after loading a config fileGravatar Masahiro Yamada 1-1/+3
2024-05-10kbuild: buildtar: install riscv compressed images as vmlinuzGravatar Emil Renner Berthing 1-10/+8
2024-05-10kbuild: simplify generic vdso installation codeGravatar Masahiro Yamada 1-4/+3
2024-05-10kbuild: add 'private' to target-specific variablesGravatar Masahiro Yamada 1-3/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 10-23/+22
2024-05-10kbuild: use $(obj)/ instead of $(src)/ for common pattern rulesGravatar Masahiro Yamada 3-16/+16
2024-05-08scripts/gdb: fix detection of current CPU in KGDBGravatar Florian Rommel 1-5/+1
2024-05-08scripts/gdb: make get_thread_info accept pointersGravatar Florian Rommel 1-1/+1
2024-05-08scripts/gdb: fix parameter handling in $lx_per_cpuGravatar Florian Rommel 1-3/+2
2024-05-08scripts/gdb: fix failing KGDB detection during probeGravatar Florian Rommel 1-1/+1
2024-05-07kbuild: do not add $(srctree) or $(objtree) to header search pathsGravatar Masahiro Yamada 1-3/+3
2024-05-07kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning.Gravatar Utkarsh Tripathi 1-1/+1