summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski2020-01-271-0/+1
* ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch2019-12-171-0/+18
* ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann2019-06-151-0/+1
* ARM: vdso: Remove dependency with the arch_timer driver internalsMarc Zyngier2019-05-311-0/+2
* ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2019-04-052-1/+7
* ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin2019-04-051-1/+1
* ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-03-231-1/+0
* ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2019-02-201-0/+23
* ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2019-02-201-13/+26
* ARM: clean up per-processor check_bugs method callRussell King2019-02-201-0/+1
* ARM: split out processor lookupRussell King2019-02-201-0/+1
* ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2019-02-202-0/+37
* ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry2019-02-201-6/+9
* ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry2019-02-201-0/+8
* ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2019-02-201-2/+2
* ARM: spectre-v1: mitigate user accessesRussell King2018-10-181-0/+4
* ARM: spectre-v1: use get_user() for __get_user()Russell King2018-10-181-6/+11
* ARM: use __inttype() in get_user()Russell King2018-10-181-1/+8
* ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-10-181-2/+2
* ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King2018-10-181-0/+19
* ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2018-10-182-0/+21
* ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King2018-10-181-2/+12
* ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King2018-10-181-0/+1
* ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier2018-10-181-0/+5
* ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier2018-10-182-3/+16
* ARM: spectre-v2: harden user aborts in kernel spaceRussell King2018-10-182-0/+18
* ARM: bugs: add support for per-processor bug checkingRussell King2018-10-181-0/+4
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-10-181-0/+2
* ARM: bugs: prepare processor bug infrastructureRussell King2018-10-181-2/+2
* ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King2018-10-181-0/+8
* arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-07-221-0/+12
* arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-07-221-0/+5
* KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-07-221-0/+7
* ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct sizeDavid Rivshin2018-07-031-1/+1
* ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park2018-05-301-2/+0
* ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu2018-05-221-0/+10
* KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-221-0/+16
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-05-011-0/+3
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-161-0/+6
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-161-27/+0
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-161-0/+10
* linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-12-251-2/+1
* ARM: BUG if jumping to usermode address in kernel modeRussell King2017-12-141-0/+18
* arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier2017-12-141-2/+1
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-042-1/+27
|\
| * ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2017-10-242-1/+27
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0292-0/+92
* | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-172-11/+6
|/