summaryrefslogtreecommitdiff
path: root/lib/bootconfig.c
AgeCommit message (Expand)Author
25 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rp...Mark Brown
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)
2026-03-19lib/bootconfig: change xbc_node_index() return type to uint16_tJosh Law
2026-03-19lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()Josh Law
2026-03-19lib/bootconfig: use signed type for offset in xbc_init_node()Josh Law
2026-03-19lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()Josh Law
2026-03-19lib/bootconfig: fix signed comparison in xbc_node_get_data()Josh Law
2026-03-19lib/bootconfig: validate child node index in xbc_verify_tree()Josh Law
2026-03-19lib/bootconfig: replace linux/kernel.h with specific includesJosh Law
2026-03-19lib/bootconfig: drop redundant memset of xbc_nodesJosh Law
2026-03-19lib/bootconfig: increment xbc_node_num after node init succeedsJosh Law
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() next node checkJosh Law
2026-03-19lib/bootconfig: narrow flag parameter type from uint32_t to uint16_tJosh Law
2026-03-19lib/bootconfig: clean up comment typos and bracingJosh Law
2026-03-19lib/bootconfig: check xbc_init_node() return in override pathJosh Law
2026-03-13lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law
2026-03-13lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law
2026-03-13lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law
2026-02-05bootconfig: Terminate value search if it hits a newlineMasami Hiramatsu (Google)
2024-07-12bootconfig: Remove duplicate included header file linux/bootconfig.hThorsten Blum
2024-04-18bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu
2021-10-10bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-09-21lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu
2020-09-21lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu