summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | scripts/gdb: ensure the absolute path is generated on initial sourceAaron Tomlin2022-07-291-1/+1
| * | | | | scripts/bloat-o-meter: add -p argumentNikolay Borisov2022-07-171-1/+6
| * | | | | scripts/bloat-o-meter: switch argument parsing to using argparseNikolay Borisov2022-07-171-19/+21
| * | | | | Merge branch 'master' into mm-nonmm-stableakpm2022-06-273-12/+38
| |\| | | |
| * | | | | checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo2022-06-161-1/+1
| * | | | | checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches2022-06-161-1/+2
* | | | | | Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-061-1/+6
|\ \ \ \ \ \
| * | | | | | scripts/faddr2line: Add CONFIG_DEBUG_INFO checkJosh Poimboeuf2022-08-021-0/+3
| * | | | | | scripts/faddr2line: Fix vmlinux detection on arm64Josh Poimboeuf2022-08-021-1/+3
* | | | | | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | powerpc/purgatory: Omit use of bin2cMasahiro Yamada2022-07-271-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-061-1/+1
|\ \ \ \ \ \
| * | | | | | sign-file: Fix confusing error messagesTianjia Zhang2022-08-031-1/+1
* | | | | | | Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-8/+15
|\ \ \ \ \ \ \
| * | | | | | | scripts/gdb: fix 'lx-dmesg' on 32 bits archAntonio Borneo2022-07-212-8/+15
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | scripts/tracing: Fix typo 'the the' in commentSlark Xiao2022-08-021-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-043-3/+3
|\ \ \ \ \ \ \
| * | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner2022-06-103-3/+3
* | | | | | | | Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-8/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman2022-07-112-6/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | scripts/tags.sh: Include tools directory in tags generationVipin Sharma2022-07-011-8/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-21/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-21/+1
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar2022-07-221-21/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-144-7/+5
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-302-1/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-11/+34
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-0/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+4
* | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-021-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | module: panic: Taint the kernel when selftest modules loadDavid Gow2022-07-111-0/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-023-69/+105
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | scripts: sphinx-pre-install: place a warning for Sphinx >= 3.0Mauro Carvalho Chehab2022-07-071-0/+4
| * | | | | | | | | scripts: sphinx-pre-install: provide both venv and package installsMauro Carvalho Chehab2022-07-071-13/+42
| * | | | | | | | | scripts: sphinx-pre-install: check for PDF min version later onMauro Carvalho Chehab2022-07-071-5/+10
| * | | | | | | | | scripts: sphinx-pre-install: report broken venvMauro Carvalho Chehab2022-07-071-0/+6
| * | | | | | | | | scripts: sphinx-pre-install: fix venv version check logicMauro Carvalho Chehab2022-07-071-3/+7
| * | | | | | | | | scripts: get_feat.pl: use /usr/bin/env to find perlDavid Reaver2022-06-301-1/+1
| * | | | | | | | | scripts: kernel-doc: Always increment warnings counterNiklas Söderlund2022-06-131-47/+35
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-011-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | x86/purgatory: Omit use of bin2cMasahiro Yamada2022-07-251-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum2022-07-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-112-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-292-1/+2
| * | | | | | objtool: Add entry UNRET validationPeter Zijlstra2022-06-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | kbuild: remove unused cmd_none in scripts/Makefile.modinstMasahiro Yamada2022-07-101-3/+0
* | | | | | gen_compile_commands: handle multiple lines per .mod fileJohn Hubbard2022-06-291-3/+3
|/ / / / /
* | | | | kbuild: Ignore __this_module in gen_autoksyms.shSami Tolvanen2022-06-261-0/+3