summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
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
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada-7/+5
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada-6/+6
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada-9/+5
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada-6/+5
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada-11/+10
2021-09-21kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring-1/+0
2021-09-21scripts: get_abi.pl: add a graph to speedup the undefined algorithmMauro Carvalho Chehab-61/+127
2021-09-21scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierMauro Carvalho Chehab-3/+4
2021-09-21scripts: get_abi.pl: don't skip what that ends with wildcardsMauro Carvalho Chehab-34/+46
2021-09-21scripts: get_abi.pl: add an option to filter undefined resultsMauro Carvalho Chehab-6/+31
2021-09-21scripts: get_abi.pl: detect softlinksMauro Carvalho Chehab-33/+156
2021-09-21scripts: get_abi.pl: Check for missing symbols at the ABI specsMauro Carvalho Chehab-2/+88