summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-09-18powerpc/smp: Fold cpu_die() into its only callerMichael Ellerman
2020-09-18powerpc: Move arch_cpu_idle_dead() into smp.cMichael Ellerman
2020-09-18powerpc/perf: Add declarations to fix sparse warningsMichael Ellerman
2020-09-18powerpc/mm/64s: Fix slb_setup_new_exec() sparse warningMichael Ellerman
2020-09-18powerpc/pseries: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-09-18powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=nYang Yingliang
2020-09-18Merge branch 'topic/irqs-off-activate-mm' into nextMichael Ellerman
2020-09-18powerpc/process: Fix uninitialised variable errorMichael Ellerman
2020-09-16powerpc/smp: Implement cpu_to_coregroup_idSrikar Dronamraju
2020-09-16powerpc/smp: Create coregroup domainSrikar Dronamraju
2020-09-16powerpc/smp: Allocate cpumask only after searching thread groupSrikar Dronamraju
2020-09-16powerpc/numa: Detect support for coregroupSrikar Dronamraju
2020-09-16powerpc/smp: Optimize start_secondarySrikar Dronamraju
2020-09-16powerpc/smp: Dont assume l2-cache to be superset of siblingSrikar Dronamraju
2020-09-16powerpc/smp: Move topology fixups into a new functionSrikar Dronamraju
2020-09-16powerpc/smp: Move powerpc_topology aboveSrikar Dronamraju
2020-09-16powerpc/smp: Merge Power9 topology with Power topologySrikar Dronamraju
2020-09-16powerpc/smp: Fix a warning under !NEED_MULTIPLE_NODESSrikar Dronamraju
2020-09-16powerpc/numa: Offline memoryless cpuless node 0Srikar Dronamraju
2020-09-16powerpc/numa: Prefer node id queried from vphnSrikar Dronamraju
2020-09-16powerpc/numa: Set numa_node for all possible cpusSrikar Dronamraju
2020-09-16powerpc/numa: Restrict possible nodes based on platformSrikar Dronamraju
2020-09-16powerpc/topology: Override cpu_smt_maskSrikar Dronamraju
2020-09-16powerpc/papr_scm: Fix warning triggered by perf_stats_show()Vaibhav Jain
2020-09-16powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin
2020-09-16sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin
2020-09-16powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin
2020-09-16mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin
2020-09-15powerpc/pci: unmap legacy INTx interrupts when a PHB is removedCédric Le Goater
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin
2020-09-15powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V
2020-09-15powerpc/ps3: make two symbols staticJason Yan
2020-09-15powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy
2020-09-15powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_PPC_FPUChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_SPEChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_ALTIVECChristophe Leroy
2020-09-15powerpc/process: Remove useless #ifdef CONFIG_VSXChristophe Leroy
2020-09-15powerpc/process: Tag an #endif to help locate the matching #ifdef.Christophe Leroy
2020-09-15powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) ...Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()Christophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Properly set r1 before activating MMUChristophe Leroy
2020-09-15powerpc/32: Fix vmap stack - Do not activate MMU before reading task structChristophe Leroy
2020-09-15powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()Christophe Leroy
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy