summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/smp.c
AgeCommit message (Expand)AuthorLines
2024-05-03alpha: missing includesAl Viro-0/+1
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner-5/+0
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-1/+1
2023-02-02arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming-2/+2
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks-6/+0
2021-07-25alpha: Send stop IPI to send to online CPUsPrarit Bhargava-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-1/+1
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit-14/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-29alpha: Fix section mismatchesMatt Turner-1/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner-1/+1
2015-05-26smp, alpha: kill SMP single function call interruptJiang Liu-7/+1
2013-11-16alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson-30/+3
2013-07-19alpha: kernel: typo issue, using '1' instead of '11'Chen Gang-1/+1
2013-07-19alpha: kernel: using memcpy() instead of strcpy()Chen Gang-1/+2
2013-07-14alpha: delete __cpuinit usage from all usersPaul Gortmaker-5/+5
2013-04-08alpha: Use generic idle loopThomas Gleixner-2/+1
2013-01-03ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-09-23alpha: Fix preemption handling in idle loopFrederic Weisbecker-0/+1
2012-04-26alpha: Use generic idle thread allocationThomas Gleixner-16/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner-1/+1
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro-3/+4
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra-2/+1
2009-09-24cpumask: arch_send_call_function_ipi_mask: alphaRusty Russell-7/+7
2009-02-16cpumask: Use cpu_*_mask accessors code: alphaRusty Russell-6/+6
2009-01-29alpha: compile fixesIvan Kokshaysky-1/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell-5/+2
2008-11-30false __cpuinit positives on alphaAl Viro-3/+3
2008-10-16alpha: notify_cpu_starting() compile fixletAlexey Dobriyan-0/+1
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul-0/+3
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe-3/+3
2008-06-26alpha: convert to generic helpers for IPI function callsJens Axboe-160/+10
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison-2/+2
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk-4/+0
2007-10-20spelling fixes: arch/alpha/Simon Arlott-1/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+1
2007-07-26deal with alpha section warningsAl Viro-3/+3
2007-07-17alpha __init fixesAl Viro-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro-0/+8
2006-10-07[PATCH] minimal alpha pt_regs fixesAl Viro-1/+5
2006-06-05[PATCH] alpha: SMP IRQ routing fixIvan Kokshaysky-10/+4