summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
31 hoursarm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPUWill Deacon2-0/+2
31 hoursarm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPUShanker Donthineni2-1/+3
31 hoursarm64: errata: Mitigate TLBI errata on various Arm CPUsMark Rutland2-2/+66
31 hoursarm64: cputype: Add C1-Premium definitionsMark Rutland1-0/+2
31 hoursarm64: cputype: Add C1-Ultra definitionsMark Rutland1-0/+2
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-3/+36
8 daysMerge tag 'soc-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+10
9 daysMerge tag 's390-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+0
9 daysARM: 9476/1: mm: fix kexec and hibernation with CONFIG_CPU_TTBR0_PANFlorian Fainelli2-0/+22
9 daysARM: 9475/1: entry: use byte load for KASAN VMAP stack shadowKarl Mehltretter1-1/+1
9 daysARM: 9474/1: io: avoid KASAN instrumentation of raw halfword I/OKarl Mehltretter1-2/+13
10 daysMerge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+9
11 daysMerge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
11 daysMerge tag 'v7.1-rockchip-arm32fixe' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-6/+10
12 dayss390: Remove GENERIC_LOCKBREAK Kconfig optionHeiko Carstens1-3/+0
12 daysMerge tag 'v7.1-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+1
13 daysMerge tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+7
14 daysriscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel2-0/+4
14 daysriscv: Fix fast_unaligned_access_speed_key not getting initializedNam Cao1-11/+4
14 daysriscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-06-06Merge tag 'rust-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+16
2026-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-221/+335
2026-06-05Merge tag 'kvmarm-fixes-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini6-20/+35
2026-06-05KVM: arm64: Correctly identify executable PTEs at stage-2Oliver Upton1-1/+3
2026-06-05KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNXOliver Upton1-2/+2
2026-06-05KVM: arm64: Reassign nested_mmus array behind mmu_lockHyunwoo Kim1-13/+20
2026-06-05KVM: arm64: Restore POR_EL0 access to host EL0Joey Gouly1-0/+2
2026-06-05KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT...Hyunwoo Kim1-2/+4
2026-06-05KVM: arm64: vgic-its: Drop the translation cache reference only for the erase...Hyunwoo Kim1-2/+4
2026-06-05x86/resctrl: Only check Intel systems for SNCTony Luck1-1/+6
2026-06-04Merge tag 's390-7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-6/+16
2026-06-04arm64: mm: call pagetable dtor when freeing hot-removed page tablesAlistair Popple1-0/+1
2026-06-03Merge tag 'kvm-s390-master-7.1-3' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini9-89/+165
2026-06-03KVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson1-10/+16
2026-06-03KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson1-13/+14
2026-06-03KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson1-31/+31
2026-06-03KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXITSean Christopherson2-38/+49
2026-06-03KVM: SEV: Add an anonymous "psc" struct to track current PSC metadataSean Christopherson2-27/+24
2026-06-03KVM: SEV: Make it more obvious when KVM is writing back the current PSC indexSean Christopherson1-1/+9
2026-06-02Merge tag 'soc-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+24
2026-06-02KVM: s390: Remove ptep_zap_softleaf_entry()Claudio Imbrenda1-20/+5
2026-06-02KVM: s390: Fix possible reference leak in fault-in codeClaudio Imbrenda1-8/+8
2026-06-02KVM: s390: Prevent memslots outside the ASCE rangeClaudio Imbrenda1-5/+28
2026-06-02KVM: s390: Lock pte when making page secureClaudio Imbrenda1-1/+20
2026-06-02KVM: s390: Fix fault-in codeClaudio Imbrenda1-7/+7
2026-06-02KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()Claudio Imbrenda1-5/+6
2026-06-02KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()Claudio Imbrenda1-2/+6
2026-06-02KVM: s390: Avoid potentially sleeping while atomic when zapping pagesClaudio Imbrenda2-45/+73
2026-06-02KVM: s390: Fix _gmap_crstep_xchg_atomic()Claudio Imbrenda1-0/+3
2026-06-02KVM: s390: Fix _gmap_unmap_crste()Claudio Imbrenda1-3/+16