summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTEWill Deacon2018-11-271-2/+2
| * | | | | | arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel2018-11-271-28/+8
| * | | | | | arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel2018-11-271-0/+8
| * | | | | | arm64: acpi: Prepare for longer MADTsJeremy Linton2018-11-271-4/+15
| * | | | | | arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon2018-11-271-8/+23
| * | | | | | arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt2018-11-262-2/+31
| * | | | | | arm64/module: use plt section indices for relocationsJessica Yu2018-11-201-3/+5
| * | | | | | arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-201-0/+2
| |/ / / / /
* | / / / / mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-141-9/+0
| |/ / / / |/| | | |
* | | | | arm64: ftrace: Fix to enable syscall events on arm64Masami Hiramatsu2018-11-291-0/+13
* | | | | arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas2018-11-291-2/+2
| |/ / / |/| | |
* | | | arm64: sysreg: fix sparse warningsSergey Matyukevich2018-11-231-2/+2
|/ / /
* / / arm64: mm: define NET_IP_ALIGN to 0Ard Biesheuvel2018-11-081-0/+8
|/ /
* | Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2018-11-011-0/+3
|\ \
| * | arm64: percpu: Initialize ret in the default caseNathan Chancellor2018-09-251-0/+3
* | | treewide: remove current_text_addrNick Desaulniers2018-10-311-7/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-262-38/+15
|\ \ \
| * | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-11/+0
| * | | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-10/+0
| * | | hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hAlexandre Ghiti2018-10-261-1/+1
| * | | arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-261-6/+8
* | | | Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-262-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: use the generic swiotlb_dma_opsChristoph Hellwig2018-10-192-3/+5
| * | | Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig2018-09-251-0/+5
| * | | dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig2018-09-081-5/+0
* | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2510-196/+373
|\ \ \ \
| * | | | KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-192-0/+4
| * | | | arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-181-1/+1
| * | | | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-032-2/+2
| * | | | kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-031-20/+0
| * | | | kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose2018-10-031-1/+6
| * | | | kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-9/+3
| * | | | kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose2018-10-011-0/+7
| * | | | kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-013-2/+4
| * | | | kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose2018-10-011-19/+48
| * | | | kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose2018-10-012-10/+88
| * | | | kvm: arm64: Make stage2 page table layout dynamicSuzuki K Poulose2018-10-011-32/+52
| * | | | kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose2018-10-014-124/+136
| * | | | kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-014-45/+54
| * | | | kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-014-8/+10
| * | | | kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-0/+2
| * | | | kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose2018-10-011-0/+3