aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-30m68k: q40: Remove commented out codeThorsten Blum1-15/+0
2026-03-30powerpc/xive: fix kmemleak caused by incorrect chip_data lookupNilay Shroff1-5/+11
2026-03-30powerpc/64s: Add support for huge pfnmapsRitesh Harjani (IBM)3-0/+38
2026-03-30x86/cpu: Remove M486/M486SX/ELAN supportIngo Molnar4-52/+10
2026-03-30RISC-V: KVM: Split huge pages during fault handling for dirty loggingWang Yechao2-0/+130
2026-03-30RISC-V: KVM: Fix lost write protection on huge pages during dirty loggingWang Yechao1-4/+3
2026-03-30RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()Jiakai Xu1-2/+4
2026-03-30x86/asm/segment: Implement loadsegment()/savesegment() macros with static inline helpersUros Bizjak1-22/+35
2026-03-30x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()Uros Bizjak1-1/+1
2026-03-30x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()Uros Bizjak1-1/+1
2026-03-30x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-) accessorsUros Bizjak1-2/+2
2026-03-30RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()Jiakai Xu1-0/+1
2026-03-30riscv: kvm: add null pointer check for vector datapYufeng Wang1-0/+1
2026-03-30pcmcia: remove obsolete host controller driversEthan Nelson-Moore3-4/+1
2026-03-30dts: riscv: spacemit: k3: add P1 PMIC regulator treeYixun Lan2-0/+158
2026-03-30dts: riscv: spacemit: k3: Add i2c nodesYixun Lan1-0/+100
2026-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-185/+241
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera13-505/+25
2026-03-29x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/Tycho Andersen (AMD)1-0/+8
2026-03-29Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+46
2026-03-29bpf,arc_jit: Fix missing newline in pr_err messageshaoyu.lu1-4/+4
2026-03-29arm64: defconfig: Enable DP83TG720 PHY driverMeghana Malladi1-0/+1
2026-03-29arm64: dts: allwinner: enable h616 timer supportMichal Piekos1-0/+9
2026-03-29arm64: dts: allwinner: sun50i-h6: add UART DMA channelsChen-Yu Tsai1-0/+8
2026-03-29arm64: dts: allwinner: sun50i-a64: add UART DMA channelsChen-Yu Tsai1-0/+10
2026-03-29x86/sev, crypto/ccp: Move SNP init to ccp driverTycho Andersen (AMD)1-2/+0
2026-03-29x86/sev: Create snp_shutdown()Tycho Andersen (AMD)2-3/+21
2026-03-28x86/sev: Create snp_prepare()Tycho Andersen (AMD)2-19/+32
2026-03-28x86/sev: Create a function to clear/zero the RMPTom Lendacky1-14/+27
2026-03-28KVM: arm64: Don't pass host_debug_state to BRBE world-switch routinesWill Deacon1-4/+8
2026-03-28KVM: arm64: Disable SPE Profiling Buffer when running in guest contextWill Deacon3-12/+24
2026-03-28KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest contextWill Deacon3-10/+64
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-3/+9
2026-03-28KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_descMarc Zyngier1-23/+20
2026-03-28KVM: arm64: Simplify integration of adjust_nested_*_perms()Marc Zyngier1-35/+27
2026-03-28KVM: arm64: Directly expose mapping prot and kill kvm_s2_faultMarc Zyngier1-24/+21
2026-03-28KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()Marc Zyngier1-23/+29
2026-03-28KVM: arm64: Replace force_pte with a max_map_size attributeMarc Zyngier1-10/+13
2026-03-28KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_infoMarc Zyngier1-13/+15
2026-03-28KVM: arm64: Restrict the scope of the 'writable' attributeMarc Zyngier1-7/+9
2026-03-28KVM: arm64: Kill logging_active from kvm_s2_faultMarc Zyngier1-6/+4
2026-03-28KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_infoMarc Zyngier1-52/+65
2026-03-28KVM: arm64: Kill topup_memcache from kvm_s2_faultMarc Zyngier1-18/+17
2026-03-28KVM: arm64: Kill exec_fault from kvm_s2_faultMarc Zyngier1-4/+2
2026-03-28KVM: arm64: Kill write_fault from kvm_s2_faultMarc Zyngier1-8/+3
2026-03-28KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()Marc Zyngier1-8/+9
2026-03-28KVM: arm64: Replace fault_is_perm with a helperMarc Zyngier1-7/+10
2026-03-28KVM: arm64: Move fault context to const structureMarc Zyngier1-64/+69
2026-03-28KVM: arm64: Make fault_ipa immutableMarc Zyngier1-12/+26
2026-03-28KVM: arm64: Kill fault->ipaMarc Zyngier1-9/+5