summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2021-03-30kbuild: dummy-tools: fix inverted tests for gccJiri Slaby
2021-03-09ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun
2021-02-26scripts/recordmcount.pl: support big endian for ARCH shRong Chen
2021-02-26kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada
2021-02-17scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer
2021-02-17kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann
2021-02-10scripts: use pkg-config to locate libcryptoRolf Eike Beer
2021-01-23Revert "kconfig: remove 'kvmconfig' and 'xenconfig' shorthands"Greg Kroah-Hartman
2021-01-19kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada
2021-01-12depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds
2020-12-30kconfig: fix return value of do_error_if()Masahiro Yamada
2020-12-30checkpatch: fix unescaped left braceDwaipayan Ray
2020-12-30scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab
2020-12-30scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-06kbuild: avoid split lines in .mod filesMasahiro Yamada
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor
2020-11-28Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-25Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-08Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds
2020-11-03Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxLinus Torvalds
2020-11-02scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab
2020-11-02scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab
2020-11-02builddeb: Fix rootless build in setuid/setgid directorySven Joachim
2020-10-30scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab
2020-10-30docs: ABI: cleanup several ABI documentsMauro Carvalho Chehab
2020-10-30docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: auto-generate cross referencesMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: use bold font for ABI definitionsMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: prevent duplicated file namesMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: output users in ReST formatMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: detect duplicated ABI definitionsMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: cleanup ABI cross-reference logicMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: improve its parser to better catch up indentationMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: Allow optionally record from where a line came fromMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: fix parsing on ReST modeMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: change script to allow parsing in ReST modeMauro Carvalho Chehab
2020-10-29bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsAndrii Nakryiko
2020-10-28scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab
2020-10-28scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab
2020-10-28scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen