index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
27
-348
/
+1083
|
\
|
*
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-04-26
27
-344
/
+1076
|
|
\
|
|
*
Merge branch kvm-arm64/spec-ptw into kvmarm-master/next
Marc Zyngier
2023-04-21
6
-15
/
+69
|
|
|
\
|
|
|
*
KVM: arm64: vhe: Drop extra isb() on guest exit
Marc Zyngier
2023-04-14
1
-4
/
+3
|
|
|
*
KVM: arm64: vhe: Synchronise with page table walker on MMU update
Marc Zyngier
2023-04-14
1
-0
/
+12
|
|
|
*
KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
Marc Zyngier
2023-04-14
1
-0
/
+7
|
|
|
*
KVM: arm64: nvhe: Synchronise with page table walker on TLBI
Marc Zyngier
2023-04-14
1
-9
/
+29
|
|
|
*
KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
Marc Zyngier
2023-04-13
2
-2
/
+18
|
|
*
|
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
2023-04-21
5
-35
/
+230
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Prevent userspace from handling SMC64 arch range
Oliver Upton
2023-04-08
1
-6
/
+19
|
|
|
*
|
KVM: arm64: Expose SMC/HVC width to userspace
Marc Zyngier
2023-04-05
1
-5
/
+11
|
|
|
*
|
KVM: arm64: Let errors from SMCCC emulation to reach userspace
Oliver Upton
2023-04-05
1
-16
/
+2
|
|
|
*
|
KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI version
Oliver Upton
2023-04-05
1
-2
/
+5
|
|
|
*
|
KVM: arm64: Introduce support for userspace SMCCC filtering
Oliver Upton
2023-04-05
2
-0
/
+64
|
|
|
*
|
KVM: arm64: Add support for KVM_EXIT_HYPERCALL
Oliver Upton
2023-04-05
2
-1
/
+19
|
|
|
*
|
KVM: arm64: Use a maple tree to represent the SMCCC filter
Oliver Upton
2023-04-05
2
-0
/
+59
|
|
|
*
|
KVM: arm64: Refactor hvc filtering to support different actions
Oliver Upton
2023-04-05
1
-4
/
+22
|
|
|
*
|
KVM: arm64: Start handling SMCs from EL1
Oliver Upton
2023-04-05
1
-7
/
+7
|
|
|
*
|
KVM: arm64: Rename SMC/HVC call handler to reflect reality
Oliver Upton
2023-04-05
2
-3
/
+3
|
|
|
*
|
KVM: arm64: Add vm fd device attribute accessors
Oliver Upton
2023-04-05
1
-0
/
+29
|
|
|
*
|
KVM: arm64: Add a helper to check if a VM has ran once
Oliver Upton
2023-04-05
2
-4
/
+3
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/next
Marc Zyngier
2023-04-21
11
-181
/
+596
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Handle 32bit CNTPCTSS traps
Marc Zyngier
2023-04-13
1
-0
/
+1
|
|
|
*
|
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
2023-03-30
4
-10
/
+206
|
|
|
*
|
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
2023-03-30
2
-3
/
+12
|
|
|
*
|
KVM: arm64: timers: Abstract the number of valid timers per vcpu
Marc Zyngier
2023-03-30
1
-6
/
+11
|
|
|
*
|
KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handling
Marc Zyngier
2023-03-30
1
-0
/
+36
|
|
|
*
|
KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
Marc Zyngier
2023-03-30
2
-44
/
+66
|
|
|
*
|
KVM: arm64: timers: Abstract per-timer IRQ access
Marc Zyngier
2023-03-30
1
-19
/
+19
|
|
|
*
|
KVM: arm64: timers: Rationalise per-vcpu timer init
Marc Zyngier
2023-03-30
1
-34
/
+39
|
|
|
*
|
KVM: arm64: timers: Allow save/restoring of the physical timer
Marc Zyngier
2023-03-30
1
-12
/
+17
|
|
|
*
|
KVM: arm64: timers: Allow userspace to set the global counter offset
Marc Zyngier
2023-03-30
2
-5
/
+57
|
|
|
*
|
KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVM
Marc Zyngier
2023-03-30
3
-41
/
+43
|
|
|
*
|
KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
Marc Zyngier
2023-03-30
3
-29
/
+96
|
|
|
*
|
KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
Marc Zyngier
2023-03-30
2
-2
/
+18
|
|
|
*
|
KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
Marc Zyngier
2023-03-30
1
-1
/
+1
|
|
|
|
/
|
|
*
|
KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state
Reiji Watanabe
2023-04-20
1
-1
/
+1
|
|
*
|
KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()
Reiji Watanabe
2023-04-20
1
-1
/
+5
|
|
*
|
KVM: arm64: vgic: Don't acquire its_lock before config_lock
Oliver Upton
2023-04-12
1
-3
/
+12
|
|
*
|
KVM: arm64: Use config_lock to protect vgic state
Oliver Upton
2023-03-29
8
-60
/
+88
|
|
*
|
KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
Oliver Upton
2023-03-29
4
-21
/
+12
|
|
*
|
KVM: arm64: Avoid lock inversion when setting the VM register width
Oliver Upton
2023-03-29
2
-3
/
+21
|
|
*
|
KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
Oliver Upton
2023-03-29
3
-25
/
+43
|
|
|
/
|
*
|
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-16
1
-2
/
+1
|
*
|
KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
Thomas Huth
2023-03-16
1
-2
/
+6
|
|
/
*
|
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
2
-6
/
+6
|
\
\
|
*
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
2
-6
/
+6
|
|
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-04-25
2
-45
/
+47
|
\
\
|
*
|
KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilege
Will Deacon
2023-04-20
2
-45
/
+47
|
|
/
*
|
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-24
1
-1
/
+0
|
\
\
[next]