Age | Commit message (Expand) | Author |
2022-04-26 | bootconfig: Support embedding a bootconfig file in kernel | Masami Hiramatsu |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport |
2021-10-27 | bootconfig: Initialize ret in xbc_parse_tree() | Steven Rostedt (VMware) |
2021-10-26 | lib/bootconfig: Fix the xbc_get_info kerneldoc | Masami Hiramatsu |
2021-10-26 | lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function | Masami Hiramatsu |
2021-10-10 | bootconfig: Cleanup dummy headers in tools/bootconfig | Masami Hiramatsu |
2021-10-10 | bootconfig: Replace u16 and u32 with uint16_t and uint32_t | Masami Hiramatsu |
2021-10-10 | bootconfig: Remove unused debug function | Masami Hiramatsu |
2021-10-10 | bootconfig: Split parse-tree part from xbc_init | Masami Hiramatsu |
2021-10-10 | bootconfig: Rename xbc_destroy_all() to xbc_exit() | Masami Hiramatsu |
2021-10-10 | bootconfig: Add xbc_get_info() for the node information | Masami Hiramatsu |
2021-10-10 | bootconfig: Allocate xbc_data inside xbc_init() | Masami Hiramatsu |
2021-09-14 | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds |
2021-09-09 | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() | Masami Hiramatsu |
2021-06-10 | bootconfig: Support mixing a value and subkeys under a key | Masami Hiramatsu |
2021-06-10 | bootconfig: Change array value to use child node | Masami Hiramatsu |
2020-11-18 | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" | Nick Desaulniers |
2020-09-21 | lib/bootconfig: Fix to remove tailing spaces after value | Masami Hiramatsu |
2020-09-21 | lib/bootconfig: Fix a bug of breaking existing tree nodes | Masami Hiramatsu |
2020-08-24 | lib: Revert use of fallthrough pseudo-keyword in lib/ | Gustavo A. R. Silva |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-03 | lib/bootconfig: Add override operator support | Masami Hiramatsu |
2020-03-03 | tools/bootconfig: Show line and column in parse error | Masami Hiramatsu |
2020-02-21 | bootconfig: Add append value operator support | Masami Hiramatsu |
2020-02-21 | bootconfig: Prohibit re-defining value on same key | Masami Hiramatsu |
2020-02-20 | bootconfig: Reject subkey and value on same parent key | Masami Hiramatsu |
2020-02-10 | bootconfig: Allocate xbc_nodes array dynamically | Masami Hiramatsu |
2020-02-05 | tools/bootconfig: Show the number of bootconfig nodes | Masami Hiramatsu |
2020-02-05 | bootconfig: Add more parse error messages | Masami Hiramatsu |
2020-01-13 | bootconfig: Add Extra Boot Config support | Masami Hiramatsu |