summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | kbuild: clean up scripts/remove-stale-filesMasahiro Yamada2024-07-201-18/+0
| * | kconfig: recursive checks drop file/linenoHONG Yifan2024-07-202-48/+30
| * | kbuild: rpm-pkg: introduce a simple changelog section for kernel.specRafael Aquini2024-07-201-0/+23
| * | kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-202-50/+32
| * | kbuild: Create INSTALL_PATH directory if it does not existZhang Bingwu2024-07-201-0/+4
| * | kconfig: remove 'e1' and 'e2' macros from expression deduplicationMasahiro Yamada2024-07-201-52/+42
| * | kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-165-11/+8
| * | kconfig: add const qualifiers to several function argumentsMasahiro Yamada2024-07-168-36/+40
| * | kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()Masahiro Yamada2024-07-161-5/+2
| * | kbuild: deb-pkg: use default string when variable is unset or nullMasahiro Yamada2024-07-161-3/+3
| * | modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22Masahiro Yamada2024-07-161-5/+1
| * | modpost: remove self-definitions of R_ARM_* macrosMasahiro Yamada2024-07-161-30/+0
| * | kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada2024-07-161-1/+1
| * | kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada2024-07-161-1/+5
| * | kbuild: package: add -e and -u options to some shell scriptsMasahiro Yamada2024-07-166-13/+22
| * | kbuild: deb-pkg: remove support for "name <email>" form for DEBEMAILMasahiro Yamada2024-07-161-13/+7
| * | kbuild: deb-pkg: remove support for EMAIL environment variableMasahiro Yamada2024-07-161-1/+1
| * | kconfig: refactor error messages in sym_check_print_recursive()Masahiro Yamada2024-07-161-9/+9
| * | kconfig: improve error message for recursive dependency in choiceMasahiro Yamada2024-07-161-6/+1