summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-183-66/+48
|\
| * coccinelle: Add rules to find str_down_up() replacementsKees Cook2024-08-151-0/+23
| * coccinelle: Add rules to find str_up_down() replacementsMichal Wajdeczko2024-08-151-0/+23
| * fortify: move test_fortify.sh to lib/test_fortify/Masahiro Yamada2024-08-151-66/+0
| * fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada2024-08-151-0/+2
* | Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds2024-09-173-77/+156
|\ \
| * | scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel2024-09-051-2/+0
| * | Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet2024-09-0513-76/+30
| |\ \
| * | | get_maintainer: add --bug option to print bug reporting infoJani Nikula2024-08-261-2/+15
| * | | scripts: fix all issues reported by pylintDongliang Mu2024-07-291-73/+141
* | | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-165-0/+155
|\ \ \ \
| * | | | scripts: add boot policy generation programDeven Bowers2024-08-205-0/+155
| |/ / /
* | / / scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier2024-09-011-17/+49
| |/ / |/| |
* | | net: drop special comment styleJohannes Berg2024-08-231-10/+0
* | | Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-237-23/+18
|\ \ \
| * | | kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada2024-08-234-4/+4
| * | | kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada2024-08-121-1/+2
| * | | scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell2024-08-061-0/+2
| * | | kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada2024-08-061-18/+10
| | |/ | |/|
* | | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-08-162-3/+7
|\ \ \
| * | | rust: x86: remove `-3dnow{,a}` from target featuresMiguel Ojeda2024-08-101-2/+2
| * | | rust: Support latest version of `rust-analyzer`Sarthak Singh2024-08-071-1/+5
| | |/ | |/|
* | | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-153-37/+2
|\ \ \
| * | | kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu2024-08-152-33/+2
| * | | gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum2024-08-051-4/+0
| | |/ | |/|
* | | syscalls: add back legacy __NR_nfsservctl macroArnd Bergmann2024-08-061-0/+1
* | | syscalls: fix fstat() entry againArnd Bergmann2024-08-051-1/+1
|/ /
* | syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann2024-08-021-2/+2
* | uretprobe: change syscall number, againArnd Bergmann2024-08-021-1/+0
|/
* Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-284-4/+4
|\
| * kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-07-292-2/+2
| * kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez2024-07-281-1/+1
| * kbuild: rpm-pkg: Fix C locale setupPetr Vorel2024-07-241-1/+1
* | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-273-38/+56
|\ \
| * | rust: warn about `bindgen` versions 0.66.0 and 0.66.1Miguel Ojeda2024-07-103-3/+38
| * | rust: start supporting several `bindgen` versionsMiguel Ojeda2024-07-102-13/+0
| * | rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2024-07-101-1/+5
| * | rust: avoid assuming a particular `bindgen` buildMiguel Ojeda2024-07-101-10/+15
| * | rust: start supporting several compiler versionsMiguel Ojeda2024-07-102-13/+0
* | | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-252-1/+18
|\ \ \ | |_|/ |/| |
| * | arch: um: rust: Add i386 support for RustDavid Gow2024-07-032-1/+18
| |/
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-2366-1367/+952
|\ \
| * | kallsyms: change sym_entry::percpu_absolute to bool typeMasahiro Yamada2024-07-221-4/+4
| * | kallsyms: unify seq and start_pos fields of struct sym_entryMasahiro Yamada2024-07-221-3/+2
| * | kallsyms: add more original symbol type/name in comment linesMasahiro Yamada2024-07-221-10/+9
| * | kallsyms: use \t instead of a tab in printf()Masahiro Yamada2024-07-221-1/+1
| * | kallsyms: avoid repeated calculation of array size for markersMasahiro Yamada2024-07-221-3/+4
| * | kbuild: add script and target to generate pacman packageThomas Weißschuh2024-07-222-0/+122
| * | modpost: use generic macros for hash table implementationMasahiro Yamada2024-07-211-13/+5
| * | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-2116-224/+14