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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
28
-269
/
+1390
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-8
/
+14
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
28
-261
/
+1390
2021-10-29
Merge branch 'for-next/sve' into for-next/core
Will Deacon
2
-5
/
+7
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: Put system wide vector length information into structs
Mark Brown
1
-3
/
+3
2021-10-21
arm64/sve: Make access to FFR optional
Mark Brown
1
-2
/
+4
2021-10-18
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
4
-3
/
+32
2021-10-18
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
14
-155
/
+1191
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/memory-accounting into kvmarm-master/next
Marc Zyngier
9
-16
/
+18
2021-10-17
KVM: arm64: Add memcg accounting to KVM allocations
Jia He
4
-5
/
+7
2021-10-17
KVM: arm64: vgic: Add memcg accounting to vgic allocations
Jia He
5
-11
/
+11
2021-10-17
Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/next
Marc Zyngier
3
-17
/
+31
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-17
KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible
Marc Zyngier
1
-4
/
+11
2021-10-17
KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrors
Marc Zyngier
1
-0
/
+8
2021-10-17
KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3
Marc Zyngier
1
-0
/
+5
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
5
-1
/
+206
2021-10-11
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba
6
-1
/
+537
2021-10-11
KVM: arm64: Simplify masking out MTE in feature id reg
Fuad Tabba
1
-8
/
+2
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
Merge branch kvm-arm64/raz-sysregs into kvmarm-master/next
Marc Zyngier
1
-9
/
+17
2021-10-11
KVM: arm64: Replace get_raz_id_reg() with get_raz_reg()
Alexandru Elisei
1
-8
/
+2
2021-10-11
KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0
Alexandru Elisei
1
-1
/
+10
2021-10-11
KVM: arm64: Return early from read_id_reg() if register is RAZ
Alexandru Elisei
1
-1
/
+6
2021-10-11
Merge branch kvm-arm64/misc-5.16 into kvmarm-master/next
Marc Zyngier
2
-8
/
+16
2021-10-11
KVM: arm64: Depend on HAVE_KVM instead of OF
Sean Christopherson
1
-1
/
+1
2021-10-11
KVM: arm64: Unconditionally include generic KVM's Kconfig
Sean Christopherson
1
-6
/
+2
2021-10-11
KVM: arm64: Allow KVM to be disabled from the command line
Marc Zyngier
1
-1
/
+13
2021-10-11
Merge branch kvm-arm64/vgic-ipa-checks into kvmarm-master/next
Marc Zyngier
5
-17
/
+29
2021-10-11
KVM: arm64: vgic: Drop vgic_check_ioaddr()
Ricardo Koller
2
-25
/
+4
[next]