summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-21ARM: percpu.h: fix build errorGrygorii Strashko1-0/+2
2020-05-27ARM: futex: Address build warningThomas Gleixner1-2/+7
2020-01-29ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+1
2019-12-21ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch1-0/+18
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-0/+23
2019-11-10ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King1-13/+26
2019-11-10ARM: clean up per-processor check_bugs method callRussell King1-0/+1
2019-11-10ARM: split out processor lookupRussell King1-0/+1
2019-11-10ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2-0/+37
2019-11-10ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry1-6/+9
2019-11-10ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry1-0/+8
2019-11-10ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-2/+2
2019-11-10ARM: spectre-v1: mitigate user accessesRussell King1-0/+4
2019-11-10ARM: spectre-v1: use get_user() for __get_user()Russell King1-6/+11
2019-11-10ARM: use __inttype() in get_user()Russell King1-1/+8
2019-11-10ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King1-2/+2
2019-11-10ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King1-0/+21
2019-11-10ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2-0/+21
2019-11-10ARM: spectre-v2: harden user aborts in kernel spaceRussell King2-0/+18
2019-11-10ARM: bugs: add support for per-processor bug checkingRussell King1-0/+4
2019-11-10ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King1-0/+2
2019-11-10ARM: bugs: prepare processor bug infrastructureRussell King1-2/+2
2019-11-10ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King1-0/+8
2019-11-10ARM: Move system register accessors to asm/cp15.hVladimir Murzin2-16/+26
2019-11-10ARM: uaccess: remove put_user() code duplicationRussell King1-57/+49
2019-11-10ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+1
2019-04-27ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2-1/+7
2019-03-23ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann1-1/+0
2018-09-15irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier1-0/+1
2018-07-28ARM: fix put_user() for gcc-8Arnd Bergmann1-1/+1
2018-07-03ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct sizeDavid Rivshin1-1/+1
2018-05-30ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park1-2/+0
2018-05-26ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu1-0/+10
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2018-04-13xen: avoid type warning in xchg_xen_ulongArnd Bergmann1-1/+1
2017-12-25ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt1-0/+2
2017-12-16arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier1-2/+1
2017-12-16arm: KVM: Survive unknown traps from guestsMark Rutland1-0/+1
2017-12-16ARM: BUG if jumping to usermode address in kernel modeRussell King1-0/+18
2017-11-08ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2-1/+27
2017-08-11ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent1-0/+18
2017-07-21arm: move ELF_ET_DYN_BASE to 4MBKees Cook1-6/+2
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier1-8/+1
2017-01-26ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland1-0/+3
2016-11-10ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann1-1/+1
2016-10-07ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros1-1/+1
2016-07-27ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper1-2/+2
2016-07-27ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon3-1/+2
2016-03-04xen/arm: correctly handle DMA mapping of compound pagesIan Campbell1-7/+14
2016-03-04ARM: 8457/1: psci-smp is built only for SMPArnd Bergmann1-1/+1