summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2-7/+0
2019-04-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+8
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton2-8/+5
2019-04-26arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton1-1/+26
2019-04-26arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton1-7/+8
2019-04-26arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier1-9/+23
2019-04-26arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier1-53/+56
2019-04-26arm64: add sysfs vulnerability show for meltdownJeremy Linton1-14/+44
2019-04-26arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab1-0/+6
2019-04-26arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton1-0/+13
2019-04-26arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-04-26arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon1-21/+34
2019-04-26arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-25arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook3-19/+38
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2-1/+9
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin6-1/+51
2019-04-23arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entryWill Deacon1-55/+58
2019-04-23arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino4-5/+39
2019-04-23arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino1-26/+26
2019-04-23arm64: compat: Split kuser32Vincenzo Frascino3-57/+50
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino4-34/+93
2019-04-23arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel1-2/+7
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson1-1/+1
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-18crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers1-0/+2
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal1-1/+1
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino4-5/+8
2019-04-16arm64: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2019-04-16arm64: instrument smp_{load_acquire,store_release}Mark Rutland1-9/+15
2019-04-16arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen1-1/+1
2019-04-16arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2-1/+12
2019-04-16arm64: add CVADP support to the cache maintenance helperAndrew Murray1-0/+4
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray4-0/+8
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray2-1/+5
2019-04-16arm64: HWCAP: encapsulate elf_hwcapAndrew Murray3-17/+38
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray13-60/+112
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2-1/+9
2019-04-14arm64/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-4/+0
2019-04-12arm64: ptrace: Add function argument access APIMasami Hiramatsu2-0/+23
2019-04-12arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-12arm64: dts: mt2712: Remove un-used property for PCIeHonghui Zhang1-2/+0
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada1-10/+3
2019-04-11arm64: perf_event: Remove wrongfully used inlineRaphael Gault1-2/+2
2019-04-10arm64: dts: stratix10: Use new Stratix10 EDAC bindingsThor Thayer1-12/+13
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar7-71/+50
2019-04-09arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-04-09arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-04-09arm64: mm: Consolidate early page table allocationWill Deacon1-11/+7