summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-11/+9
|\
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-221-10/+8
| |\
| | * KVM: arm/arm64: Remove unused gpa_end variableShaokun Zhang2019-02-201-2/+1
| | * KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-191-8/+0
| | * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-0/+7
| * | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
| |/
* | Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-041-2/+2
|\ \
| * | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-071-2/+2
| |/
* / KVM: arm64: Relax the restriction on using stage2 PUD huge mappingSuzuki K Poulose2019-02-071-3/+6
|/
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-1/+1
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-2/+4
* KVM: arm/arm64: Fix unintended stage 2 PMD mappingsChristoffer Dall2018-12-191-22/+64
* KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall2018-12-181-1/+1
* KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-181-6/+98
* KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-181-19/+20
* KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-181-11/+11
* KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-181-5/+48
* KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-4/+7
* KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-181-6/+8
* KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on faultPunit Agrawal2018-12-181-13/+15
* KVM: arm/arm64: Share common code in user_mem_abort()Punit Agrawal2018-12-181-19/+30
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-59/+69
|\
| * KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal2018-10-031-1/+7
| * kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-011-58/+61
| * kvm: arm/arm64: Remove spurious WARN_ONSuzuki K Poulose2018-10-011-1/+1
| * kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose2018-10-011-1/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-10/+4
|\ \ | |/ |/|
| * signal/arm/kvm: Use send_sig_mceerrEric W. Biederman2018-09-271-10/+4
* | KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-12/+0
* | KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoWMarc Zyngier2018-09-071-1/+8
|/
* KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal2018-08-131-0/+4
* KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal2018-08-131-11/+27
* KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tablesMarc Zyngier2018-07-091-4/+0
* KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpersMarc Zyngier2018-07-091-4/+21
* KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-091-0/+12
* arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-091-0/+4
* KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_...Jia He2018-06-211-0/+2
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier2018-03-191-21/+59
* arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier2018-03-191-1/+1
* KVM: arm/arm64: Move HYP IO VAs to the "idmap" rangeMarc Zyngier2018-03-191-14/+59
* KVM: arm64: Fix HYP idmap unmap when using 52bit PAMarc Zyngier2018-03-191-5/+21
* KVM: arm/arm64: Fix idmap size and alignmentMarc Zyngier2018-03-191-0/+2
* KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier2018-03-191-5/+15
* KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier2018-03-191-10/+14
* KVM: arm/arm64: Demote HYP VA range display to being a debug featureMarc Zyngier2018-03-191-3/+4
* KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall2018-03-191-3/+3
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-7/+57
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-7/+5
| |\
| * | KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-10/+8