summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* certs: Add ability to preload revocation certsEric Snowberg2021-06-301-0/+1
* recordmcount: Correct st_shndx handlingPeter Zijlstra2021-06-301-5/+10
* scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2021-06-032-2/+2
* scripts: switch explicitly to Python 3Andy Shevchenko2021-05-222-2/+2
* tweewide: Fix most Shebang linesFinn Behrens2021-05-228-8/+8
* riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-05-221-1/+1
* scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor2021-05-221-1/+1
* kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-05-192-15/+15
* kconfig: nconf: stop endless search loopsMihai Moldovan2021-05-191-1/+1
* kasan: fix hwasan build for gccArnd Bergmann2021-04-281-6/+6
* kbuild: dummy-tools: fix inverted tests for gccJiri Slaby2021-03-301-0/+5
* ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun2021-03-091-1/+1
* scripts/recordmcount.pl: support big endian for ARCH shRong Chen2021-02-261-1/+5
* kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada2021-02-261-0/+3
* scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer2021-02-171-0/+1
* kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann2021-02-171-0/+6
* scripts: use pkg-config to locate libcryptoRolf Eike Beer2021-02-101-2/+6
* Revert "kconfig: remove 'kvmconfig' and 'xenconfig' shorthands"Greg Kroah-Hartman2021-01-231-0/+10
* kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-191-10/+0
* depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds2021-01-121-0/+2
* kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-301-1/+1
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-301-1/+1
* scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab2020-12-301-1/+1
* scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko2020-12-301-1/+1
* Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-063-9/+25
|\
| * kbuild: avoid split lines in .mod filesMasahiro Yamada2020-12-061-8/+4
| * kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor2020-12-011-0/+20
| * Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann2020-11-251-1/+1
* | Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-281-0/+2
|\ \ | |/ |/|
| * builddeb: Fix rootless build in setuid/setgid directorySven Joachim2020-11-021-0/+2
* | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-121-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-061-0/+1
| |\ \
| | * | bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsAndrii Nakryiko2020-10-291-0/+1
* | | | Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-081-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab2020-11-021-0/+17
| * | | scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab2020-11-021-0/+6
| | |/ | |/|
* | | Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-1/+5
|\ \ \
| * | | scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-10-281-1/+5
* | | | Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-5/+10
|\| | | | |/ / |/| |
| * | scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-10-281-5/+9
| * | scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-10-281-2/+3
* | | scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab2020-10-301-1/+1
* | | docs: ABI: cleanup several ABI documentsMauro Carvalho Chehab2020-10-301-2/+0
* | | docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab2020-10-301-3/+11
* | | scripts: get_abi.pl: auto-generate cross referencesMauro Carvalho Chehab2020-10-301-0/+31
* | | scripts: get_abi.pl: use bold font for ABI definitionsMauro Carvalho Chehab2020-10-301-0/+1
* | | scripts: get_abi.pl: prevent duplicated file namesMauro Carvalho Chehab2020-10-301-5/+10
* | | scripts: get_abi.pl: output users in ReST formatMauro Carvalho Chehab2020-10-301-0/+8
* | | scripts: get_abi.pl: detect duplicated ABI definitionsMauro Carvalho Chehab2020-10-301-27/+58
* | | scripts: get_abi.pl: cleanup ABI cross-reference logicMauro Carvalho Chehab2020-10-301-64/+83