summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
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-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-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: Add part number for Neoverse N1Marc 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-26arm64: Always enable ssb vulnerability detectionJeremy 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: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino
2019-04-16arm64: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-04-16arm64: instrument smp_{load_acquire,store_release}Mark Rutland
2019-04-16arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen
2019-04-16arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray
2019-04-16arm64: add CVADP support to the cache maintenance helperAndrew Murray
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray
2019-04-16arm64: HWCAP: encapsulate elf_hwcapAndrew Murray
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-12arm64: ptrace: Add function argument access APIMasami Hiramatsu
2019-04-12arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao
2019-04-09KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel
2019-04-08arm64/io: Remove useless definition of mmiowb()Will Deacon
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)