summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-172-1/+13
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-162-1/+13
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0Star
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0Star
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-152-2/+2
* | | arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada2019-05-151-2/+2
* | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-4/+0Star
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-0/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+8
| |\ \
| | * | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-271-0/+8
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-2/+2
|\ \ \ \
| * | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-0729-128/+356
|\ \ \ \
| * \ \ \ Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon2019-05-012-20/+68
| |\ \ \ \
| | * | | | clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun...Marc Zyngier2019-04-301-2/+14
| | * | | | clocksource/arm_arch_timer: Remove use of workaround static keyMarc Zyngier2019-04-301-4/+0Star
| | * | | | clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stableMarc Zyngier2019-04-301-14/+28
| | * | | | clocksource/arm_arch_timer: Direcly assign set_next_event workaroundMarc Zyngier2019-04-301-0/+16
| | * | | | arm64: Add part number for Neoverse N1Marc Zyngier2019-04-301-0/+2
| * | | | | Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-011-4/+0Star
| |\ \ \ \ \
| | * | | | | arm64: Always enable ssb vulnerability detectionJeremy Linton2019-04-261-4/+0Star
| | |/ / / /
| * | | | | Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/gi...Will Deacon2019-05-011-24/+39
| |\ \ \ \ \
| | * | | | | arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon2019-04-261-1/+3
| | * | | | | arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon2019-04-261-21/+34
| | * | | | | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-261-8/+8
| | |/ / / /
| * | | | | arm64: mm: Remove pte_unmap_nested()Qian Cai2019-04-301-2/+0Star
| * | | | | arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai2019-04-301-1/+2
| * | | | | arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino2019-04-301-1/+1
| * | | | | arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2019-04-301-2/+31
| * | | | | arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook2019-04-253-19/+38
| * | | | | arm64: Expose SVE2 features for userspaceDave Martin2019-04-232-0/+20
| * | | | | arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino2019-04-232-5/+3Star
| * | | | | arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino2019-04-161-0/+1
| * | | | | arm64: Use the correct style for SPDX License IdentifierNishad Kamdar2019-04-163-3/+3
| * | | | | arm64: instrument smp_{load_acquire,store_release}Mark Rutland2019-04-161-9/+15
| * | | | | arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen2019-04-161-1/+1
| * | | | | arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2019-04-161-1/+2
| * | | | | arm64: add CVADP support to the cache maintenance helperAndrew Murray2019-04-161-0/+4
| * | | | | arm64: Expose DC CVADP to userspaceAndrew Murray2019-04-161-0/+1
| * | | | | arm64: Handle trapped DC CVADPAndrew Murray2019-04-161-1/+2
| * | | | | arm64: HWCAP: encapsulate elf_hwcapAndrew Murray2019-04-162-15/+7Star
| * | | | | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-162-11/+63
| * | | | | arm64: ptrace: Add function argument access APIMasami Hiramatsu2019-04-121-0/+22
| * | | | | arm64: compat: Reduce address limitVincenzo Frascino2019-04-101-0/+8
| * | | | | arm64: mm: enable per pmd page table lockYu Zhao2019-04-092-2/+15
| * | | | | KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual2019-04-091-2/+2
| * | | | | arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-093-8/+7Star
| * | | | | arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2019-04-091-2/+0Star
| * | | | | arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-092-6/+13