summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)Author
2018-08-29ARM: spectre-v1: mitigate user accessesRussell King
2018-08-29ARM: spectre-v1: use get_user() for __get_user()Russell King
2018-08-29ARM: use __inttype() in get_user()Russell King
2018-08-29ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King
2018-08-29ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King
2018-08-29ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King
2018-08-29ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King
2018-08-29ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King
2018-08-29ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier
2018-08-29ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier
2018-08-29ARM: spectre-v2: harden user aborts in kernel spaceRussell King
2018-08-29ARM: bugs: add support for per-processor bug checkingRussell King
2018-08-29ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King
2018-08-29ARM: bugs: prepare processor bug infrastructureRussell King
2018-08-29ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King
2018-08-29Revert "arm: Invalidate BTB on prefetch abort outside of user mapping on Cort...Leonard Crestez
2018-08-24arm: Invalidate BTB on prefetch abort outside of user mapping on Cortex A8, A...Marc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier
2018-07-03ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct sizeDavid Rivshin
2018-05-30ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park
2018-05-22ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-09arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-04-20arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMark Rutland
2018-04-20arm/arm64: KVM: Consolidate the PSCI include filesMark Rutland
2018-04-20arm64: KVM: Use per-CPU vector when BP hardening is enabledMark Rutland
2018-04-13xen: avoid type warning in xchg_xen_ulongArnd Bergmann
2017-12-14arm: KVM: Survive unknown traps from guestsMark Rutland
2017-12-14ARM: 8657/1: uaccess: consistently check object sizesKees Cook
2017-12-14ARM: BUG if jumping to usermode address in kernel modeRussell King
2017-12-14arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier
2017-11-08ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann
2017-08-11ARM: 8632/1: ftrace: fix syscall name matchingRabin Vincent
2017-07-21arm: move ELF_ET_DYN_BASE to 4MBKees Cook
2017-05-25ARM: 8662/1: module: split core and init PLT sectionsArd Biesheuvel
2017-05-25KVM: arm: plug potential guest hardware debug leakageZhichao Huang
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier
2017-01-26ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland
2016-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2016-11-23Revert "arm: move exports to definitions"Russell King
2016-11-11Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier
2016-10-19ARM: wire up new pkey syscallsRussell King
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada