summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman-3/+9
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar-19/+21
2021-10-15nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'Steven Rostedt-1/+1
2021-10-15leaking_addresses: Always print a trailing newlineKees Cook-1/+2
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook-0/+1
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak-3/+11
2021-10-12scripts: update the comments of kallsyms supportHui Su-3/+3
2021-10-11Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds-0/+4
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada-18/+4
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada-17/+37
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada-37/+57
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada-3/+8
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada-47/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada-12/+8
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada-79/+57
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada-62/+33
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+4
2021-10-07checksyscalls: Unconditionally ignore fstat{,at}64Palmer Dabbelt-2/+4
2021-10-06gcc-plugins/structleak: add makefile var for disabling structleakBrendan Higgins-0/+4
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi-0/+1
2021-10-05scripts: get_abi.pl: better generate regex from what fieldsMauro Carvalho Chehab-2/+11
2021-10-05scripts: get_abi.pl: fix fallback rule for undefined symbolsMauro Carvalho Chehab-1/+1
2021-10-04gcc-plugins: remove support for GCC 4.9 and olderArd Biesheuvel-208/+1
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman-17/+17
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada-23/+24
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada-3/+3
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada-1/+2
2021-09-29scripts: get_abi.pl: make undefined search more deterministicMauro Carvalho Chehab-3/+5
2021-09-28scripts: get_abi.pl: show progressMauro Carvalho Chehab-51/+104
2021-09-28scripts: get_abi.pl: use STDERR for search-string and show-hintsMauro Carvalho Chehab-7/+7
2021-09-28scripts: get_abi.pl: update its documentationMauro Carvalho Chehab-13/+15
2021-09-28scripts: get_abi.pl: fix parse logic for DT firmwareMauro Carvalho Chehab-10/+20
2021-09-28scripts: get_abi.pl: produce an error if the ref tree is brokenMauro Carvalho Chehab-1/+9
2021-09-28scripts: get_abi.pl: create a valid ReST with duplicated tagsMauro Carvalho Chehab-0/+1
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel-21/+6
2021-09-27Merge 5.15-rc3 into char-misc nextGreg Kroah-Hartman-17/+17
2021-09-25stddef: Introduce struct_group() helper macroKees Cook-0/+7
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch-15/+18
2021-09-24kasan: always respect CONFIG_KASAN_STACKNathan Chancellor-1/+2
2021-09-24scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' errorMiles Chen-0/+4
2021-09-23scripts: get_abi.pl: ensure that "others" regex will be parsedMauro Carvalho Chehab-0/+16
2021-09-23scripts: get_abi.pl: precompile what match regexesMauro Carvalho Chehab-9/+29
2021-09-23scripts: get_abi.pl: stop check loop earlier when regex is foundMauro Carvalho Chehab-5/+2
2021-09-23scripts: get_abi.pl: ignore some sysfs nodes earlierMauro Carvalho Chehab-8/+8
2021-09-23scripts: get_abi.pl: Better handle leaves with wildcardsMauro Carvalho Chehab-1/+1
2021-09-23scripts: get_abi.pl: improve debug logicMauro Carvalho Chehab-9/+19
2021-09-23scripts: get_abi.pl: call get_leave() a little lateMauro Carvalho Chehab-2/+1
2021-09-23scripts: get_abi.pl: Fix get_abi.pl search outputMauro Carvalho Chehab-0/+1
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada-11/+17