summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-10-28modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada
2023-10-28modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada
2023-10-28modpost: remove EXIT_SECTIONS macroMasahiro Yamada
2023-10-28modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada
2023-10-28modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada
2023-10-28modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada
2023-10-28kbuild: simplify cmd_ld_multi_mMasahiro Yamada
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada
2023-10-18modpost: refactor check_sec_ref()Masahiro Yamada
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada
2023-10-18kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton
2023-09-16Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-15kbuild: avoid long argument lists in make modules_installMichal Kubecek
2023-09-15kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-06x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds