index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-15
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
4
-12
/
+8
2020-09-15
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
4
-52
/
+43
2020-09-15
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
3
-32
/
+101
2020-09-15
KVM: arm64: nVHE: Pass pointers consistently to hyp-init
Andrew Scull
2
-1
/
+1
2020-09-15
KVM: arm64: nVHE: Handle hyp panics
Andrew Scull
2
-32
/
+62
2020-09-15
KVM: arm64: nVHE: Switch to hyp context for EL2
Andrew Scull
4
-19
/
+89
2020-09-15
KVM: arm64: Share context save and restore macros
Andrew Scull
1
-39
/
+0
2020-09-15
KVM: arm64: Restore hyp when panicking in guest context
Andrew Scull
4
-4
/
+34
2020-09-15
KVM: arm64: Update context references from host to hyp
Andrew Scull
1
-11
/
+11
2020-09-15
KVM: arm64: Introduce hyp context
Andrew Scull
5
-8
/
+18
2020-09-15
KVM: arm64: nVHE: Don't consume host SErrors with ESB
Andrew Scull
1
-1
/
+5
2020-09-15
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
5
-68
/
+122
2020-09-15
KVM: arm64: Save chosen hyp vector to a percpu variable
Andrew Scull
2
-2
/
+5
2020-09-15
KVM: arm64: Remove kvm_host_data_t typedef
Andrew Scull
1
-2
/
+2
2020-09-15
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
4
-15
/
+14
2020-09-15
KVM: arm64: Remove __activate_vm wrapper
Andrew Scull
3
-14
/
+9
2020-09-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-28
/
+34
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
5
-28
/
+34
2020-09-11
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
13
-1503
/
+1231
2020-09-11
KVM: arm64: Don't constrain maximum IPA size based on host configuration
Will Deacon
1
-34
/
+6
2020-09-11
KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
Will Deacon
1
-2
/
+0
2020-09-11
KVM: arm64: Remove unused page-table code
Will Deacon
1
-755
/
+0
2020-09-11
KVM: arm64: Check the pgt instead of the pgd when modifying page-table
Will Deacon
1
-3
/
+3
2020-09-11
KVM: arm64: Convert user_mem_abort() to generic page-table API
Will Deacon
1
-80
/
+44
2020-09-11
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
1
-0
/
+20
2020-09-11
KVM: arm64: Convert memslot cache-flushing code to generic page-table API
Quentin Perret
1
-12
/
+1
2020-09-11
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
1
-0
/
+26
2020-09-11
KVM: arm64: Convert write-protect operation to generic page-table API
Quentin Perret
1
-21
/
+4
2020-09-11
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
1
-0
/
+6
2020-09-11
KVM: arm64: Convert page-aging and access faults to generic page-table API
Will Deacon
1
-58
/
+16
2020-09-11
KVM: arm64: Add support for stage-2 page-aging in generic page-table
Will Deacon
1
-0
/
+86
2020-09-11
KVM: arm64: Convert unmap_stage2_range() to generic page-table API
Will Deacon
1
-25
/
+37
2020-09-11
KVM: arm64: Convert kvm_set_spte_hva() to generic page-table API
Will Deacon
1
-13
/
+10
2020-09-11
KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
Will Deacon
1
-16
/
+14
2020-09-11
KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
Will Deacon
1
-0
/
+273
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
2
-26
/
+83
2020-09-11
KVM: arm64: Use generic allocator for hyp stage-1 page-tables
Will Deacon
1
-376
/
+38
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
Will Deacon
1
-0
/
+133
2020-09-11
KVM: arm64: Add stand-alone page-table walker infrastructure
Will Deacon
2
-1
/
+286
2020-09-11
KVM: arm64: Remove kvm_mmu_free_memory_caches()
Will Deacon
2
-6
/
+1
2020-09-07
arm64: fix some spelling mistakes in the comments by codespell
Xiaoming Ni
1
-2
/
+2
2020-09-04
arm64: kvm: mte: Hide the MTE CPUID information from the guests
Catalin Marinas
1
-0
/
+16
2020-09-04
KVM: arm64: Update page shift if stage 2 block mapping not supported
Alexandru Elisei
1
-0
/
+1
2020-09-04
KVM: arm64: Fix address truncation in traces
Marc Zyngier
2
-11
/
+11
2020-09-04
KVM: arm64: Do not try to map PUDs when they are folded into PMD
Marc Zyngier
1
-1
/
+6
2020-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
5
-34
/
+95
2020-08-28
KVM: arm64: Survive synchronous exceptions caused by AT instructions
James Morse
2
-8
/
+14
2020-08-28
KVM: arm64: Add kvm_extable for vaxorcism code
James Morse
5
-26
/
+81
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-39
/
+39
2020-08-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+4
[prev]
[next]