index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bootconfig.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
bootconfig: Support embedding a bootconfig file in kernel
Masami Hiramatsu
1
-0
/
+13
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-1
/
+1
2021-10-27
bootconfig: Initialize ret in xbc_parse_tree()
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-27
lib/bootconfig: Fix the xbc_get_info kerneldoc
Masami Hiramatsu
1
-2
/
+2
2021-10-27
lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function
Masami Hiramatsu
1
-2
/
+2
2021-10-11
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
1
-5
/
+38
2021-10-11
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
1
-8
/
+8
2021-10-11
bootconfig: Remove unused debug function
Masami Hiramatsu
1
-21
/
+0
2021-10-11
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
1
-45
/
+54
2021-10-11
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
1
-4
/
+4
2021-10-11
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
1
-0
/
+21
2021-10-11
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
1
-12
/
+21
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-1
/
+1
2021-09-10
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
1
-4
/
+4
2021-06-10
bootconfig: Support mixing a value and subkeys under a key
Masami Hiramatsu
1
-20
/
+45
2021-06-10
bootconfig: Change array value to use child node
Masami Hiramatsu
1
-4
/
+19
2020-11-18
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
Nick Desaulniers
1
-2
/
+2
2020-09-22
lib/bootconfig: Fix to remove tailing spaces after value
Masami Hiramatsu
1
-1
/
+1
2020-09-22
lib/bootconfig: Fix a bug of breaking existing tree nodes
Masami Hiramatsu
1
-13
/
+23
2020-08-25
lib: Revert use of fallthrough pseudo-keyword in lib/
Gustavo A. R. Silva
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-03
lib/bootconfig: Add override operator support
Masami Hiramatsu
1
-10
/
+23
2020-03-04
tools/bootconfig: Show line and column in parse error
Masami Hiramatsu
1
-9
/
+26
2020-02-21
bootconfig: Add append value operator support
Masami Hiramatsu
1
-4
/
+11
2020-02-21
bootconfig: Prohibit re-defining value on same key
Masami Hiramatsu
1
-5
/
+8
2020-02-21
bootconfig: Reject subkey and value on same parent key
Masami Hiramatsu
1
-4
/
+12
2020-02-11
bootconfig: Allocate xbc_nodes array dynamically
Masami Hiramatsu
1
-3
/
+12
2020-02-06
tools/bootconfig: Show the number of bootconfig nodes
Masami Hiramatsu
1
-1
/
+4
2020-02-06
bootconfig: Add more parse error messages
Masami Hiramatsu
1
-4
/
+12
2020-01-13
bootconfig: Add Extra Boot Config support
Masami Hiramatsu
1
-0
/
+803