summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2-46/+81
2018-07-06arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla1-1/+6
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla1-6/+6
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla1-0/+3
2018-07-06arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla1-5/+3
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla1-0/+14
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-0/+2
2018-07-06arm64: topology: refactor reset_cpu_topology to add support for removing topo...Sudeep Holla1-7/+14
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon1-2/+0
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-55/+1
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2-15/+5
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland5-38/+38
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland1-0/+2
2018-07-05arm64: compat: map SPSR_ELx<->PSR for signalsMark Rutland1-2/+6
2018-07-05arm64: don't zero DIT on signal returnMark Rutland1-4/+8
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose1-3/+14
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose2-3/+5
2018-07-04arm64: kexec: always reset to EL2 if presentMark Rutland2-6/+6
2018-07-04arm64: fix infinite stacktraceMikulas Patocka1-0/+3
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon2-10/+46
2018-06-26perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-39/+40
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker1-5/+4
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-2/+2
2018-06-22arm64: kpti: Use early_param for kpti= command-line optionWill Deacon1-1/+1
2018-06-21kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-5/+5
2018-06-21arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu1-8/+0
2018-06-21arm64/kprobes: Remove jprobe implementationMasami Hiramatsu1-68/+0
2018-06-19arm64: make secondary_start_kernel() notraceZhizhou Zhang1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-91/+87
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-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+1
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+3
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2-91/+87
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