summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2022-04-132-8/+20
|\
| * get_maintainer: Honor mailmap for in file emailsRob Herring2022-04-131-0/+1
| * scripts/decode_stacktrace.sh: support old bash versionSchspa Shi2022-04-131-8/+19
| * Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-121-17/+27
| |\
* | \ Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-04-132-19/+27
|\ \ \
| * \ \ Merge branch 'for-next/hardening' into for-next/ksppKees Cook2022-04-122-19/+27
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'for-v5.18/hardening' into for-next/hardeningKees Cook2022-04-121-17/+27
| | |\|
| | | * gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-121-17/+27
| | * | security: don't treat structure as an array of struct hlist_headBill Wendling2022-04-121-2/+0
| | |/
* | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-04-1318-22/+792
|\ \ \
| * | | Kbuild: add Rust supportMiguel Ojeda2022-04-0415-15/+612
| * | | scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda2022-04-041-0/+14
| * | | scripts: add `generate_rust_analyzer.py`Miguel Ojeda2022-04-041-0/+133
| * | | kallsyms: use the correct buffer size for symbolsBoqun Feng2022-04-041-3/+6
| * | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-04-041-1/+1
| * | | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-04-041-3/+26
| |/ /
* | | Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mani...Stephen Rothwell2022-04-131-0/+10
|\ \ \
| * | | bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-041-0/+10
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2022-04-132-4/+4
|\ \ \
| * | | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-042-4/+4
| |/ /
* | | kbuild: refactor cmd_modversions_SMasahiro Yamada2022-04-061-11/+4
* | | kbuild: refactor cmd_modversions_cMasahiro Yamada2022-04-061-14/+11
* | | modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada2022-04-061-12/+2
* | | modpost: remove redundant initializes for static variablesMasahiro Yamada2022-04-061-5/+5
* | | modpost: move export_from_secname() call to more relevant placeMasahiro Yamada2022-04-061-6/+4
* | | modpost: remove useless export_from_sec()Masahiro Yamada2022-04-062-19/+2
* | | kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada2022-04-061-6/+2
* | | kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada2022-04-061-11/+8
* | | kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-055-31/+31
|/ /
* | modpost: restore the warning message for missing symbol versionsMasahiro Yamada2022-04-031-1/+1
* | kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada2022-04-021-1/+1
* | kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada2022-04-021-7/+0
* | Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxLinus Torvalds2022-03-313-4/+15
|\ \
| * | scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab2022-03-281-2/+2
| * | scripts/get_abi: change the file/line number meta infoMauro Carvalho Chehab2022-03-281-2/+2
| * | scripts/get_feat.pl: allow output the parsed file namesMauro Carvalho Chehab2022-03-281-0/+11
* | | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-316-53/+43
|\ \ \
| * | | fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada2022-03-311-27/+19
| * | | kallsyms: ignore all local labels prefixed by '.L'Changbin Du2022-02-221-1/+1
| * | | kconfig: fix missing '# end of' for empty menuMasahiro Yamada2022-02-181-12/+13
| * | | kconfig: add fflush() before ferror() checkMasahiro Yamada2022-02-181-0/+2
| * | | kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-153-5/+4
| * | | kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-8/+4
* | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-282-2/+3
|\ \ \ \
| * | | | scripts: get_abi.pl: Fix typo in help messageMichal Simek2022-03-181-1/+1
| * | | | Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-284-12/+18
| |\| | |
| * | | | scripts/get_abi.pl: Ignore hidden filesJonathan Neuschäfer2022-02-041-0/+1
| * | | | spdxcheck.py: Fix a type errorDing Xiang2022-02-041-1/+1
* | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-274-24/+31
|\ \ \ \ \
| * | | | | kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-223-55/+27