summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
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/process: Fix uninitialised variable errorMichael Ellerman
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-15powerpc/pci: unmap legacy INTx interrupts when a PHB is removedCédric Le Goater
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/tau: Disable TAU between measurementsFinn Thain
2020-09-15powerpc/tau: Check processor type before enabling TAU interruptFinn Thain
2020-09-15powerpc/tau: Remove duplicated set_thresholds() callFinn Thain
2020-09-15powerpc/tau: Convert from timer to workqueueFinn Thain
2020-09-15powerpc/tau: Use appropriate temperature sample intervalFinn Thain
2020-09-15powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V
2020-09-15powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V
2020-09-15powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V
2020-09-15powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31Ravi Bangoria
2020-09-15powerpc/watchpoint: Add hw_len wherever missingRavi Bangoria
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria
2020-09-15powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria
2020-09-15powerpc/watchpoint: Fix handling of vector instructionsRavi Bangoria
2020-09-15powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria
2020-09-14Merge branch 'fixes' into nextMichael Ellerman
2020-09-08powerpc/64s: handle ISA v3.1 local copy-paste context switchesNicholas Piggin
2020-09-08powerpc: Warn about use of smt_snooze_delayJoel Stanley
2020-09-08powerpc/64: Remove unused generic_secondary_thread_init()Michael Ellerman
2020-09-08powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACERChristophe Leroy
2020-09-08powerpc/dma: Fix dma_map_ops::get_required_maskAlexey Kardashevskiy
2020-09-03Revert "powerpc/build: vdso linker warning for orphan sections"Michael Ellerman
2020-09-02powerpc: Rewrite FSL_BOOKE flush_cache_instruction() in CChristophe Leroy
2020-09-02powerpc: Rewrite 4xx flush_cache_instruction() in CChristophe Leroy
2020-09-02powerpc: Remove flush_instruction_cache for book3s/32Christophe Leroy