summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier2019-04-301-2/+2
| | * | | | | | arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier2019-04-301-2/+11
| | * | | | | | arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier2019-04-301-2/+17
| | |/ / / / /
| * | | | | | Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-012-81/+228
| |\ \ \ \ \ \
| | * | | | | | arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-012-2/+12
| | * | | | | | arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon2019-05-011-4/+6
| | * | | | | | arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton2019-05-011-0/+42
| | * | | | | | arm64: Always enable ssb vulnerability detectionJeremy Linton2019-04-261-4/+5
| | * | | | | | arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton2019-04-261-1/+26
| | * | | | | | arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton2019-04-261-7/+8
| | * | | | | | arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier2019-04-261-9/+23
| | * | | | | | arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier2019-04-261-53/+56
| | * | | | | | arm64: add sysfs vulnerability show for meltdownJeremy Linton2019-04-261-14/+44
| | * | | | | | arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab2019-04-261-0/+6
| | * | | | | | arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton2019-04-261-0/+13
| | |/ / / / /
| * | | | | | arm64: Fix size of __early_cpu_boot_statusArun KS2019-05-011-1/+1
| * | | | | | arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2019-04-301-4/+11
| * | | | | | arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou2019-04-291-1/+1
| * | | | | | arm64: Expose SVE2 features for userspaceDave Martin2019-04-232-1/+22
| * | | | | | arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino2019-04-233-5/+11
| * | | | | | arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino2019-04-231-26/+26
| * | | | | | arm64: compat: Split kuser32Vincenzo Frascino2019-04-233-57/+50
| * | | | | | arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino2019-04-232-29/+90
| * | | | | | arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino2019-04-163-5/+7
| * | | | | | arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2019-04-161-0/+10
| * | | | | | arm64: Expose DC CVADP to userspaceAndrew Murray2019-04-162-0/+2
| * | | | | | arm64: Handle trapped DC CVADPAndrew Murray2019-04-161-0/+3
| * | | | | | arm64: HWCAP: encapsulate elf_hwcapAndrew Murray2019-04-161-2/+31
| * | | | | | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-163-36/+36
| * | | | | | arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada2019-04-111-10/+3
| * | | | | | arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker2019-04-091-0/+1
| * | | | | | arm64: debug: Clean up brk_handler()Will Deacon2019-04-091-6/+4
| * | | | | | arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-094-4/+4
| * | | | | | arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-094-27/+5
| * | | | | | arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon2019-04-092-12/+14
| * | | | | | arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-094-52/+82
| * | | | | | arm64: debug: Remove meaningless commentWill Deacon2019-04-091-5/+0
| * | | | | | arm64: debug: Rename addr parameter for non-watchpoint exception hooksWill Deacon2019-04-091-2/+2
| * | | | | | arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-3/+3
| * | | | | | arm64: Use defines instead of magic numbersAlexandru Elisei2019-04-051-5/+5
| * | | | | | arm64: vdso: fix and clean-up MakefileMasahiro Yamada2019-04-031-5/+3
| * | | | | | arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang2019-04-031-0/+1
| * | | | | | arm64/vdso: don't leak kernel addressesMatteo Croce2019-04-031-2/+0
| |/ / / / /
* | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | arm64/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-4/+0
| | |/ / / | |/| | |
* / | | | arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel2019-04-231-2/+7
|/ / / /
* | | | arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon2019-04-081-6/+9
* | | | arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel2019-04-081-2/+1
| |/ / |/| |
* | | arm64: fix wrong check of on_sdei_stack in nmi contextWei Li2019-04-041-0/+6
|/ /
* / arm64: replace memblock_alloc_low with memblock_allocChen Zhou2019-03-271-1/+1
|/