summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada
2024-03-10kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor
2024-03-10kconfig: remove named choice supportMasahiro Yamada
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada
2024-03-09kconfig: link menus to a symbolMasahiro Yamada
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada
2024-02-19kconfig: import more list macros and inline functionsMasahiro Yamada
2024-02-19kconfig: resync list.hMasahiro Yamada
2024-02-19kconfig: split list_head into a separate headerMasahiro Yamada
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada
2024-02-19kconfig: make file::name a flexible array memberMasahiro Yamada
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada
2024-02-19kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada
2024-02-19kconfig: associate struct property with file name directlyMasahiro Yamada
2024-02-19kconfig: associate struct menu with file name directlyMasahiro Yamada
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada
2024-02-19kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada
2024-02-19kconfig: remove compat_getline()Masahiro Yamada
2024-02-19kconfig: remove orphan lookup_file() declarationMasahiro Yamada
2024-02-19kconfig: fix off-by-one in zconf_error()Masahiro Yamada
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada
2024-02-19Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada
2024-02-19Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada
2024-02-19kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada
2024-02-19kbuild: rpm-pkg: do not include depmod-generated filesMasahiro Yamada
2024-02-19kbuild: deb-pkg: call more misc debhelper commandsMasahiro Yamada
2024-02-19kbuild: deb-pkg: build binary-arch in parallelMasahiro Yamada
2024-02-19kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'Masahiro Yamada
2024-02-19kbuild: deb-pkg: show verbose log for direct package buildsMasahiro Yamada
2024-02-19kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada
2024-02-19kbuild: create a list of all built DTB filesMasahiro Yamada
2024-02-19kconfig: fix line number in recursive inclusion detectionMasahiro Yamada
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada
2024-02-15kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci