summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose2018-10-011-0/+20
| * | | kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-011-0/+9
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-254-23/+8
|\ \ \ \
| * | | | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * | | | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * | | | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-18/+2
| * | | | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-272-4/+4
| | |/ / | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-27/+6
|\ \ \ \
| * | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-24/+1
| * | | | signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-271-0/+1
| * | | | signal/arm64: Remove arm64_force_sig_infoEric W. Biederman2018-09-271-1/+0
| * | | | signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-271-0/+1