index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bootconfig.h
Age
Commit message (
Expand
)
Author
2023-02-22
bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
Souradeep Chowdhury
2022-04-26
bootconfig: Support embedding a bootconfig file in kernel
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: 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-09
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
2021-07-08
lib: fix spelling mistakes in header files
Zhen Lei
2021-06-10
bootconfig: Share the checksum function with tools
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-19
tools/bootconfig: Align the bootconfig applied initrd image size to 4
Masami Hiramatsu
2020-03-03
tools/bootconfig: Show line and column in parse error
Masami Hiramatsu
2020-02-20
bootconfig: Add bootconfig magic word for indicating bootconfig explicitly
Masami Hiramatsu
2020-01-13
bootconfig: Add Extra Boot Config support
Masami Hiramatsu