summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-20kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada1-2/+1
2024-02-20hexagon: select GENERIC_IRQ_PROBE instead of redefining itMasahiro Yamada1-6/+1
2024-02-20hexagon: select FRAME_POINTER instead of redefining itMasahiro Yamada1-3/+2
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada11-15/+11
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada7-39/+42
2024-02-20kconfig: print recursive dependency errors in the parsed orderMasahiro Yamada2-15/+27
2024-02-20kconfig: do not imply the type of choice valueMasahiro Yamada1-6/+0
2024-02-20kconfig: convert linked list of files to hash tableMasahiro Yamada1-9/+11
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada3-9/+11
2024-02-19kconfig: move ARRAY_SIZE to a headerMasahiro Yamada2-2/+12