index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
KVM: arm64: Move the handling of !FP outside of the fast path
Marc Zyngier
2022-06-29
2
-4
/
+10
|
|
|
*
|
KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
Marc Zyngier
2022-06-29
2
-4
/
+4
|
|
|
*
|
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
2022-06-29
3
-3
/
+3
|
|
|
*
|
KVM: arm64: Move vcpu SVE/SME flags to the state flag set
Marc Zyngier
2022-06-29
1
-6
/
+6
|
|
|
*
|
KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set
Marc Zyngier
2022-06-29
5
-26
/
+25
|
|
|
*
|
KVM: arm64: Move vcpu PC/Exception flags to the input flag set
Marc Zyngier
2022-06-10
4
-29
/
+19
|
|
|
*
|
KVM: arm64: Move vcpu configuration flags into their own set
Marc Zyngier
2022-06-09
1
-3
/
+3
|
|
|
*
|
KVM: arm64: Move FP state ownership from flag to a tristate
Marc Zyngier
2022-06-09
4
-16
/
+12
|
|
|
*
|
KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
Marc Zyngier
2022-06-09
4
-23
/
+14
|
*
|
|
|
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-06-24
1
-1
/
+1
|
|
|
/
/
/
*
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-08-01
3
-29
/
+29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition names
Mark Brown
2022-07-05
3
-7
/
+7
|
*
|
|
|
arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names
Mark Brown
2022-07-05
3
-22
/
+22
|
*
|
|
|
arm64/sysreg: Standardise naming for WFxT defines
Mark Brown
2022-07-05
1
-1
/
+1
|
|
/
/
/
*
/
/
/
KVM: arm64: Prevent kmemleak from accessing pKVM memory
Quentin Perret
2022-06-17
1
-3
/
+3
|
/
/
/
*
|
|
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
2022-06-09
1
-4
/
+0
*
|
|
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
2022-06-09
1
-1
/
+5
*
|
|
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
2022-06-09
1
-8
/
+34
*
|
|
KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
2022-06-09
1
-1
/
+3
*
|
|
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
2022-06-08
1
-0
/
+3
*
|
|
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2022-06-08
2
-39
/
+22
*
|
|
KVM: arm64: Don't read a HW interrupt pending state in user context
Marc Zyngier
2022-06-07
3
-5
/
+21
*
|
|
KVM: arm64: Fix inconsistent indenting
sunliming
2022-06-07
1
-1
/
+1
|
/
/
*
|
KVM: arm64: Always start with clearing SME flag on load
Marc Zyngier
2022-06-07
1
-0
/
+1
*
|
KVM: arm64: Always start with clearing SVE flag on load
Marc Zyngier
2022-06-07
1
-0
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
25
-524
/
+1294
|
\
|
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
28
-531
/
+1456
|
|
\
|
|
*
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-18
/
+78
|
|
|
\
|
|
|
*
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
2022-05-16
1
-2
/
+13
|
|
|
*
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
2022-05-16
1
-4
/
+23
|
|
|
*
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
2022-05-16
1
-0
/
+7
|
|
|
*
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
2022-05-16
1
-12
/
+35
|
|
*
|
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
6
-46
/
+37
|
|
|
\
\
|
|
|
*
|
KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
2022-05-15
1
-0
/
+4
|
|
|
*
|
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
Oliver Upton
2022-05-10
1
-3
/
+0
|
|
|
*
|
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
2022-05-10
1
-18
/
+1
|
|
|
*
|
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
2022-05-06
1
-4
/
+4
|
|
|
*
|
KVM: arm64: Avoid unnecessary absolute addressing via literals
Ard Biesheuvel
2022-05-06
1
-5
/
+3
|
|
|
*
|
KVM: arm64: Print emulated register table name when it is unsorted
Alexandru Elisei
2022-05-04
1
-2
/
+2
|
|
|
*
|
KVM: arm64: Don't BUG_ON() if emulated register table is unsorted
Alexandru Elisei
2022-05-04
2
-16
/
+25
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
2022-05-16
5
-35
/
+39
|
|
|
\
\
|
|
|
*
|
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
2022-05-16
3
-15
/
+7
|
|
|
*
|
KVM: arm64: Reenable pmu in Protected Mode
Fuad Tabba
2022-05-15
1
-2
/
+1
|
|
|
*
|
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
2022-05-15
3
-22
/
+25
|
|
|
*
|
KVM: arm64: Wrapper for getting pmu_events
Fuad Tabba
2022-05-15
1
-16
/
+26
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/next
Marc Zyngier
2022-05-16
5
-37
/
+187
|
|
|
\
\
|
|
|
*
|
KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision
Marc Zyngier
2022-05-04
4
-6
/
+47
|
|
|
*
|
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
2022-05-04
3
-21
/
+111
|
|
|
*
|
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
2022-05-04
3
-10
/
+29
|
|
|
|
/
[prev]
[next]