summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-01kbuild: dummy-tools: pretend we understand -fpatchable-function-entryJiri Slaby (SUSE)1-0/+10
2023-10-28kbuild: Correct missing architecture-specific hyphensSimon Glass1-5/+5
2023-10-28modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada1-6/+1
2023-10-28modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada1-15/+3
2023-10-28modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada1-1/+1
2023-10-28modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada1-1/+1
2023-10-28modpost: remove EXIT_SECTIONS macroMasahiro Yamada1-5/+3
2023-10-28modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada1-2/+1
2023-10-28modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada1-7/+1
2023-10-28modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada1-6/+0
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada3-21/+3
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada1-2/+0
2023-10-28kbuild: simplify cmd_ld_multi_mMasahiro Yamada1-1/+1
2023-10-28kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada4-34/+21
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada5-16/+1
2023-10-28kbuild: unify no-compiler-targets and no-sync-config-targetsMasahiro Yamada1-11/+2
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada20-185/+73
2023-10-18docs: kbuild: add INSTALL_DTBS_PATHRicardo B. Marliere2-0/+13
2023-10-18UML: remove unused cmd_vdso_installMasahiro Yamada1-12/+0
2023-10-18csky: remove unused cmd_vdso_installMasahiro Yamada1-10/+0
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada1-24/+26
2023-10-18modpost: refactor check_sec_ref()Masahiro Yamada1-6/+7
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2-22/+16
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-2/+2
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-10-18kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada1-2/+0
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer2-0/+4
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada5-7/+12
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen4-66/+232
2023-10-01Linux 6.6-rc4v6.6-rc4Linus Torvalds1-1/+1
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-30Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-30selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-30mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-09-30mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-30mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2-0/+20
2023-09-30mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo1-0/+20
2023-09-30arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts22-49/+100
2023-09-30maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett3-73/+237
2023-09-30maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-30nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-09-30mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2-1/+17