summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: dummy-tools: pretend we understand -fpatchable-function-entryJiri Slaby (SUSE)2023-11-011-0/+10
* kbuild: Correct missing architecture-specific hyphensSimon Glass2023-10-281-5/+5
* modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada2023-10-281-6/+1
* modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada2023-10-281-15/+3
* modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada2023-10-281-1/+1
* modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada2023-10-281-1/+1
* modpost: remove EXIT_SECTIONS macroMasahiro Yamada2023-10-281-5/+3
* modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada2023-10-281-2/+1
* modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada2023-10-281-7/+1
* modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada2023-10-281-6/+0
* linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-283-21/+3
* modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada2023-10-281-2/+0
* kbuild: simplify cmd_ld_multi_mMasahiro Yamada2023-10-281-1/+1
* kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada2023-10-284-34/+21
* kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-285-16/+1
* kbuild: unify no-compiler-targets and no-sync-config-targetsMasahiro Yamada2023-10-281-11/+2
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-2820-185/+73
* docs: kbuild: add INSTALL_DTBS_PATHRicardo B. Marliere2023-10-182-0/+13
* UML: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-12/+0
* csky: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-10/+0
* modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada2023-10-181-24/+26
* modpost: refactor check_sec_ref()Masahiro Yamada2023-10-181-6/+7
* modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2023-10-182-22/+16
* modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-2/+2
* modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-5/+5
* kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada2023-10-181-2/+0
* rust: Respect HOSTCC when linking for hostMatthew Maurer2023-10-142-0/+4
* kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada2023-10-035-7/+12
* modpost: Optimize symbol search from linear to binary searchJack Brennen2023-10-034-66/+232
* Linux 6.6-rc4v6.6-rc4Linus Torvalds2023-10-011-1/+1
* Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-017-15/+41
|\
| * kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2023-10-012-4/+0
| * modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König2023-10-011-2/+13
| * vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada2023-10-011-7/+0
| * modpost: add missing else to the "of" checkMauricio Faria de Oliveira2023-10-011-1/+1
| * Documentation: kbuild: explain handling optional dependenciesArnd Bergmann2023-09-251-0/+26
| * kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen2023-09-251-1/+1
* | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-0138-169/+455
|\ \
| * | Crash: add lock to serialize crash hotplug handlingBaoquan He2023-09-301-0/+17
| * | selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2023-09-302-4/+4
| * | mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-09-301-20/+19
| * | mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan2023-09-301-0/+2
| * | mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2023-09-302-0/+20
| * | mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo2023-09-301-0/+20
| * | arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts2023-09-301-14/+3
| * | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-3022-49/+100
| * | maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-303-73/+237
| * | maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-301-0/+9
| * | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-301-3/+3
| * | mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-302-1/+17