summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+27
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-66/+48
2024-09-17Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds-77/+156
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+155
2024-09-05scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel-2/+0
2024-09-05Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet-76/+30
2024-09-05dt: dt-extract-compatibles: Extract compatibles from function parametersRob Herring (Arm)-0/+13
2024-09-01scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier-17/+49
2024-08-26get_maintainer: add --bug option to print bug reporting infoJani Nikula-2/+15
2024-08-23net: drop special comment styleJohannes Berg-10/+0
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-23/+18
2024-08-23kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada-4/+4
2024-08-20scripts: add boot policy generation programDeven Bowers-0/+155
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-3/+7
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-37/+2
2024-08-15scripts/dtc: Update to upstream version v1.7.0-95-gbcd02b523429Rob Herring (Arm)-6/+14
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu-33/+2
2024-08-15coccinelle: Add rules to find str_down_up() replacementsKees Cook-0/+23
2024-08-15coccinelle: Add rules to find str_up_down() replacementsMichal Wajdeczko-0/+23
2024-08-15fortify: move test_fortify.sh to lib/test_fortify/Masahiro Yamada-66/+0
2024-08-15fortify: refactor test_fortify Makefile to fix some build problemsMasahiro Yamada-0/+2
2024-08-12kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada-1/+2
2024-08-10rust: x86: remove `-3dnow{,a}` from target featuresMiguel Ojeda-2/+2
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh-1/+5
2024-08-06syscalls: add back legacy __NR_nfsservctl macroArnd Bergmann-0/+1
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell-0/+2
2024-08-06kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada-18/+10
2024-08-05gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum-4/+0
2024-08-05syscalls: fix fstat() entry againArnd Bergmann-1/+1
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann-2/+2
2024-08-02uretprobe: change syscall number, againArnd Bergmann-1/+0
2024-07-29scripts: fix all issues reported by pylintDongliang Mu-73/+141
2024-07-28Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2024-07-29kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor-2/+2
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-38/+56
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+18
2024-07-24kbuild: rpm-pkg: Fix C locale setupPetr Vorel-1/+1
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1367/+952
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-28/+57
2024-07-22kallsyms: change sym_entry::percpu_absolute to bool typeMasahiro Yamada-4/+4
2024-07-22kallsyms: unify seq and start_pos fields of struct sym_entryMasahiro Yamada-3/+2
2024-07-22kallsyms: add more original symbol type/name in comment linesMasahiro Yamada-10/+9
2024-07-22kallsyms: use \t instead of a tab in printf()Masahiro Yamada-1/+1
2024-07-22kallsyms: avoid repeated calculation of array size for markersMasahiro Yamada-3/+4
2024-07-22kbuild: add script and target to generate pacman packageThomas Weißschuh-0/+122
2024-07-21modpost: use generic macros for hash table implementationMasahiro Yamada-13/+5
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada-224/+14
2024-07-20kbuild: clean up scripts/remove-stale-filesMasahiro Yamada-18/+0
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan-48/+30