Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-10 | scripts: import more hash table macros | Masahiro Yamada | 2 | -0/+119 | |
Add more macros used for removing hash table entries. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> | |||||
2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 1 | -0/+53 | |
These functions will be useful for other host programs. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> | |||||
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 4 | -0/+385 | |
Move array_size.h, hashtable.h, list.h, list_types.h from scripts/kconfig/ to scripts/include/. These headers will be useful for other host programs. Remove scripts/mod/list.h. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> |