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
2022-11-17
KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
Marc Zyngier
1
-12
/
+31
2022-11-17
KVM: arm64: PMU: Always advertise the CHAIN event
Marc Zyngier
1
-0
/
+2
2022-11-17
KVM: arm64: PMU: Align chained counter implementation with architecture pseud...
Marc Zyngier
1
-234
/
+86
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
3
-2
/
+109
2022-11-11
KVM: arm64: Don't unnecessarily map host kernel sections at EL2
Quentin Perret
1
-11
/
+3
2022-11-11
KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2
Quentin Perret
1
-0
/
+5
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
2
-0
/
+4
2022-11-11
KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Quentin Perret
2
-5
/
+6
2022-11-11
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
4
-38
/
+39
2022-11-11
KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Quentin Perret
3
-3
/
+132
2022-11-11
KVM: arm64: Consolidate stage-2 initialisation into a single function
Quentin Perret
3
-44
/
+39
2022-11-11
KVM: arm64: Add generic hyp_memcache helpers
Quentin Perret
3
-0
/
+61
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
3
-0
/
+15
2022-11-11
KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
Will Deacon
1
-6
/
+9
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
6
-13
/
+114
2022-11-11
KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Fuad Tabba
4
-4
/
+166
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
8
-0
/
+504
2022-11-11
KVM: arm64: Rename 'host_kvm' to 'host_mmu'
Will Deacon
2
-26
/
+26
2022-11-11
KVM: arm64: Add hyp_spinlock_t static initializer
Fuad Tabba
1
-1
/
+9
2022-11-11
KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
Will Deacon
1
-0
/
+1
2022-11-11
KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
Quentin Perret
3
-1
/
+57
2022-11-11
KVM: arm64: Prevent the donation of no-map pages
Quentin Perret
1
-6
/
+16
2022-11-11
KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
2
-0
/
+241
2022-11-11
KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
3
-10
/
+6
2022-11-11
KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
Quentin Perret
1
-19
/
+43
2022-11-11
KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
Quentin Perret
5
-40
/
+34
2022-11-11
KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
Quentin Perret
1
-0
/
+6
2022-11-11
KVM: arm64: Move hyp refcount manipulation helpers to common header file
Quentin Perret
2
-19
/
+22
2022-11-11
KVM: arm64: Fix typo in comment
Zhiyuan Dai
1
-1
/
+1
2022-11-10
KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.
Ryan Roberts
2
-18
/
+30
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
3
-27
/
+11
2022-11-10
KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
1
-12
/
+3
2022-11-10
KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
1
-14
/
+12
2022-11-10
KVM: arm64: Make block->table PTE changes parallel-aware
Oliver Upton
1
-5
/
+75
2022-11-10
KVM: arm64: Split init and set for table PTE
Oliver Upton
1
-10
/
+10
2022-11-10
KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
1
-9
/
+22
2022-11-10
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
2
-2
/
+22
2022-11-10
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
3
-63
/
+36
2022-11-10
KVM: arm64: Use an opaque type for pteps
Oliver Upton
2
-14
/
+15
2022-11-10
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
1
-0
/
+23
2022-11-10
KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
Oliver Upton
1
-13
/
+5
2022-11-10
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
2
-41
/
+25
2022-11-10
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
3
-51
/
+47
2022-11-10
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
3
-152
/
+143
2022-11-10
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
3
-0
/
+25
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
1
-0
/
+1
2022-11-09
KVM: replace direct irq.h inclusion
Paolo Bonzini
2
-16
/
+5
2022-11-09
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
1
-1
/
+1
2022-11-01
KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
Marc Zyngier
3
-34
/
+20
2022-10-27
KVM: arm64: Fix bad dereference on MTE-enabled systems
Ryan Roberts
1
-1
/
+2
[prev]
[next]