aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13arm64: Align boot cpucap handling with system cpucap handlingGravatar Mark Rutland 1-7/+2
2023-12-13arm64: Cleanup system cpucap handlingGravatar Mark Rutland 1-2/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-4/+1
2023-11-08Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Gravatar Douglas Anderson 1-4/+1
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-30/+117
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreGravatar Catalin Marinas 1-1/+2
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Gravatar Catalin Marinas 1-29/+115
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperGravatar James Morse 1-1/+1
2023-10-16arm64: Rework setup_cpu_features()Gravatar Mark Rutland 1-1/+2
2023-10-06arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeupGravatar Douglas Anderson 1-1/+1
2023-10-06arm64: smp: avoid NMI IPIs with broken MediaTek FWGravatar Mark Rutland 1-1/+4
2023-10-04rcu: Standardize explicit CPU-hotplug callsGravatar Frederic Weisbecker 1-2/+2
2023-10-04rcu: Assume rcu_report_dead() is always called locallyGravatar Frederic Weisbecker 1-1/+1
2023-09-25arm64: smp: Mark IPI globals as __ro_after_initGravatar Douglas Anderson 1-3/+3
2023-09-25arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundupGravatar Douglas Anderson 1-0/+23
2023-09-25arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMIGravatar Douglas Anderson 1-0/+2
2023-09-25arm64: smp: Add arch support for backtrace using pseudo-NMIGravatar Douglas Anderson 1-11/+75
2023-09-25arm64: smp: Remove dedicated wakeup IPIGravatar Mark Rutland 1-17/+11
2023-08-04arm64: sdei: abort running SDEI handlers during crashGravatar D Scott Phillips 1-4/+4
2023-05-15arm64: smp: Switch to hotplug core state synchronizationGravatar Thomas Gleixner 1-9/+5
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnGravatar Josh Poimboeuf 1-3/+5
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-1/+1
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Gravatar Valentin Schneider 1-1/+0
2023-03-06arm64/cpu: Mark cpu_die() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-01-13arm64, smp: Remove trace_.*_rcuidle() usageGravatar Peter Zijlstra 1-2/+2
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-8/+0
2022-05-06cpufreq: CPPC: Add per_cpu efficiency_classGravatar Pierre Gondois 1-0/+1
2022-04-04arch/arm64: Fix topology initialization for core schedulingGravatar Phil Auld 1-1/+1
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-29/+2
2021-10-20arm64: Use of_get_cpu_hwid()Gravatar Rob Herring 1-29/+2
2021-10-11arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Gravatar Will Deacon 1-1/+2
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-9/+7
2021-06-24Merge branch 'for-next/misc' into for-next/coreGravatar Will Deacon 1-1/+1
2021-06-17arm64: smp: Bump debugging information print down to KERN_DEBUGGravatar Lee Jones 1-1/+1
2021-05-26arm64: smp: initialize cpu offset earlierGravatar Mark Rutland 1-4/+6
2021-05-26arm64: smp: remove stack from secondary_dataGravatar Mark Rutland 1-2/+0
2021-05-26arm64: smp: remove pointless secondary_data maintenanceGravatar Mark Rutland 1-2/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+0
2021-03-24arm64: Always keep DAIF.[IF] in syncGravatar Hector Martin 1-0/+1
2021-01-23KVM: arm64: Apply hyp relocations at runtimeGravatar David Brazdil 1-1/+3
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Gravatar Geert Uytterhoeven 1-1/+0
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-12-22kasan, arm64: implement HW_TAGS runtimeGravatar Andrey Konovalov 1-0/+2
2020-12-22KVM: arm64: Skip computing hyp VA layout for VHEGravatar David Brazdil 1-1/+1
2020-12-15arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Gravatar Thomas Gleixner 1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreGravatar Catalin Marinas 1-0/+1
2020-11-10arm64/smp: Drop the macro S(x,s)Gravatar Anshuman Khandual 1-8/+7