summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-04-30arm64: Add part number for Neoverse N1Marc Zyngier1-0/+2
2019-04-30arm64: mm: Remove pte_unmap_nested()Qian Cai1-2/+0
2019-04-30arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2019-04-30arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino1-1/+1
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon1-2/+31
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+8
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-0/+8
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton1-4/+0
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-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray1-1/+4
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray1-0/+3
2019-04-24arm64: KVM: Add accessors to track guest/host only countersAndrew Murray1-0/+17
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2-7/+12
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap1-1/+1
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland3-0/+141
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2-1/+9
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin2-0/+20
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino2-5/+3
2019-04-23KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap1-0/+5
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin1-1/+1
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin1-1/+1
2019-04-18arm64/sve: Clarify vq map semanticsDave Martin1-4/+0
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino1-0/+1
2019-04-16arm64: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
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 Murray1-1/+2
2019-04-16arm64: add CVADP support to the cache maintenance helperAndrew Murray1-0/+4
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray1-0/+1
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray1-1/+2
2019-04-16arm64: HWCAP: encapsulate elf_hwcapAndrew Murray2-15/+7
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2-11/+63
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2-1/+9
2019-04-12arm64: ptrace: Add function argument access APIMasami Hiramatsu1-0/+22
2019-04-12arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-38/+8
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao2-2/+15
2019-04-09KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual1-2/+2
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon3-8/+7
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon1-2/+0
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon2-6/+13
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel1-0/+5
2019-04-08arm64/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1