summaryrefslogtreecommitdiff
path: root/tools/bootconfig
AgeCommit message (Expand)Author
2023-03-22bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)
2023-02-22tools/bootconfig: fix single & used for logical conditionAntonio Alvarez Feijoo
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-10tools/bootconfig: Print all error message in stderrMasami Hiramatsu
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu
2021-10-10tools/bootconfig: Run test script when build allMasami 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-15tools/bootconfig: Define memblock_free_ptr() to fix build errorMasami Hiramatsu
2021-09-08tools/bootconfig: Show whole test command for each test caseMasami Hiramatsu
2021-09-08bootconfig: Fix missing return check of xbc_node_compose_key functionJulio Faracco
2021-09-08tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.shMasami Hiramatsu
2021-08-16tools/bootconfig: Use per-group/all enable option in ftrace2bconf scriptMasami Hiramatsu
2021-08-16tools/bootconfig: Add histogram syntax support to bconf2ftrace.shMasami Hiramatsu
2021-08-16tools/bootconfig: Support per-group/all event enabling optionMasami Hiramatsu
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu
2021-06-10tools/bootconfig: Support mixed value and subkey test casesMasami 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
2021-06-10tools/bootconfig: Simplify expressionzuoqilin
2021-06-08tools/bootconfig: Fix a build error accroding to undefined fallthroughMasami Hiramatsu
2021-06-08tools/bootconfig: Fix error return code in apply_xbc()Zhen Lei
2021-01-14tools/bootconfig: Add tracing_on support to helper scriptsMasami Hiramatsu
2020-11-30tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-09-21tools/bootconfig: Add testcase for tailing spaceMasami Hiramatsu
2020-09-21tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu
2020-09-18tools/bootconfig: Add --init option for bconf2ftrace.shMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generates bootconfig from ftraceMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generate ftrace shell-command from bootconfigMasami Hiramatsu
2020-09-18tools/bootconfig: Make all functions staticMasami Hiramatsu
2020-09-18tools/bootconfig: Add list optionMasami Hiramatsu
2020-09-18tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu
2020-08-03tools/bootconfig: Add testcases for value override operatorMasami Hiramatsu
2020-06-16tools/bootconfig: Add testcase for show-command and quotes testMasami Hiramatsu
2020-06-16tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu
2020-06-16tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-05-19tools/bootconfig: Add a summary of test cases and return errorMasami Hiramatsu
2020-05-11tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu
2020-03-03bootconfig: Support O=<builddir> optionMasami Hiramatsu
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu