summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2019-02-25arm64: Add additional comment about the retpoline sequence.Christoph Muellner
2018-05-29arm64: Use alternative framework for retpoline.Christoph Muellner
2018-05-29arm64: insn: Add offset getter/setter for adr.Christoph Muellner
2018-05-29arm64: Add MIDR_APM_POTENZA.Christoph Muellner
2018-05-29arm64: Add initial retpoline support.Christoph Muellner
2018-05-29arm64:ilp32: add vdso-ilp32 and use for signal returnPhilipp Tomsich
2018-05-29arm64: ilp32: introduce ilp32-specific sigframe and ucontextYury Norov
2018-05-29arm64: signal32: move ilp32 and aarch32 common code to separated fileYury Norov
2018-05-29arm64: signal: share lp64 signal structures and routines to ilp32Yury Norov
2018-05-29arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use itAndrew Pinski
2018-05-29arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32Yury Norov
2018-05-29arm64: introduce binfmt_elf32.cYury Norov
2018-05-29arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64Yury Norov
2018-05-29arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)Yury Norov
2018-05-29arm64: rename functions that reference compat termYury Norov
2018-05-29arm64: rename COMPAT to AARCH32_EL0 in KconfigAndrew Pinski
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara
2018-05-09arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy
2018-02-19arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma
2018-02-17arm64: cputype: Silence Sparse warningsRobin Murphy
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov
2018-02-06arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-06arm64: futex: Mask __user pointers prior to dereferenceWill Deacon
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-02-06arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon
2018-02-06arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-06arm64: Use pointer masking to limit uaccess speculationRobin Murphy
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-06arm64: Implement array_index_mask_nospec()Robin Murphy
2018-02-06arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2018-02-06arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon
2018-02-06arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-06arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2018-02-06arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-31arm64: provide pmdp_establish() helperCatalin Marinas
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds