index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
Merge branch 'for-next/sdei' into for-next/core
Will Deacon
1
-35
/
+83
2026-08-02
arm64: smp: Fix IPI teardown for GICv5 flow
Vladimir Murzin
1
-1
/
+1
2026-08-02
arm64: escalate smp_send_stop() to an SDEI NMI as a last resort
Kiryl Shutsemau (Meta)
1
-35
/
+72
2026-08-02
drivers/firmware: add SDEI cross-CPU NMI service for arm64
Kiryl Shutsemau (Meta)
1
-0
/
+11
2026-06-29
cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()
Jinjie Ruan
1
-1
/
+11
2026-06-29
arm64: smp: Fix hot-unplug tearing by forcing unregistration
Jinjie Ruan
1
-13
/
+3
2026-06-16
Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-4
/
+10
2026-05-26
genirq/proc: Increase default interrupt number precision to four
Thomas Gleixner
1
-3
/
+2
2026-05-19
arm64: smp: Do not mark secondary CPUs possible under nosmp
Pengjie Zhang
1
-4
/
+10
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2025-11-12
arm64: Fix typos and spelling errors in comments
mrigendrachaubey
1
-2
/
+2
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
1
-1
/
+1
2025-07-29
Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
1
-50
/
+92
2025-07-15
arm64: smp: Fix pNMI setup after GICv5 rework
Marc Zyngier
1
-1
/
+1
2025-07-08
irqchip/gic-v5: Add GICv5 LPI/IPI support
Lorenzo Pieralisi
1
-17
/
+0
2025-07-08
arm64: smp: Support non-SGIs for IPIs
Marc Zyngier
1
-33
/
+92
2025-07-04
arm64: move smp_send_stop() cpu mask off stack
Arnd Bergmann
1
-1
/
+1
2024-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-63
/
+97
2024-08-23
arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
Douglas Anderson
1
-63
/
+97
2024-08-15
arm64: Fix KASAN random tag seed initialization
Samuel Holland
1
-0
/
+2
2024-07-11
Merge branch 'for-next/vcpu-hotplug' into for-next/core
Catalin Marinas
1
-2
/
+57
2024-07-08
arm64: smp: Fix missing IPI statistics
Jinjie Ruan
1
-2
/
+4
2024-06-28
arm64: arch_register_cpu() variant to check if an ACPI handle is now available.
Jonathan Cameron
1
-0
/
+53
2024-06-28
arm64: psci: Ignore DENIED CPUs
Jean-Philippe Brucker
1
-1
/
+2
2024-06-28
irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
James Morse
1
-1
/
+2
2024-06-12
arm64: implement raw_smp_processor_id() using thread_info
Puranjay Mohan
1
-7
/
+2
2024-04-28
arm64: defer clearing DAIF.D
Mark Rutland
1
-0
/
+7
2023-12-13
arm64: Align boot cpucap handling with system cpucap handling
Mark Rutland
1
-7
/
+2
2023-12-13
arm64: Cleanup system cpucap handling
Mark Rutland
1
-2
/
+1
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-4
/
+1
2023-11-08
Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"
Douglas Anderson
1
-4
/
+1
2023-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-30
/
+117
2023-10-26
Merge branch 'for-next/cpus_have_const_cap' into for-next/core
Catalin Marinas
1
-1
/
+2
2023-10-26
Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...
Catalin Marinas
1
-29
/
+115
2023-10-24
arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
James Morse
1
-1
/
+1
2023-10-16
arm64: Rework setup_cpu_features()
Mark Rutland
1
-1
/
+2
2023-10-06
arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeup
Douglas Anderson
1
-1
/
+1
2023-10-06
arm64: smp: avoid NMI IPIs with broken MediaTek FW
Mark Rutland
1
-1
/
+4
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
1
-2
/
+2
2023-10-04
rcu: Assume rcu_report_dead() is always called locally
Frederic Weisbecker
1
-1
/
+1
2023-09-25
arm64: smp: Mark IPI globals as __ro_after_init
Douglas Anderson
1
-3
/
+3
2023-09-25
arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Douglas Anderson
1
-0
/
+23
2023-09-25
arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Douglas Anderson
1
-0
/
+2
2023-09-25
arm64: smp: Add arch support for backtrace using pseudo-NMI
Douglas Anderson
1
-11
/
+75
2023-09-25
arm64: smp: Remove dedicated wakeup IPI
Mark Rutland
1
-17
/
+11
2023-08-04
arm64: sdei: abort running SDEI handlers during crash
D Scott Phillips
1
-4
/
+4
2023-05-15
arm64: smp: Switch to hotplug core state synchronization
Thomas Gleixner
1
-9
/
+5
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2023-04-14
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-14
arm64/cpu: Mark cpu_park_loop() and friends __noreturn
Josh Poimboeuf
1
-3
/
+5
[next]