summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel2018-03-091-1/+3
* arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-02-231-1/+1
* arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-191-6/+6
* arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma2018-02-191-1/+1
* arm64: cputype: Silence Sparse warningsRobin Murphy2018-02-171-1/+1
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-165-48/+51
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-107-8/+65
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-015-21/+37
| |\
| * | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-171-4/+4
| * | arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-091-2/+2
| * | KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-5/+2
| * | KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-081-0/+10
| * | KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-082-2/+14
| * | arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier2018-01-081-0/+2
| * | arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-083-2/+30
| * | KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-081-3/+10
| * | KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-081-1/+0
| * | KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-021-0/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-0810-107/+204
|\ \ \
| * | | arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-061-0/+6
| * | | arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-061-27/+0
| * | | arm64: futex: Mask __user pointers prior to dereferenceWill Deacon2018-02-061-3/+6
| * | | arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-061-7/+22
| * | | arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon2018-02-061-22/+32
| * | | arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon2018-02-061-0/+7
| * | | arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-061-0/+11
| * | | arm64: Use pointer masking to limit uaccess speculationRobin Murphy2018-02-061-3/+23
| * | | arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-062-19/+29
| * | | arm64: Implement array_index_mask_nospec()Robin Murphy2018-02-061-0/+21
| * | | arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2018-02-062-0/+8
| * | | arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon2018-02-061-0/+13
| * | | arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2018-02-061-1/+1
| * | | arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-061-0/+10
| * | | arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon2018-02-062-26/+16
| * | | arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-061-0/+10
| * | | arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon2018-02-061-2/+2
* | | | kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-02-062-8/+12
* | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+10
|\ \ \ \
| * | | | arm64: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-151-0/+10
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\ \ \ \ \
| * | | | | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | | | | | arm64: provide pmdp_establish() helperCatalin Marinas2018-01-311-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-151-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
| |/ / / / / /