summaryrefslogtreecommitdiffstats
path: root/lib/bootconfig.c
Commit message (Expand)AuthorAgeFilesLines
* bootconfig: Fix the kerneldoc of _xbc_exit()Masami Hiramatsu (Google)2024-04-181-1/+2
* bootconfig: use memblock_free_late to free xbc memory to buddyQiang Zhang2024-04-141-8/+11
* bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-261-0/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* | bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)2021-10-271-1/+1
* | lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu2021-10-261-2/+2
* | lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu2021-10-261-2/+2
* | bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu2021-10-101-5/+38
* | bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu2021-10-101-8/+8
* | bootconfig: Remove unused debug functionMasami Hiramatsu2021-10-101-21/+0
* | bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu2021-10-101-45/+54
* | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-101-4/+4
* | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-101-0/+21
* | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-101-12/+21
|/
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-091-4/+4
* bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu2021-06-101-20/+45
* bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-4/+19
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-2/+2
* lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu2020-09-211-1/+1
* lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu2020-09-211-13/+23
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* lib/bootconfig: Add override operator supportMasami Hiramatsu2020-08-031-10/+23
* tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-9/+26
* bootconfig: Add append value operator supportMasami Hiramatsu2020-02-211-4/+11
* bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-211-5/+8
* bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-201-4/+12
* bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2020-02-101-3/+12
* tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-1/+4
* bootconfig: Add more parse error messagesMasami Hiramatsu2020-02-051-4/+12
* bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-131-0/+803