index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
1
-0
/
+10
2020-12-04
KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
David Brazdil
1
-0
/
+1
2020-12-04
KVM: arm64: Add kvm-arm.mode early kernel parameter
David Brazdil
1
-0
/
+9
2020-12-03
Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue
Marc Zyngier
1
-0
/
+1
2020-11-30
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
Marc Zyngier
1
-0
/
+1
2020-11-27
Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/next
Marc Zyngier
1
-2
/
+3
2020-11-27
KVM: arm64: Remove unused __extended_idmap_trampoline() prototype
Will Deacon
1
-1
/
+0
2020-11-27
KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
Will Deacon
1
-1
/
+0
2020-11-27
KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/
Will Deacon
1
-0
/
+3
2020-11-27
Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/next
Marc Zyngier
1
-0
/
+3
2020-11-27
KVM: arm64: Add kvm_vcpu_has_pmu() helper
Marc Zyngier
1
-0
/
+3
2020-11-27
Merge branch 'kvm-arm64/copro-no-more' into kvmarm-master/next
Marc Zyngier
1
-55
/
+18
2020-11-27
Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/next
Marc Zyngier
1
-1
/
+117
2020-11-13
KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
Marc Zyngier
1
-0
/
+2
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
1
-0
/
+17
2020-11-10
KVM: arm64: Drop legacy copro shadow register
Marc Zyngier
1
-47
/
+1
2020-11-10
KVM: arm64: Map AArch32 cp14 register to AArch64 sysregs
Marc Zyngier
1
-8
/
+0
2020-11-10
KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
Marc Zyngier
1
-1
/
+0
2020-11-10
KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
Marc Zyngier
1
-0
/
+1
2020-11-10
KVM: arm64: Add basic hooks for injecting exceptions from EL2
Marc Zyngier
1
-2
/
+26
2020-11-10
KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
Marc Zyngier
1
-0
/
+91
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
1
-0
/
+1
2020-10-29
KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR
Marc Zyngier
1
-0
/
+1
2020-09-30
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
1
-41
/
+1
2020-09-30
Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...
Marc Zyngier
1
-40
/
+0
2020-09-30
kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
David Brazdil
1
-1
/
+1
2020-09-29
KVM: arm64: Get rid of kvm_arm_have_ssbd()
Marc Zyngier
1
-23
/
+0
2020-09-29
arm64: Rewrite Spectre-v2 mitigation code
Will Deacon
1
-17
/
+0
2020-09-29
Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/next
Marc Zyngier
1
-0
/
+7
2020-09-29
KVM: arm64: Add PMU event filtering infrastructure
Marc Zyngier
1
-0
/
+5
2020-09-29
KVM: arm64: Use event mask matching architecture revision
Marc Zyngier
1
-0
/
+2
2020-09-16
Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next
Marc Zyngier
1
-15
/
+11
2020-09-15
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
1
-5
/
+0
2020-09-15
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
1
-11
/
+14
2020-09-15
KVM: arm64: Remove kvm_host_data_t typedef
Andrew Scull
1
-3
/
+1
2020-09-11
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
1
-2
/
+2
2020-09-11
KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
Will Deacon
1
-1
/
+0
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
1
-0
/
+1
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+1
2020-08-21
arm64/x86: KVM: Introduce steal-time cap
Andrew Jones
1
-0
/
+1
2020-08-21
KVM: arm64: pvtime: Fix stolen time accounting across migration
Andrew Jones
1
-1
/
+0
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-21
/
+73
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-18
/
+4
2020-07-28
KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions
Marc Zyngier
1
-3
/
+8
2020-07-10
KVM: arm64: clean up redundant 'kvm_run' parameters
Tianjia Zhang
1
-7
/
+4
2020-07-09
KVM: arm64: Use common KVM implementation of MMU memory caches
Sean Christopherson
1
-12
/
+0
2020-07-09
KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
Sean Christopherson
1
-0
/
+1
2020-07-07
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
1
-0
/
+6
2020-07-07
KVM: arm64: Move SPSR_EL1 to the system register array
Marc Zyngier
1
-1
/
+1
2020-07-07
KVM: arm64: Disintegrate SPSR array
Marc Zyngier
1
-1
/
+5
[next]