summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/macintosh/smu.c: use for_each_child_of_node() macroQinglang Miao2020-09-181-1/+1
* powerpc/prom_init: Check display props exist before enabling btextMichael Ellerman2020-09-181-4/+13
* powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman2020-09-1810-19/+23
* powerpc/smp: Fold cpu_die() into its only callerMichael Ellerman2020-09-182-5/+0
* powerpc: Move arch_cpu_idle_dead() into smp.cMichael Ellerman2020-09-182-8/+6
* powerpc/perf: Add declarations to fix sparse warningsMichael Ellerman2020-09-187-1/+12
* powerpc/mm/64s: Fix slb_setup_new_exec() sparse warningMichael Ellerman2020-09-182-2/+4
* powerpc/pseries: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-181-20/+3
* powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=nYang Yingliang2020-09-181-0/+2
* Merge branch 'topic/irqs-off-activate-mm' into nextMichael Ellerman2020-09-187-74/+54
|\
| * powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-09-162-20/+16
| * sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin2020-09-161-51/+14
| * powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin2020-09-162-1/+2
| * mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-09-162-2/+22
* | powerpc/process: Fix uninitialised variable errorMichael Ellerman2020-09-181-1/+1
* | Merge coregroup support into nextMichael Ellerman2020-09-164-108/+212
|\ \
| * | powerpc/smp: Implement cpu_to_coregroup_idSrikar Dronamraju2020-09-161-0/+20
| * | powerpc/smp: Create coregroup domainSrikar Dronamraju2020-09-163-1/+68
| * | powerpc/smp: Allocate cpumask only after searching thread groupSrikar Dronamraju2020-09-161-4/+3
| * | powerpc/numa: Detect support for coregroupSrikar Dronamraju2020-09-163-13/+23
| * | powerpc/smp: Optimize start_secondarySrikar Dronamraju2020-09-161-6/+11
| * | powerpc/smp: Dont assume l2-cache to be superset of siblingSrikar Dronamraju2020-09-161-14/+29
| * | powerpc/smp: Move topology fixups into a new functionSrikar Dronamraju2020-09-161-6/+11
| * | powerpc/smp: Move powerpc_topology aboveSrikar Dronamraju2020-09-161-52/+52
| * | powerpc/smp: Merge Power9 topology with Power topologySrikar Dronamraju2020-09-161-22/+3
| * | powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODESSrikar Dronamraju2020-09-161-0/+2
|/ /
* | powerpc/numa: Offline memoryless cpuless node 0Srikar Dronamraju2020-09-161-0/+10
* | powerpc/numa: Prefer node id queried from vphnSrikar Dronamraju2020-09-161-9/+10
* | powerpc/numa: Set numa_node for all possible cpusSrikar Dronamraju2020-09-161-1/+15
* | powerpc/numa: Restrict possible nodes based on platformSrikar Dronamraju2020-09-161-3/+12
* | powerpc/topology: Override cpu_smt_maskSrikar Dronamraju2020-09-162-1/+13
* | sched/topology: Allow archs to override cpu_smt_maskSrikar Dronamraju2020-09-161-1/+1
* | drivers/macintosh/smu.c: Fix undeclared symbol warningWang Wensheng2020-09-161-1/+1
* | powerpc/papr_scm: Fix warning triggered by perf_stats_show()Vaibhav Jain2020-09-161-2/+3
* | macintosh: windfarm: use for_each_child_of_node() macroQinglang Miao2020-09-151-2/+1
* | powerpc/pci: unmap legacy INTx interrupts when a PHB is removedCédric Le Goater2020-09-152-0/+120
* | powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin2020-09-155-97/+212
* | powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V2020-09-152-3/+10
* | powerpc/ps3: make two symbols staticJason Yan2020-09-151-2/+2
* | powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy2020-09-151-3/+9
* | powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy2020-09-152-9/+2
* | powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy2020-09-151-5/+4
* | powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy2020-09-152-14/+8
* | powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy2020-09-151-4/+0
* | powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy2020-09-151-12/+1
* | powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy2020-09-151-1/+1
* | powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy2020-09-151-4/+4
* | powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy2020-09-151-6/+7
* | powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy2020-09-151-3/+1
* | powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy2020-09-151-3/+2