aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu1-14/+9
2019-03-20KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose1-16/+43
2019-03-19KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose1-22/+21
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+9
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki1-2/+2
2019-02-22Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-10/+8
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-02-20KVM: arm/arm64: Remove unused gpa_end variableShaokun Zhang1-2/+1
2019-02-19KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall1-8/+0
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall1-0/+7
2019-02-07KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse1-2/+2
2019-02-07KVM: arm64: Relax the restriction on using stage2 PUD huge mappingSuzuki K Poulose1-3/+6
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-1/+1
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-2/+4
2018-12-19KVM: arm/arm64: Fix unintended stage 2 PMD mappingsChristoffer Dall1-22/+64
2018-12-18KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall1-1/+1
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal1-6/+98
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal1-19/+20
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal1-11/+11
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal1-5/+48
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal1-4/+7
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal1-6/+8
2018-12-18KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on faultPunit Agrawal1-13/+15
2018-12-18KVM: arm/arm64: Share common code in user_mem_abort()Punit Agrawal1-19/+30
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-59/+69
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-10/+4
2018-10-03KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal1-1/+7
2018-10-01kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose1-58/+61
2018-10-01kvm: arm/arm64: Remove spurious WARN_ONSuzuki K Poulose1-1/+1
2018-10-01kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose1-1/+2
2018-09-27signal/arm/kvm: Use send_sig_mceerrEric W. Biederman1-10/+4
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-12/+0
2018-09-07KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoWMarc Zyngier1-1/+8
2018-08-13KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal1-0/+4
2018-08-13KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal1-11/+27
2018-07-09KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tablesMarc Zyngier1-4/+0
2018-07-09KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier1-4/+21
2018-07-09KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier1-0/+12
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier1-0/+4
2018-06-21KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_rangeJia He1-0/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier1-21/+59
2018-03-19arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier1-1/+1
2018-03-19KVM: arm/arm64: Move HYP IO VAs to the "idmap" rangeMarc Zyngier1-14/+59
2018-03-19KVM: arm64: Fix HYP idmap unmap when using 52bit PAMarc Zyngier1-5/+21
2018-03-19KVM: arm/arm64: Fix idmap size and alignmentMarc Zyngier1-0/+2
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier1-5/+15
2018-03-19KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier1-10/+14
2018-03-19KVM: arm/arm64: Demote HYP VA range display to being a debug featureMarc Zyngier1-3/+4
2018-03-19KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall1-3/+3