index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
pgtable.c
Age
Commit message (
Expand
)
Author
2021-08-11
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
2021-08-11
KVM: arm64: Allow populating software bits
Quentin Perret
2021-08-11
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
2021-08-11
KVM: arm64: Tolerate re-creating hyp mappings to set software bits
Quentin Perret
2021-08-11
KVM: arm64: Don't overwrite software bits with owner id
Quentin Perret
2021-08-11
KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
Quentin Perret
2021-08-11
KVM: arm64: Optimize host memory aborts
Quentin Perret
2021-08-11
KVM: arm64: Expose page-table helpers
Quentin Perret
2021-08-02
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
2021-06-18
Merge branch arm64/for-next/caches into kvmarm-master/next
Marc Zyngier
2021-06-18
KVM: arm64: Move guest CMOs to the fault handlers
Yanan Wang
2021-06-18
KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
Yanan Wang
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
2021-03-19
KVM: arm64: Refactor the *_map_set_prot_attr() helpers
Quentin Perret
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
2021-03-19
KVM: arm64: Always zero invalid PTEs
Quentin Perret
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
2021-03-19
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
2021-03-06
KVM: arm64: Fix range alignment when walking page tables
Jia He
2021-01-25
KVM: arm64: Filter out the case of only changing permissions from stage-2 map...
Yanan Wang
2021-01-25
KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
Yanan Wang
2020-12-02
KVM: arm64: Fix handling of merging tables into a block entry
Yanan Wang
2020-12-02
KVM: arm64: Fix memory leak on stage2 update of a valid PTE
Yanan Wang
2020-10-29
KVM: arm64: Fix masks in stage2_pte_cacheable()
Will Deacon
2020-10-29
KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
Will Deacon
2020-10-02
KVM: arm64: Pass level hint to TLBI during stage-2 permission fault
Will Deacon
2020-09-11
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
2020-09-11
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
2020-09-11
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
2020-09-11
KVM: arm64: Add support for stage-2 page-aging in generic page-table
Will Deacon
2020-09-11
KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
Will Deacon
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
Will Deacon
2020-09-11
KVM: arm64: Add stand-alone page-table walker infrastructure
Will Deacon