index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-24
KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
Marc Zyngier
3
-7
/
+13
2021-11-24
KVM: arm64: Save PSTATE early on exit
Marc Zyngier
2
-1
/
+12
2021-11-12
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-5
/
+15
2021-11-08
KVM: arm64: Fix host stage-2 finalization
Quentin Perret
1
-2
/
+12
2021-11-08
KVM: arm64: nvhe: Fix a non-kernel-doc comment
Randy Dunlap
1
-1
/
+1
2021-11-08
KVM: arm64: Extract ESR_ELx.EC only
Mark Rutland
2
-2
/
+2
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-181
/
+1230
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-5
/
+11
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
14
-181
/
+1230
2021-10-29
Merge branch 'for-next/sve' into for-next/core
Will Deacon
1
-2
/
+4
2021-10-21
arm64: kvm: use kvm_exception_table_entry
Mark Rutland
1
-3
/
+7
2021-10-21
arm64/sve: Explicitly load vector length when restoring SVE state
Mark Brown
1
-1
/
+1
2021-10-21
arm64/sve: Make access to FFR optional
Mark Brown
1
-2
/
+4
2021-10-18
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
12
-147
/
+1176
2021-10-18
KVM: arm64: pkvm: Give priority to standard traps over pvm handling
Marc Zyngier
1
-4
/
+7
2021-10-18
KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()
Marc Zyngier
3
-5
/
+5
2021-10-18
KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
Marc Zyngier
3
-14
/
+14
2021-10-18
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
6
-24
/
+204
2021-10-18
KVM: arm64: pkvm: Preserve pending SError on exit from AArch32
Marc Zyngier
1
-1
/
+2
2021-10-18
KVM: arm64: pkvm: Handle GICv3 traps as required
Marc Zyngier
1
-1
/
+17
2021-10-18
KVM: arm64: pkvm: Drop sysregs that should never be routed to the host
Marc Zyngier
1
-50
/
+0
2021-10-18
KVM: arm64: pkvm: Drop AArch32-specific registers
Marc Zyngier
1
-4
/
+0
2021-10-18
KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WI
Marc Zyngier
1
-11
/
+22
2021-10-18
KVM: arm64: pkvm: Use a single function to expose all id-regs
Marc Zyngier
3
-35
/
+26
2021-10-18
KVM: arm64: Fix early exit ptrauth handling
Marc Zyngier
1
-10
/
+4
2021-10-17
Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/next
Marc Zyngier
1
-14
/
+8
2021-10-17
KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode
Marc Zyngier
1
-12
/
+8
2021-10-17
KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS
Marc Zyngier
1
-2
/
+0
2021-10-11
KVM: arm64: Handle protected guests at 32 bits
Fuad Tabba
1
-0
/
+34
2021-10-11
KVM: arm64: Trap access to pVM restricted features
Fuad Tabba
1
-0
/
+57
2021-10-11
KVM: arm64: Move sanitized copies of CPU features
Fuad Tabba
2
-6
/
+2
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
4
-1
/
+198
2021-10-11
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba
5
-1
/
+532
2021-10-11
KVM: arm64: Pass struct kvm to per-EC handlers
Fuad Tabba
3
-4
/
+4
2021-10-11
KVM: arm64: Move early handlers to per-EC handlers
Marc Zyngier
3
-68
/
+124
2021-10-11
KVM: arm64: Don't include switch.h into nvhe/kvm-main.c
Marc Zyngier
1
-1
/
+1
2021-10-11
KVM: arm64: Move __get_fault_info() and co into their own include file
Marc Zyngier
3
-61
/
+77
2021-10-11
KVM: arm64: Disable privileged hypercalls after pKVM finalisation
Will Deacon
1
-11
/
+26
2021-10-11
KVM: arm64: Prevent re-finalisation of pKVM for a given CPU
Will Deacon
1
-0
/
+3
2021-10-11
KVM: arm64: Reject stub hypercalls after pKVM has been initialised
Will Deacon
1
-9
/
+17
2021-10-05
KVM: arm64: Report corrupted refcount at EL2
Quentin Perret
1
-0
/
+1
2021-10-05
KVM: arm64: Fix host stage-2 PGD refcount
Quentin Perret
3
-1
/
+27
2021-09-20
KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
Zenghui Yu
1
-1
/
+1
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-230
/
+524
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-6
/
+3
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
6
-24
/
+13
2021-08-20
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
6
-12
/
+14
2021-08-20
KVM: arm64: Minor optimization of range_is_memory
David Brazdil
1
-5
/
+8
2021-08-20
Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking
Marc Zyngier
1
-1
/
+1
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
1
-1
/
+1
[next]