Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state | Christoffer Dall | 2023-02-11 | 1 | -0/+56 | |
| | | * | | | | | KVM: arm64: nv: Add EL2 system registers to vcpu context | Marc Zyngier | 2023-02-11 | 1 | -1/+32 | |
| | | * | | | | | KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x | Christoffer Dall | 2023-02-11 | 1 | -0/+6 | |
| | | * | | | | | KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set | Christoffer Dall | 2023-02-11 | 1 | -0/+16 | |
| | | * | | | | | KVM: arm64: nv: Introduce nested virtualization VCPU feature | Christoffer Dall | 2023-02-11 | 2 | -0/+15 | |
| | | * | | | | | KVM: arm64: Use the S2 MMU context to iterate over S2 table | Marc Zyngier | 2023-02-11 | 1 | -8/+8 | |
| | | * | | | | | arm64: Add ARM64_HAS_NESTED_VIRT cpufeature | Jintack Lim | 2023-02-11 | 4 | -0/+36 | |
| | * | | | | | | Merge branch kvm-arm64/misc into kvmarm/next | Oliver Upton | 2023-02-14 | 11 | -27/+25 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | KVM: arm64: Fix non-kerneldoc comments | Marc Zyngier | 2023-02-07 | 1 | -6/+2 | |
| | | * | | | | | | arm64/sysreg: clean up some inconsistent indenting | Jiapeng Chong | 2023-01-31 | 1 | -1/+1 | |
| | | * | | | | | | KVM: MMU: Make the definition of 'INVALID_GPA' common | Yu Zhang | 2023-01-19 | 4 | -9/+7 | |
| | | * | | | | | | KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2023-01-17 | 1 | -4/+5 | |
| | | * | | | | | | KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0 | Marc Zyngier | 2023-01-12 | 1 | -5/+8 | |
| | | * | | | | | | KVM: arm64: Synchronize SMEN on vcpu schedule out | Nianyao Tang | 2023-01-12 | 1 | -0/+1 | |
| | | * | | | | | | KVM: arm64: Kill CPACR_EL1_TTA definition | Marc Zyngier | 2023-01-12 | 2 | -2/+1 | |
| | * | | | | | | | Merge branch kvm-arm64/apple-vgic-mi into kvmarm/next | Oliver Upton | 2023-02-14 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | KVM: arm64: vgic: Allow registration of a non-maskable maintenance interrupt | Marc Zyngier | 2023-01-12 | 1 | -1/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch kvm-arm64/psci-relay-fixes into kvmarm/next | Oliver Upton | 2023-02-14 | 6 | -84/+105 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | KVM: arm64: Finalise EL2 state from pKVM PSCI relay | Quentin Perret | 2023-02-02 | 1 | -0/+1 | |
| | | * | | | | | | | KVM: arm64: Use sanitized values in __check_override in nVHE | Quentin Perret | 2023-02-02 | 1 | -0/+14 | |
| | | * | | | | | | | KVM: arm64: Introduce finalise_el2_state macro | Quentin Perret | 2023-02-02 | 2 | -77/+80 | |
| | | * | | | | | | | KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE | Quentin Perret | 2023-02-02 | 3 | -0/+3 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch kvm-arm64/nv-timer-improvements into kvmarm/next | Oliver Upton | 2023-02-14 | 2 | -29/+52 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | KVM: arm64: timers: Don't BUG() on unhandled timer trap | Marc Zyngier | 2023-01-26 | 1 | -1/+3 | |
| | | * | | | | | | | KVM: arm64: Reduce overhead of trapped timer sysreg accesses | Marc Zyngier | 2023-01-26 | 1 | -25/+48 | |
| | | * | | | | | | | KVM: arm64: Don't arm a hrtimer for an already pending timer | Marc Zyngier | 2023-01-26 | 1 | -3/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch kvm-arm64/parallel-access-faults into kvmarm/next | Oliver Upton | 2023-02-13 | 3 | -15/+54 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | KVM: arm64: Condition HW AF updates on config option | Oliver Upton | 2023-01-12 | 1 | -0/+2 | |
| | | * | | | | | | | KVM: arm64: Handle access faults behind the read lock | Oliver Upton | 2023-01-12 | 2 | -3/+4 | |
| | | * | | | | | | | KVM: arm64: Don't serialize if the access flag isn't set | Oliver Upton | 2023-01-12 | 1 | -4/+8 | |
| | | * | | | | | | | KVM: arm64: Return EAGAIN for invalid PTE in attr walker | Oliver Upton | 2023-01-12 | 1 | -1/+1 | |
| | | * | | | | | | | KVM: arm64: Ignore EAGAIN for walks outside of a fault | Oliver Upton | 2023-01-12 | 3 | -4/+33 | |
| | | * | | | | | | | KVM: arm64: Use KVM's pte type/helpers in handle_access_fault() | Oliver Upton | 2023-01-12 | 2 | -6/+9 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/next | Oliver Upton | 2023-02-13 | 12 | -113/+232 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNT | Oliver Upton | 2023-02-07 | 2 | -2/+2 | |
| | | * | | | | | | | KVM: arm64: Normalize cache configuration | Akihiko Odaki | 2023-01-21 | 4 | -96/+176 | |
| | | * | | | | | | | KVM: arm64: Mask FEAT_CCIDX | Akihiko Odaki | 2023-01-12 | 1 | -0/+11 | |
| | | * | | | | | | | KVM: arm64: Always set HCR_TID2 | Akihiko Odaki | 2023-01-12 | 4 | -9/+2 | |
| | | * | | | | | | | arm64/cache: Move CLIDR macro definitions | Akihiko Odaki | 2023-01-12 | 2 | -5/+6 | |
| | | * | | | | | | | arm64/sysreg: Add CCSIDR2_EL1 | Akihiko Odaki | 2023-01-12 | 1 | -0/+5 | |
| | | * | | | | | | | arm64/sysreg: Convert CCSIDR_EL1 to automatic generation | Akihiko Odaki | 2023-01-12 | 2 | -1/+10 | |
| | | * | | | | | | | arm64: Allow the definition of UNKNOWN system register fields | Marc Zyngier | 2023-01-12 | 2 | -1/+21 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge branch arm64/for-next/sme2 into kvmarm/next | Oliver Upton | 2023-02-13 | 20 | -58/+377 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch kvm/kvm-hw-enable-refactor into kvmarm/next | Oliver Upton | 2023-02-13 | 83 | -844/+1080 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | KVM: x86/mmu: Make tdp_mmu_allowed static | David Matlack | 2023-02-16 | 1 | -1/+1 | |
| * | | | | | | | | | Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2023-02-15 | 8 | -147/+570 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | KVM: s390: GISA: sort out physical vs virtual pointers usage | Nico Boehr | 2023-02-08 | 1 | -4/+7 | |
| | * | | | | | | | | | KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg | Janis Schoetterl-Glausch | 2023-02-07 | 3 | -1/+167 | |
| | * | | | | | | | | | KVM: s390: Refactor vcpu mem_op function | Janis Schoetterl-Glausch | 2023-02-07 | 1 | -19/+17 | |
| | * | | | | | | | | | KVM: s390: Refactor absolute vm mem_op function | Janis Schoetterl-Glausch | 2023-02-07 | 1 | -25/+18 |