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.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
/
arm
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
kvm-arm: Unmap shadow pagetables properly
Suzuki K Poulose
1
-0
/
+1
2016-09-06
arm: KVM: Fix idmap overlap detection when the kernel is idmap'ed
Marc Zyngier
1
-1
/
+2
2016-08-17
KVM: arm/arm64: Change misleading use of is_error_pfn
Christoffer Dall
1
-1
/
+1
2016-07-04
arm/arm64: Get rid of KERN_TO_HYP
Marc Zyngier
1
-9
/
+9
2016-07-04
arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range
Marc Zyngier
1
-0
/
+15
2016-07-04
arm/arm64: KVM: Kill free_boot_hyp_pgd
Marc Zyngier
1
-23
/
+7
2016-07-04
arm/arm64: KVM: Drop boot_pgd
Marc Zyngier
1
-8
/
+0
2016-07-04
arm/arm64: KVM: Always have merged page tables
Marc Zyngier
1
-40
/
+34
2016-07-04
arm/arm64: KVM: Export __hyp_text_start/end symbols
Marc Zyngier
1
-2
/
+0
2016-06-29
arm/arm64: KVM: Map the HYP text as read-only
Marc Zyngier
1
-3
/
+3
2016-06-29
arm/arm64: KVM: Add a protection parameter to create_hyp_mappings
Marc Zyngier
1
-2
/
+3
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-187
/
+221
2016-05-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+5
2016-05-09
kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables
Catalin Marinas
1
-17
/
+29
2016-05-06
mm: thp: kvm: fix memory corruption in KVM with THP enabled
Andrea Arcangeli
1
-1
/
+1
2016-04-29
arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
Marc Zyngier
1
-6
/
+11
2016-04-28
arm64: kvm: allows kvm cpu hotplug
AKASHI Takahiro
1
-0
/
+5
2016-04-21
kvm-arm: Cleanup stage2 pgd handling
Suzuki K Poulose
1
-31
/
+6
2016-04-21
kvm-arm: Cleanup kvm_* wrappers
Suzuki K Poulose
1
-8
/
+1
2016-04-21
kvm-arm: Add stage2 page table modifiers
Suzuki K Poulose
1
-53
/
+44
2016-04-21
kvm-arm: Add explicit hyp page table modifiers
Suzuki K Poulose
1
-5
/
+99
2016-04-21
kvm-arm: Use explicit stage2 helper routines
Suzuki K Poulose
1
-24
/
+24
2016-04-21
kvm-arm: Remove kvm_pud_huge()
Suzuki K Poulose
1
-3
/
+1
2016-04-21
kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
Suzuki K Poulose
1
-9
/
+8
2016-04-21
kvm arm: Move fake PGD handling to arch specific files
Suzuki K Poulose
1
-40
/
+7
2016-02-29
arm64: KVM: Skip HYP setup when already running in HYP
Marc Zyngier
1
-0
/
+7
2016-02-29
arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
Marc Zyngier
1
-0
/
+16
2016-01-16
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
1
-5
/
+5
2015-12-18
arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
Vladimir Murzin
1
-3
/
+3
2015-12-04
ARM/arm64: KVM: correct PTE uncachedness check
Ard Biesheuvel
1
-2
/
+2
2015-11-24
ARM/arm64: KVM: test properly for a PTE's uncachedness
Ard Biesheuvel
1
-8
/
+7
2015-09-16
arm: KVM: Fix incorrect device to IPA mapping
Marek Majtyka
1
-2
/
+4
2015-06-19
Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-2
/
+2
2015-06-09
ARM: KVM: Remove pointless void pointer cast
Firo Yang
1
-2
/
+2
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
1
-0
/
+1
2015-05-26
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
1
-1
/
+1
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
1
-2
/
+2
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
1
-1
/
+2
2015-04-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-39
/
+30
2015-04-07
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-10
/
+124
2015-03-23
arm64: KVM: use ID map with increased VA range if required
Ard Biesheuvel
1
-2
/
+25
2015-03-19
ARM, arm64: kvm: get rid of the bounce page
Ard Biesheuvel
1
-37
/
+5
2015-03-13
arm/arm64: KVM: Optimize handling of Access Flag faults
Marc Zyngier
1
-0
/
+46
2015-03-13
arm/arm64: KVM: Implement Stage-2 page aging
Marc Zyngier
1
-1
/
+64
2015-03-13
arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
Marc Zyngier
1
-9
/
+14
2015-03-11
arm64: KVM: Do not use pgd_index to index stage-2 pgd
Marc Zyngier
1
-4
/
+4
2015-03-11
arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting
Marc Zyngier
1
-18
/
+49
2015-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+262
2015-01-30
arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault
Marc Zyngier
1
-4
/
+8
2015-01-30
arm/arm64: KVM: Invalidate data cache on unmap
Marc Zyngier
1
-15
/
+67
[next]