aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose1-38/+0
2018-03-26arm64: capabilities: Move errata work around check on boot CPUSuzuki K Poulose1-6/+0
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse1-1/+10
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse1-2/+1
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-6/+3
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland1-2/+4
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-21arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu1-1/+11
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel1-1/+1
2017-07-20arm64: Convert to using %pOF instead of full_nameRob Herring1-6/+6
2017-05-23arm64: Adjust system_state checkThomas Gleixner1-2/+1
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+79
2017-04-12Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas1-0/+10
2017-04-11arm64: add function to get a cpu's MADT GICC tableMark Rutland1-0/+10
2017-04-05arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro1-0/+68
2017-03-30arm64: fix NULL dereference in have_cpu_die()Mark Salter1-1/+1
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel1-0/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-02arm64: make use of for_each_node_by_type()Dmitry Torokhov1-2/+2
2016-11-11arm64: split thread_info from task stackMark Rutland1-0/+2
2016-11-11arm64: make cpu number a percpu variableMark Rutland1-0/+5
2016-11-11arm64: smp: prepare for smp_processor_id() reworkMark Rutland1-3/+4
2016-10-17arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi1-0/+1
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+13
2016-09-23arm64: Call numa_store_cpu_info() earlier.David Daney1-8/+6
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose1-1/+7
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei1-0/+1
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas1-0/+5
2016-08-09arm64: Support hard limit of cpu count by nr_cpusKefeng Wang1-4/+4
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+8
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki1-0/+2
2016-07-21arm64: Honor nosmp kernel command line optionSuzuki K Poulose1-0/+7
2016-07-21arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose1-1/+1
2016-07-19arm64: debug: unmask PSTATE.D earlierWill Deacon1-1/+0
2016-06-27arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+18
2016-06-22arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+18
2016-05-30arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo1-0/+2
2016-05-11arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose1-2/+0
2016-04-25arm64: Fix behavior of maxcpus=NSuzuki K Poulose1-17/+1
2016-04-19arm64: Reduce verbosity on SMP CPU stopJan Glauber1-11/+5
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni1-0/+4
2016-04-15arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose1-0/+38
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+96
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose1-0/+45
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose1-0/+22
2016-02-16arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi1-0/+28