summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak
2021-10-12scripts: update the comments of kallsyms supportHui Su
2021-10-11Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-07checksyscalls: Unconditionally ignore fstat{,at}64Palmer Dabbelt
2021-10-06gcc-plugins/structleak: add makefile var for disabling structleakBrendan Higgins
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-10-05scripts: get_abi.pl: better generate regex from what fieldsMauro Carvalho Chehab
2021-10-05scripts: get_abi.pl: fix fallback rule for undefined symbolsMauro Carvalho Chehab
2021-10-04gcc-plugins: remove support for GCC 4.9 and olderArd Biesheuvel
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada
2021-09-29scripts: get_abi.pl: make undefined search more deterministicMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: show progressMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: use STDERR for search-string and show-hintsMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: update its documentationMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: fix parse logic for DT firmwareMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: produce an error if the ref tree is brokenMauro Carvalho Chehab
2021-09-28scripts: get_abi.pl: create a valid ReST with duplicated tagsMauro Carvalho Chehab
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel
2021-09-27Merge 5.15-rc3 into char-misc nextGreg Kroah-Hartman
2021-09-25stddef: Introduce struct_group() helper macroKees Cook
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch
2021-09-24kasan: always respect CONFIG_KASAN_STACKNathan Chancellor
2021-09-24scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' errorMiles Chen
2021-09-23scripts: get_abi.pl: ensure that "others" regex will be parsedMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: precompile what match regexesMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: stop check loop earlier when regex is foundMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: ignore some sysfs nodes earlierMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: Better handle leaves with wildcardsMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: improve debug logicMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: call get_leave() a little lateMauro Carvalho Chehab
2021-09-23scripts: get_abi.pl: Fix get_abi.pl search outputMauro Carvalho Chehab
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada