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.13.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
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
KVM: arm64: Ensure user_mem_abort() return value is initialised
Will Deacon
1
-1
/
+1
2020-10-02
KVM: arm64: Pass level hint to TLBI during stage-2 permission fault
Will Deacon
1
-7
/
+16
2020-09-18
KVM: arm64: Fix doc warnings in mmu code
Xiaofei Tan
1
-2
/
+4
2020-09-18
KVM: arm64: Do not flush memslot if FWB is supported
Alexandru Elisei
1
-1
/
+1
2020-09-18
KVM: arm64: Try PMD block mappings if PUD mappings are not supported
Alexandru Elisei
1
-5
/
+14
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-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
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-24
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/arm6...
Linus Torvalds
1
-0
/
+4
2020-08-22
KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
Will Deacon
1
-4
/
+13
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+1
2020-08-21
KVM: arm64: Print warning when cpu erratum can cause guests to deadlock
Rob Herring
1
-0
/
+4
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
46
-2210
/
+2545
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-81
/
+48
2020-08-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-34
/
+35
2020-07-31
Merge branch 'for-next/read-barrier-depends' into for-next/core
Catalin Marinas
1
-0
/
+1
2020-07-30
Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next
Marc Zyngier
3
-16
/
+18
2020-07-30
KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()
Will Deacon
2
-7
/
+12
2020-07-30
KVM: arm64: Don't skip cache maintenance for read-only memslots
Will Deacon
1
-1
/
+1
2020-07-30
KVM: arm64: Handle data and instruction external aborts the same way
Will Deacon
1
-6
/
+3
2020-07-30
KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
Will Deacon
2
-2
/
+2
2020-07-30
Merge branch 'kvm-arm64/el2-obj-v4.1' into kvmarm-master/next
Marc Zyngier
1
-3
/
+23
2020-07-30
KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
David Brazdil
1
-3
/
+23
2020-07-28
Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIP
Marc Zyngier
12
-54
/
+66
2020-07-28
Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIP
Marc Zyngier
3
-219
/
+56
2020-07-28
Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP
Marc Zyngier
2
-11
/
+15
2020-07-28
KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
David Brazdil
1
-1
/
+1
2020-07-28
KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
David Brazdil
1
-1
/
+1
[next]