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
2021-04-06
KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
Eric Auger
1
-19
/
+27
2021-04-06
kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
Eric Auger
3
-10
/
+14
2021-04-06
KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
Eric Auger
1
-6
/
+4
2021-04-06
KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
Eric Auger
1
-1
/
+5
2021-04-06
KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
Eric Auger
1
-1
/
+7
2021-04-06
KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
Eric Auger
1
-0
/
+3
2021-04-06
KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
Eric Auger
1
-7
/
+7
2021-04-06
KVM: arm64: Fix error return code in init_hyp_mode()
Wang Wensheng
1
-1
/
+3
2021-04-01
KVM: arm64: Log source when panicking from nVHE hyp
Andrew Scull
5
-18
/
+53
2021-04-01
KVM: arm64: Use BUG and BUG_ON in nVHE hyp
Andrew Scull
2
-5
/
+3
2021-03-31
KVM: arm64: Support PREL/PLT relocs in EL2 code
David Brazdil
1
-0
/
+18
2021-03-31
KVM: arm64: Advertise KVM UID to guests via SMCCC
Will Deacon
1
-9
/
+18
2021-03-31
KVM: arm64: Make symbol '_kvm_host_prot_finalize' static
Xu Jia
1
-1
/
+1
2021-03-25
KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure
Marc Zyngier
4
-37
/
+12
2021-03-25
KVM: arm64: Generate final CTR_EL0 value when running in Protected mode
Marc Zyngier
1
-0
/
+7
2021-03-24
KVM: arm64: GICv4.1: Give a chance to save VLPI state
Shenming Lu
1
-3
/
+3
2021-03-24
KVM: arm64: GICv4.1: Restore VLPI pending state to physical side
Zenghui Yu
1
-0
/
+19
2021-03-24
KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tables
Shenming Lu
1
-6
/
+60
2021-03-24
KVM: arm64: GICv4.1: Add function to get VLPI state
Shenming Lu
2
-0
/
+20
2021-03-24
KVM: arm64: Disable guest access to trace filter controls
Suzuki K Poulose
1
-0
/
+2
2021-03-24
KVM: arm64: Fix CPU interface MMIO compatibility detection
Marc Zyngier
1
-0
/
+9
2021-03-19
KVM: arm64: Protect the .hyp sections from the host
Quentin Perret
4
-0
/
+90
2021-03-19
KVM: arm64: Disable PMU support in protected mode
Quentin Perret
2
-5
/
+6
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
9
-7
/
+312
2021-03-19
KVM: arm64: Provide sanitized mmfr* registers at EL2
Quentin Perret
2
-0
/
+4
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flag
Quentin Perret
1
-0
/
+3
2021-03-19
KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
Quentin Perret
1
-25
/
+31
2021-03-19
KVM: arm64: Add kvm_pgtable_stage2_find_range()
Quentin Perret
1
-4
/
+85
2021-03-19
KVM: arm64: Refactor the *_map_set_prot_attr() helpers
Quentin Perret
1
-8
/
+8
2021-03-19
KVM: arm64: Use page-table to track page ownership
Quentin Perret
1
-24
/
+102
2021-03-19
KVM: arm64: Always zero invalid PTEs
Quentin Perret
1
-10
/
+16
2021-03-19
KVM: arm64: Sort the hypervisor memblocks
Quentin Perret
1
-0
/
+19
2021-03-19
KVM: arm64: Reserve memory for host stage 2
Quentin Perret
3
-1
/
+40
2021-03-19
KVM: arm64: Make memcache anonymous in pgtable allocator
Quentin Perret
1
-2
/
+2
2021-03-19
KVM: arm64: Refactor __populate_fault_info()
Quentin Perret
1
-11
/
+17
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
2
-38
/
+36
2021-03-19
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
3
-9
/
+15
2021-03-19
KVM: arm64: Use kvm_arch in kvm_s2_mmu
Quentin Perret
1
-4
/
+4
2021-03-19
KVM: arm64: Use kvm_arch for stage 2 pgtable
Quentin Perret
2
-4
/
+4
2021-03-19
KVM: arm64: Elevate hypervisor mappings creation at EL2
Quentin Perret
2
-11
/
+119
2021-03-19
KVM: arm64: Prepare the creation of s1 mappings at EL2
Quentin Perret
9
-5
/
+612
2021-03-19
KVM: arm64: Factor out vector address calculation
Quentin Perret
1
-8
/
+1
2021-03-19
KVM: arm64: Provide __flush_dcache_area at EL2
Quentin Perret
4
-1
/
+22
2021-03-19
KVM: arm64: Enable access to sanitized CPU features at EL2
Quentin Perret
1
-0
/
+19
2021-03-19
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
4
-1
/
+292
2021-03-19
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
Quentin Perret
2
-1
/
+23
2021-03-19
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
5
-4
/
+94
2021-03-19
KVM: arm64: Introduce a BSS section for use at Hyp
Quentin Perret
2
-1
/
+14
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
2
-40
/
+124
2021-03-19
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
1
-5
/
+5
[prev]
[next]