summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-30x86/kexec: Disable KCOV instrumentation after load_segments()Aleksandr Nogikh2-0/+16
2026-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-185/+241
2026-03-29Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+46
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-3/+9
2026-03-28s390/entry: Scrub r12 register on kernel entryVasily Gorbik1-0/+3
2026-03-28s390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman1-1/+4
2026-03-28s390/barrier: Make array_index_mask_nospec() __always_inlineVasily Gorbik1-2/+2
2026-03-28Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-03-28Merge tag 'loongarch-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-22/+147
2026-03-28KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson1-1/+2
2026-03-28KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-6/+8
2026-03-27Merge tag 'v7.0-rockchip-dtsfixes1-v2' of ssh://gitolite.kernel.org/pub/scm/l...Krzysztof Kozlowski1-18/+0
2026-03-27Merge tag 'imx-fixes-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/...Krzysztof Kozlowski21-124/+56
2026-03-26KVM: s390: Fix KVM_S390_VCPU_FAULT ioctlClaudio Imbrenda1-3/+15
2026-03-26KVM: s390: vsie: Fix guest page tables protectionClaudio Imbrenda1-2/+10
2026-03-26KVM: s390: vsie: Fix unshadowing while shadowingClaudio Imbrenda2-1/+19
2026-03-26KVM: s390: vsie: Fix refcount overflow for shadow gmapsClaudio Imbrenda1-1/+3
2026-03-26KVM: s390: vsie: Fix nested guest memory shadowingClaudio Imbrenda1-6/+15
2026-03-26KVM: s390: Correctly handle guest mappings without struct pageClaudio Imbrenda3-13/+14
2026-03-26KVM: s390: Fix gmap_link()Claudio Imbrenda3-54/+52
2026-03-26KVM: s390: vsie: Fix check for pre-existing shadow mappingClaudio Imbrenda1-2/+3
2026-03-26KVM: s390: Remove non-atomic dat_crstep_xchg()Claudio Imbrenda5-97/+100
2026-03-26KVM: s390: vsie: Fix dat_split_ste()Claudio Imbrenda1-0/+1
2026-03-26LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()Bibo Mao1-7/+7
2026-03-26LoongArch: KVM: Handle the case that EIOINTC's coremap is emptyHuacai Chen1-1/+1
2026-03-26LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robustHuacai Chen1-0/+3
2026-03-26LoongArch: vDSO: Emit GNU_EH_FRAME correctlyXi Ruoyao6-10/+53
2026-03-26LoongArch: Workaround LS2K/LS7A GPU DMA hang bugHuacai Chen1-0/+80
2026-03-26LoongArch: Fix missing NULL checks for kstrdup()Li Jun1-4/+3
2026-03-25arm64: dts: renesas: sparrow-hawk: Reserve first 128 MiB of DRAMMarek Vasut1-0/+11
2026-03-24s390/cpum_sf: Cap sampling rate to prevent lsctl exceptionThomas Richter1-1/+5
2026-03-24Merge tag 'kvmarm-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-1/+15
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini10-21/+53
2026-03-24arm64: dts: qcom: agatti: Fix IOMMU DT propertiesSumit Garg1-8/+3
2026-03-24arm64: dts: allwinner: sun55i: Fix r-spi DMAChen-Yu Tsai1-1/+1
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra1-0/+13
2026-03-23x86/fred: Fix early boot failures on SEV-ES/SNP guestsNikunj A Dadhania2-0/+20
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)1-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
2026-03-23ARM: dts: microchip: sam9x7: fix gpio-lines count for pioBMihai Sain1-1/+1
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+28
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+33
2026-03-22Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2026-03-21arm64: dts: hisilicon: hi3798cv200: Add missing dma-rangesShawn Guo1-0/+1
2026-03-21arm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarityShawn Guo1-1/+1
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean1-1/+1
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+10
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-50/+55
2026-03-20x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)1-1/+1