aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-06Merge tag 'edac_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-03Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon
2019-05-01Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon
2019-05-01Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/gi...Will Deacon
2019-05-01arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-01arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon
2019-05-01arm64: enable generic CPU vulnerabilites supportMian Yousaf Kaukab
2019-05-01arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton
2019-05-01arm64: Fix size of __early_cpu_boot_statusArun KS
2019-04-30clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun...Marc Zyngier
2019-04-30clocksource/arm_arch_timer: Remove use of workaround static keyMarc Zyngier
2019-04-30clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stableMarc Zyngier
2019-04-30clocksource/arm_arch_timer: Direcly assign set_next_event workaroundMarc Zyngier
2019-04-30arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier
2019-04-30arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier
2019-04-30arm64: Add part number for Neoverse N1Marc Zyngier
2019-04-30arm64: Make ARM64_ERRATUM_1188873 depend on COMPATMarc Zyngier
2019-04-30arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier
2019-04-30arm64: mm: Remove pte_unmap_nested()Qian Cai
2019-04-30arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai
2019-04-30arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou
2019-04-29arm64: Kconfig: Tidy up errata workaround help textWill Deacon
2019-04-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton
2019-04-26arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton
2019-04-26arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton
2019-04-26arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier
2019-04-26arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier
2019-04-26arm64: add sysfs vulnerability show for meltdownJeremy Linton
2019-04-26arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab
2019-04-26arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton
2019-04-26arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon
2019-04-26arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon
2019-04-26arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon
2019-04-25arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin
2019-04-23arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entryWill Deacon
2019-04-23arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino
2019-04-23arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino
2019-04-23arm64: compat: Split kuser32Vincenzo Frascino