summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+2
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-122-91/+87
|\ \ | |/ |/|
| * Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-012-91/+87
| |\
| | * KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-251-21/+0
| | * arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin2018-05-251-12/+0
| | * arm64/sve: Switch sve_pffr() argument from task to threadDave Martin2018-05-251-5/+5
| | * arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin2018-05-252-0/+29
| | * KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-4/+15
| | * arm64/sve: Refactor user SVE trap maintenance for external useDave Martin2018-05-251-15/+15
| | * arm64: fpsimd: Eliminate task->mm checksDave Martin2018-05-251-24/+16
| | * arm64: fpsimd: Generalise context saving for non-task contextsDave Martin2018-05-251-12/+14
| | * arm64: Use update{,_tsk}_thread_flag()Dave Martin2018-05-251-10/+8
| | * arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin2018-05-251-5/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-0817-70/+510
|\ \ \
| * | | arm64: Fix syscall restarting around signal suppressed by tracerDave Martin2018-06-081-2/+3
| * | | arm64: topology: Avoid checking numa mask for scheduler MC selectionJeremy Linton2018-06-071-7/+4
| * | | arm64: cpu_errata: include required headersArnd Bergmann2018-06-051-0/+2
| * | | arm64: signal: Report signal frame size to userspace via auxvDave Martin2018-06-012-7/+46
| * | | arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin2018-06-012-16/+4
| * | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2018-05-311-2/+1
| |\ \ \
| | * | | arm_pmu: simplify arm_pmu::handle_irqMark Rutland2018-05-211-2/+1
| | | |/ | | |/|
| * | | arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2018-05-311-0/+1
| * | | arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2018-05-312-0/+111
| * | | arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2018-05-311-0/+2
| * | | arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-05-313-1/+20
| * | | arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2018-05-312-0/+17
| * | | arm64: Add 'ssbd' command-line optionMarc Zyngier2018-05-311-16/+87
| * | | arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier2018-05-311-0/+69
| * | | arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2018-05-312-4/+9
| * | | arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2018-05-312-0/+46
| * | | arm64/sve: Write ZCR_EL1 on context switch only if changedDave Martin2018-05-171-1/+1
| * | | arm64: topology: divorce MC scheduling domain from core_siblingsJeremy Linton2018-05-171-1/+35
| * | | arm64: topology: enable ACPI/PPTT based CPU topologyJeremy Linton2018-05-171-1/+44
| * | | arm64: topology: rename cluster_idJeremy Linton2018-05-171-13/+13
| * | | arm64: Add support for ACPI based firmware tablesJeremy Linton2018-05-171-5/+10
| * | | arm64: Remove duplicate includeVincenzo Frascino2018-05-153-5/+1
| * | | arm64: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-151-10/+10
| * | | arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas2018-05-151-7/+2
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-042-2/+1
|\ \ \
| * \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-025-14/+16
| |\ \ \ | | |/ /
| * | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-192-2/+1
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-043-1/+3
|\ \ \ \
| * | | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-253-1/+3
| |/ / /
* | | | arm64: export tishift functions to modulesJason A. Donenfeld2018-05-211-0/+8
| |_|/ |/| |
* | | arm64: capabilities: Add NVIDIA Denver CPU to bp_harden listDavid Gilhooley2018-05-091-0/+1
| |/ |/|
* | arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Mark Rutland2018-04-261-4/+10
* | arm64: only advance singlestep for user instruction trapsMark Rutland2018-04-241-1/+2
* | arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrpKim Phillips2018-04-242-2/+2
OpenPOWER on IntegriCloud