aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds22-364/+663
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2019-05-03Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-next/coreWill Deacon1-2/+2
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/coreWill Deacon3-6/+30
2019-05-01Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/coreWill Deacon2-81/+228
2019-05-01arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-2/+12
2019-05-01arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon1-4/+6
2019-05-01arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton1-0/+42
2019-05-01arm64: Fix size of __early_cpu_boot_statusArun KS1-1/+1
2019-04-30arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier1-2/+2
2019-04-30arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier1-2/+11
2019-04-30arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier1-2/+17
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon1-4/+11
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou1-1/+1
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-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-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-04arm64: fix wrong check of on_sdei_stack in nmi contextWei Li1-0/+6