aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-29arm64/sve: Clarify role of the VQ map maintenance functionsDave Martin1-1/+9
2019-03-29arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flushDave Martin2-11/+19
2019-03-27arm64: replace memblock_alloc_low with memblock_allocChen Zhou1-1/+1
2019-03-19arm64: kpti: Whitelist HiSilicon Taishan v110 CPUsHanjun Guo1-0/+1
2019-03-19arm64/stacktrace: Export save_stack_trace_regs()William Cohen1-0/+1
2019-03-19arm64: kprobes: Use arch_populate_kprobe_blacklist()Masami Hiramatsu1-19/+30
2019-03-19arm64: kprobes: Move exception_text check in blacklistMasami Hiramatsu1-4/+2
2019-03-19arm64: kprobes: Remove unneeded RODATA checkMasami Hiramatsu1-6/+0
2019-03-19arm64: kprobes: Move extable address check into arch_prepare_kprobe()Masami Hiramatsu1-2/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-3/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds13-50/+397
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+31
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand1-1/+1
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand1-1/+0
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki1-0/+31
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2-4/+16
2019-02-26arm64: Rename get_thread_info()Julien Thierry1-2/+2
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-9/+9
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-0/+3
2019-02-20arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-02-18arm64: fix SSBS sanitizationMark Rutland1-7/+8
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-1/+0
2019-02-15Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxCatalin Marinas1-1/+1
2019-02-07arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse1-0/+31
2019-02-06arm64: Enable the support of pseudo-NMIsJulien Thierry1-1/+9
2019-02-06arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry1-0/+21
2019-02-06arm64: Skip preemption when exiting an NMIJulien Thierry1-1/+9
2019-02-06arm64: Handle serror in NMI contextJulien Thierry1-2/+6
2019-02-06arm64: Switch to PMR masking when starting CPUsJulien Thierry1-0/+26
2019-02-06arm64: alternative: Apply alternatives early in boot processDaniel Thompson3-5/+51
2019-02-06arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2-5/+18