summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2018-04-05arm64: Introduce retpoline for aarch64/arm64.Christoph Muellner
2018-04-03arm64:ilp32: add vdso-ilp32 and use for signal returnPhilipp Tomsich
2018-04-03arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32Yury Norov
2018-04-03arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontextYury Norov
2018-04-03arm64: signal32: move ilp32 and aarch32 common code to separated fileYury Norov
2018-04-03arm64: signal: share lp64 signal structures and routines to ilp32Yury Norov
2018-04-03arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use itAndrew Pinski
2018-04-03arm64: ilp32: share aarch32 syscall handlersYury Norov
2018-04-03arm64: ilp32: introduce binfmt_ilp32.cYury Norov
2018-04-03arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32Yury Norov
2018-04-03arm64: introduce binfmt_elf32.cYury Norov
2018-04-03arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)Yury Norov
2018-04-03arm64: rename functions that reference compat termYury Norov
2018-04-03arm64: rename COMPAT to AARCH32_EL0 in KconfigAndrew Pinski
2018-04-03arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layoutDave Martin
2018-02-28arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon
2018-02-28arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser
2018-02-28arm64: Remove unimplemented syscall log messageMichael Weiser
2018-02-22arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni
2018-02-16arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier
2018-02-16arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-16arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-02-16arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon
2018-02-16arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-16arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-16arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon
2018-02-16arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose
2018-02-16arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse
2018-02-16arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-02-16arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-16arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon
2018-02-16arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon
2018-02-16arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-16arm64: Turn on KPTI only on CPUs that need itJayachandran C
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-02-16arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2018-02-16arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose
2018-02-16arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-02-16arm64: use RET instruction for exiting the trampolineWill Deacon
2018-02-16arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-02-16arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-02-16arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasksWill Deacon
2018-02-16arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd
2018-02-16arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon