summaryrefslogtreecommitdiffstats
path: root/tools/bootconfig
Commit message (Expand)AuthorAgeFilesLines
* tools/bootconfig: Fix a build error accroding to undefined fallthroughMasami Hiramatsu2021-06-081-0/+4
* tools/bootconfig: Fix error return code in apply_xbc()Zhen Lei2021-06-081-0/+1
* tools/bootconfig: Add tracing_on support to helper scriptsMasami Hiramatsu2021-01-142-0/+5
* tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu2020-11-301-2/+5
* tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2020-11-192-24/+39
* tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu2020-11-191-4/+26
* tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu2020-11-191-23/+29
* Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-155-42/+713
|\
| * tools/bootconfig: Add --init option for bconf2ftrace.shMasami Hiramatsu2020-09-182-1/+120
| * tools/bootconfig: Add a script to generates bootconfig from ftraceMasami Hiramatsu2020-09-181-0/+244
| * tools/bootconfig: Add a script to generate ftrace shell-command from bootconfigMasami Hiramatsu2020-09-182-0/+245
| * tools/bootconfig: Make all functions staticMasami Hiramatsu2020-09-181-8/+8
| * tools/bootconfig: Add list optionMasami Hiramatsu2020-09-181-12/+40
| * tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu2020-09-181-23/+58
* | tools/bootconfig: Add testcase for tailing spaceMasami Hiramatsu2020-09-211-0/+13
* | tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu2020-09-211-0/+12
|/
* tools/bootconfig: Add testcases for value override operatorMasami Hiramatsu2020-08-034-0/+25
* tools/bootconfig: Add testcase for show-command and quotes testMasami Hiramatsu2020-06-161-0/+10
* tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu2020-06-161-4/+6
* tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-161-6/+8
* tools/bootconfig: Add a summary of test cases and return errorMasami Hiramatsu2020-05-191-0/+7
* tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)2020-05-111-0/+1
* tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye2020-05-071-3/+6
* Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-053-18/+58
|\
| * tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-4/+31
| * bootconfig: Support O=<builddir> optionMasami Hiramatsu2020-03-032-14/+27
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* bootconfig: Add append value operator supportMasami Hiramatsu2020-02-211-2/+14
* bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-211-0/+6
* bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-202-0/+6
* tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu2020-02-202-12/+1
* bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-202-12/+33
* tools/bootconfig: Suppress non-error messagesMasami Hiramatsu2020-02-102-14/+23
* bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2020-02-101-0/+12
* tools/bootconfig: Fix wrong __VA_ARGS__ usageMasami Hiramatsu2020-02-101-1/+1
* tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-0/+1
* tools: bootconfig: Fix spelling mistake "faile" -> "failed"Colin Ian King2020-01-211-2/+2
* tools: bootconfig: Add bootconfig test scriptMasami Hiramatsu2020-01-1322-0/+176
* tools: bootconfig: Add bootconfig commandMasami Hiramatsu2020-01-1310-0/+474