summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | kconfig: improve error message for dependency between choice membersMasahiro Yamada2024-07-161-1/+1
| * | kconfig: fix conditional prompt behavior for choiceMasahiro Yamada2024-07-162-36/+4
| * | kconfig: remove E_LIST expression typeMasahiro Yamada2024-07-163-18/+2
| * | kconfig: remove P_CHOICE propertyMasahiro Yamada2024-07-166-37/+3
| * | kconfig: use sym_get_choice_menu() in sym_check_deps()Masahiro Yamada2024-07-161-4/+4
| * | kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada2024-07-161-3/+7
| * | kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada2024-07-161-2/+4
| * | kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada2024-07-161-3/+0
| * | kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada2024-07-161-5/+4
| * | kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada2024-07-163-6/+6