aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-06-09Merge tag 'thead-dt-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux into soc/dtKrzysztof Kozlowski3-0/+106
2026-06-09Merge tag 'tenstorrent-dt-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux into soc/dtKrzysztof Kozlowski1-0/+48
2026-06-09Merge tag 'omap-for-v7.2/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/armArnd Bergmann2-21/+12
2026-06-09Merge tag 'imx-defconfig-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into soc/defconfigArnd Bergmann1-0/+1
2026-06-09Merge tag 'at91-defconfig-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/defconfigArnd Bergmann1-0/+2
2026-06-09Merge tag 'renesas-dts-for-v7.2-tag2' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/dtKrzysztof Kozlowski36-158/+2344
2026-06-09Merge tag 'mtk-dts64-for-v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dtKrzysztof Kozlowski19-117/+595
2026-06-09Merge tag 'mtk-dts32-for-v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dtKrzysztof Kozlowski3-33/+44
2026-06-09Merge tag 'imx-soc-updates-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into soc/armArnd Bergmann2-2/+9
2026-06-09ARM: multi_v7_defconfig: Enable dma-buf heapsMaxime Ripard1-0/+3
2026-06-09ARM: configs: Drop duplicated CONFIG_EXT4_FSKrzysztof Kozlowski5-5/+0
2026-06-09Merge tag 'v7.1-rockchip-arm32fixe' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixesArnd Bergmann1-6/+10
2026-06-08sparc/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song1-11/+0
2026-06-08loongarch/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song1-11/+0
2026-06-08riscv/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-13/+0
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-14/+0
2026-06-08KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages on emulated writesSean Christopherson1-1/+1
2026-06-08ASoC: simple-card: remove platform data styleMark Brown38-448/+398
2026-06-08sh: 7724se: remove FSI/AK4642/Simple-Audio-Card supportKuninori Morimoto1-101/+0
2026-06-08sh: ecovec24: remove FSI/DA7210/Simple-Audio-Card supportKuninori Morimoto1-90/+0
2026-06-08s390: Remove GENERIC_LOCKBREAK Kconfig optionHeiko Carstens1-3/+0
2026-06-08riscv: traps_misaligned: Avoid redundant unaligned access speed probeNam Cao1-2/+2
2026-06-08riscv: misaligned: Fix fast_unaligned_access_speed_key initNam Cao1-47/+22
2026-06-08KVM: x86/pmu: Use hardware value when reprogramming for FIXED_CTR_CTRL changesSean Christopherson1-1/+9
2026-06-08KVM: x86: hyper-v: Bound the bank index when querying sparse banksHyunwoo Kim1-0/+5
2026-06-08Merge tag 'v7.1-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2026-06-08m68k: hash: Use lower_16_bits() helperGeert Uytterhoeven1-1/+3
2026-06-08arm64: mm: Complete the PTE store in ptep_try_set()Tejun Heo1-1/+10
2026-06-08x86/msr: Remove wrmsrl()Juergen Gross1-4/+0
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross6-11/+11
2026-06-08x86/msr: Remove rdmsrl()Juergen Gross1-1/+0
2026-06-08x86/msr: Switch rdmsrl() users to rdmsrq()Juergen Gross2-2/+2
2026-06-08powerpc: Simplify access_ok()Christophe Leroy (CS GROUP)1-0/+26
2026-06-08powerpc/entry: Disable interrupts before irqentry_exitShrikanth Hegde1-2/+3
2026-06-08powerpc/8xx: implement get_direction() in cpm1Bartosz Golaszewski1-0/+26
2026-06-08x86/msr: Remove wrmsr_safe_on_cpu()Juergen Gross2-21/+0
2026-06-08x86/msr: Switch wrmsr_safe_on_cpu() users to wrmsrq_safe_on_cpu()Juergen Gross1-2/+2
2026-06-08x86/msr: Remove rdmsr_safe_on_cpu()Juergen Gross2-30/+0
2026-06-08x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu()Juergen Gross1-2/+2
2026-06-08x86/msr: Don't use rdmsr_safe_on_cpu() in rdmsrq_safe_on_cpu()Juergen Gross1-3/+14
2026-06-08x86/msr: Remove wrmsr_on_cpu()Juergen Gross2-22/+0
2026-06-08x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()Juergen Gross3-9/+6
2026-06-08x86/msr: Remove rdmsr_on_cpu()Juergen Gross2-22/+0
2026-06-08x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu()Juergen Gross3-8/+8
2026-06-08x86/msr: Remove rdmsrl_on_cpu()Juergen Gross1-1/+0
2026-06-08x86/xen: Replace generic lazy tracking with cpu specific oneJuergen Gross3-40/+14
2026-06-08x86/xen: Get rid of last XEN_LAZY_MMU usesJuergen Gross5-50/+11
2026-06-08x86/xen: Change interface of xen_mc_issue()Juergen Gross3-25/+24
2026-06-08x86/xen: Drop lazy mode from trace entriesJuergen Gross1-4/+7
2026-06-08x86/xen: Remove Xen debugfs supportJuergen Gross5-72/+0