aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-0/+40
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton1-4/+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-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray1-1/+5
2019-04-24arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray1-7/+36
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray1-0/+1
2019-04-24arm64: arm_pmu: Remove unnecessary isb instructionAndrew Murray1-1/+0
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland1-0/+6
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin2-1/+22
2019-04-23arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino3-5/+11
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 Frascino2-29/+90
2019-04-23arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel1-2/+7
2019-04-18arm64/sve: Clarify vq map semanticsDave Martin1-1/+6
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino3-5/+7
2019-04-16arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray1-0/+10
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray2-0/+2
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray1-0/+3
2019-04-16arm64: HWCAP: encapsulate elf_hwcapAndrew Murray1-2/+31
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray3-36/+36
2019-04-14arm64/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-4/+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-09arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-04-09arm64: debug: Clean up brk_handler()Will Deacon1-6/+4
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon4-4/+4
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon4-27/+5
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2-12/+14
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon4-52/+82
2019-04-09arm64: debug: Remove meaningless commentWill Deacon1-5/+0
2019-04-09arm64: debug: Rename addr parameter for non-watchpoint exception hooksWill Deacon1-2/+2
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe1-3/+3
2019-04-08arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon1-6/+9
2019-04-08arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel1-2/+1
2019-04-05arm64: Use defines instead of magic numbersAlexandru Elisei1-5/+5
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch2-3/+3
2019-04-04arm64: fix wrong check of on_sdei_stack in nmi contextWei Li1-0/+6
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada1-5/+3
2019-04-03arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-04-03arm64/vdso: don't leak kernel addressesMatteo Croce1-2/+0
2019-03-29arm64/sve: In-kernel vector length availability query interfaceDave Martin1-27/+8
2019-03-29arm64/sve: Enable SVE state tracking for non-task contextsDave Martin1-5/+15
2019-03-29arm64/sve: Check SVE virtualisabilityDave Martin2-16/+72