summaryrefslogtreecommitdiffstats
path: root/include/net/l3mdev.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-09kconfig: use linked list in get_symbol_str() to iterate over menusMasahiro Yamada1-8/+9
2024-03-09kconfig: link menus to a symbolMasahiro Yamada3-1/+12
2024-03-09kbuild: fix inconsistent indentation in top MakefileMasahiro Yamada1-16/+16
2024-02-25kbuild: Use -fmin-function-alignment when availablePetr Pavlu3-5/+24
2024-02-23alpha: merge two entries for CONFIG_ALPHA_GAMMAMasahiro Yamada1-7/+3
2024-02-23alpha: merge two entries for CONFIG_ALPHA_EV4Masahiro Yamada1-4/+1
2024-02-23kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-1/+1
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada4-10/+13
2024-02-20kconfig: lxdialog: fix cursor render in checklistMatthew Bystrin1-3/+2
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