aboutsummaryrefslogtreecommitdiff
path: root/lib/bootconfig.c
AgeCommit message (Expand)Author
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
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu