summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: provide pmdp_establish() helperCatalin Marinas2018-02-011-0/+7
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-35/+0
|\
| * dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-4/+0
| * dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-22/+0
| * arm64: don't override dma_max_pfnChristoph Hellwig2018-01-101-9/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-64/+21
|\ \
| * | signal: unify compat_siginfo_tAl Viro2018-01-161-63/+0
| * | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0
| * | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-0/+21
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-3036-109/+869
|\ \
| * | arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-164-14/+22
| * | KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng2018-01-163-0/+19
| * | KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2018-01-162-0/+6
| * | KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse2018-01-161-0/+2
| * | KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-162-0/+2
| * | KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse2018-01-163-0/+9
| * | KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse2018-01-161-0/+10
| * | arm64: kernel: Prepare for a DISR userJames Morse2018-01-165-0/+30
| * | arm64: Unconditionally enable IESB on exception entry/return for firmware-firstJames Morse2018-01-161-8/+9
| * | arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2018-01-162-0/+67
| * | arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi2018-01-162-1/+4
| * | arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse2018-01-161-2/+63
| * | arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin2018-01-161-1/+1
| * | arm64: Correct type for PUD macrosPunit Agrawal2018-01-161-3/+3
| * | arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko2018-01-151-1/+1
| * | arm64: fix ID map extension to 52 bitsKristina Martsenko2018-01-151-3/+2
| * | arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-01-141-0/+2
| * | arm64: Extend early page table code to allow for larger kernelsSteve Capper2018-01-142-1/+47
| * | arm64: Re-order reserved_ttbr0 in linker scriptSteve Capper2018-01-142-6/+6
| * | arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-142-1/+8
| * | arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse2018-01-141-0/+1
| * | arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-132-2/+48
| * | arm64: uaccess: Add PAN helperJames Morse2018-01-131-0/+12
| * | arm64: Add vmap_stack header fileJames Morse2018-01-131-0/+28
| * | firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse2018-01-131-0/+8
| * | arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-01-133-2/+19
| * | KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-01-131-0/+2
| * | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2018-01-121-0/+129
| |\ \
| | * | perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose2018-01-021-0/+129
| * | | arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C2018-01-081-0/+3
| * | | arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-01-082-1/+4
| * | | arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon2018-01-081-0/+4
| * | | arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-01-081-0/+38
| * | | arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-083-1/+40
| * | | arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-01-081-13/+0
| * | | arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2018-01-081-0/+1
| * | | arm64: v8.4: Support for new floating point multiplication instructionsDongjiu Geng2018-01-052-0/+2
| * | | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-228-22/+143
| |\ \ \
| | * | | arm64: allow ID map to be extended to 52 bitsKristina Martsenko2017-12-223-3/+16
| | * | | arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko2017-12-224-19/+50