summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-2145-523/+894
|\
| * kconfig: tests: test dependency after shuffling choicesMasahiro Yamada2024-03-215-0/+71
| * kconfig: tests: add a test for randconfig with dependent choicesMasahiro Yamada2024-03-215-0/+78
| * kconfig: tests: support KCONFIG_SEED for the randconfig runnerMasahiro Yamada2024-03-211-6/+10
| * kbuild: rpm-pkg: add dtb files in kernel rpmJose Ignacio Tornos Martinez2024-03-191-0/+13
| * kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada2024-03-191-4/+1
| * kconfig: check prompt for choice while parsingMasahiro Yamada2024-03-192-3/+6
| * kconfig: lxdialog: remove unused dialog colorsMasahiro Yamada2024-03-192-22/+0
| * kconfig: lxdialog: fix button color for blackbg themeMasahiro Yamada2024-03-191-1/+1
| * modpost: fix null pointer dereferenceMax Kellermann2024-03-191-1/+3
| * kbuild: remove GCC's default -Wpacked-bitfield-compat flagMasahiro Yamada2024-03-111-1/+0
| * kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-1/+1
| * kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor2024-03-101-0/+2
| * kconfig: remove named choice supportMasahiro Yamada2024-03-101-7/+3
| * kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada2024-03-091-8/+9
| * kconfig: link menus to a symbolMasahiro Yamada2024-03-093-1/+12
| * kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2024-02-231-1/+1
| * kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada2024-02-232-9/+9
| * kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin2024-02-201-3/+2
| * kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-207-39/+42
| * kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2024-02-202-15/+27
| * kconfig: do not imply the type of choice valueMasahiro Yamada2024-02-201-6/+0
| * kconfig: convert linked list of files to hash tableMasahiro Yamada2024-02-201-9/+11
| * kconfig: move strhash() to util.c as a global functionMasahiro Yamada2024-02-203-9/+11
| * kconfig: move ARRAY_SIZE to a headerMasahiro Yamada2024-02-192-2/+12
| * kconfig: add macros useful for hashtableMasahiro Yamada2024-02-191-0/+48
| * kconfig: import more list macros and inline functionsMasahiro Yamada2024-02-192-0/+77
| * kconfig: resync list.hMasahiro Yamada2024-02-191-62/+121
| * kconfig: split list_head into a separate headerMasahiro Yamada2024-02-196-7/+15
| * kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-195-16/+13
| * kconfig: make file::name a flexible array memberMasahiro Yamada2024-02-192-3/+6
| * kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada2024-02-193-33/+23
| * kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada2024-02-192-6/+6
| * kconfig: do not delay the cur_filename updateMasahiro Yamada2024-02-192-10/+15
| * kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada2024-02-191-5/+5
| * kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-193-9/+9
| * kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-195-10/+10
| * kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-195-51/+37
| * kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada2024-02-191-8/+17
| * kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada2024-02-195-13/+23
| * kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-194-12/+18
| * kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-194-4/+11
| * kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada2024-02-191-1/+1
| * kconfig: remove compat_getline()Masahiro Yamada2024-02-191-52/+1
| * kconfig: remove orphan lookup_file() declarationMasahiro Yamada2024-02-191-1/+0
| * kconfig: fix off-by-one in zconf_error()Masahiro Yamada2024-02-191-1/+1
| * kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada2024-02-191-2/+5
| * Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada2024-02-191-3/+1
| * Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada2024-02-191-5/+0
| * kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada2024-02-191-0/+4