summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Merge branch kvm-arm64/apple-vgic-mi into kvmarm/nextOliver Upton1-1/+1
2023-02-14Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton6-84/+105
2023-02-14Merge branch kvm-arm64/nv-timer-improvements into kvmarm/nextOliver Upton2-29/+52
2023-02-14Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton3-15/+54
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton12-113/+232
2023-02-14Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton20-58/+377
2023-02-14Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton83-844/+1080
2023-02-07KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNTOliver Upton2-2/+2
2023-02-06arm64/sme: Fix __finalise_el2 SMEver checkMarc Zyngier1-0/+1
2023-02-03KVM: arm64: Finalise EL2 state from pKVM PSCI relayQuentin Perret1-0/+1
2023-02-03KVM: arm64: Use sanitized values in __check_override in nVHEQuentin Perret1-0/+14
2023-02-03KVM: arm64: Introduce finalise_el2_state macroQuentin Perret2-77/+80
2023-02-03KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret3-0/+3
2023-01-26KVM: arm64: timers: Don't BUG() on unhandled timer trapMarc Zyngier1-1/+3
2023-01-26KVM: arm64: Reduce overhead of trapped timer sysreg accessesMarc Zyngier1-25/+48
2023-01-26KVM: arm64: Don't arm a hrtimer for an already pending timerMarc Zyngier1-3/+1
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki4-96/+176
2023-01-20arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown4-0/+32
2023-01-20arm64/sme: Implement ZT0 ptrace supportMark Brown1-0/+54
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown3-3/+124
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown3-14/+26
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown2-5/+18
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown5-0/+33
2023-01-20arm64/sme: Enable host kernel to access ZT0Mark Brown2-0/+7
2023-01-20arm64/sme: Manually encode ZT0 load and store instructionsMark Brown1-0/+22
2023-01-20arm64/esr: Document ISS for ZT0 being disabledMark Brown1-0/+1
2023-01-20arm64/sysreg: Update system registers for SME 2 and 2.1Mark Brown1-4/+23
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown7-38/+42
2023-01-15Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-20/+52
2023-01-15Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-72/+72
2023-01-14Merge tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+38
2023-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-102/+132
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas1-0/+31
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-01-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds16-49/+132
2023-01-13Merge tag 's390-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-73/+107
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2023-01-13Merge tag 'perf-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+16
2023-01-13KVM: arm64: vgic: Allow registration of a non-maskable maintenance interruptMarc Zyngier1-1/+1
2023-01-13KVM: arm64: Condition HW AF updates on config optionOliver Upton1-0/+2
2023-01-13KVM: arm64: Handle access faults behind the read lockOliver Upton2-3/+4
2023-01-13KVM: arm64: Don't serialize if the access flag isn't setOliver Upton1-4/+8
2023-01-13KVM: arm64: Return EAGAIN for invalid PTE in attr walkerOliver Upton1-1/+1
2023-01-13KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton3-4/+33
2023-01-13KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton2-6/+9
2023-01-13KVM: arm64: Mask FEAT_CCIDXAkihiko Odaki1-0/+11
2023-01-13KVM: arm64: Always set HCR_TID2Akihiko Odaki4-9/+2
2023-01-13arm64/cache: Move CLIDR macro definitionsAkihiko Odaki2-5/+6
2023-01-13arm64/sysreg: Add CCSIDR2_EL1Akihiko Odaki1-0/+5
2023-01-13arm64/sysreg: Convert CCSIDR_EL1 to automatic generationAkihiko Odaki2-1/+10