summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds17-70/+510
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerDave Martin1-2/+3
2018-06-07arm64: topology: Avoid checking numa mask for scheduler MC selectionJeremy Linton1-7/+4
2018-06-05arm64: cpu_errata: include required headersArnd Bergmann1-0/+2
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+3
2018-06-01arm64: signal: Report signal frame size to userspace via auxvDave Martin2-7/+46
2018-06-01arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin2-16/+4
2018-05-31Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas1-2/+1
2018-05-31arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier1-0/+1
2018-05-31arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2-0/+111
2018-05-31arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier1-0/+2
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier3-1/+20
2018-05-31arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2-0/+17
2018-05-31arm64: Add 'ssbd' command-line optionMarc Zyngier1-16/+87
2018-05-31arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier1-0/+69
2018-05-31arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2-4/+9
2018-05-31arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2-0/+46
2018-05-21arm64: export tishift functions to modulesJason A. Donenfeld1-0/+8
2018-05-21arm_pmu: simplify arm_pmu::handle_irqMark Rutland1-2/+1
2018-05-17arm64/sve: Write ZCR_EL1 on context switch only if changedDave Martin1-1/+1
2018-05-17arm64: topology: divorce MC scheduling domain from core_siblingsJeremy Linton1-1/+35
2018-05-17arm64: topology: enable ACPI/PPTT based CPU topologyJeremy Linton1-1/+44
2018-05-17arm64: topology: rename cluster_idJeremy Linton1-13/+13
2018-05-17arm64: Add support for ACPI based firmware tablesJeremy Linton1-5/+10
2018-05-15arm64: Remove duplicate includeVincenzo Frascino3-5/+1
2018-05-15arm64: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-10/+10
2018-05-15arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas1-7/+2
2018-05-09arm64: capabilities: Add NVIDIA Denver CPU to bp_harden listDavid Gilhooley1-0/+1
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner5-14/+16
2018-04-26arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Mark Rutland1-4/+10
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman3-1/+3
2018-04-24arm64: only advance singlestep for user instruction trapsMark Rutland1-1/+2
2018-04-24arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2-2/+2
2018-04-24arm64: ptrace: remove addr_limit manipulationMark Rutland1-6/+0
2018-04-23arm64: add sentinel to kpti_safe_listMark Rutland1-0/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2-2/+1
2018-04-18arm64: signal: don't force known signals to SIGKILLMark Rutland1-1/+1
2018-04-11arm64: assembler: add macros to conditionally yield the NEON under PREEMPTArd Biesheuvel1-0/+3
2018-04-11arm64: Move the content of bpi.S to hyp-entry.SMarc Zyngier3-90/+2
2018-04-11arm64: Get rid of __smccc_workaround_1_hvc_*Marc Zyngier2-16/+5
2018-04-11arm64: capabilities: Rework EL2 vector hardening entryMarc Zyngier1-9/+11
2018-04-11arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2-55/+19
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-64/+292
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds19-441/+838
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+49
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin6-44/+47