summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2020-03-27powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller
2020-03-27powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater
2020-03-27powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater
2020-03-27powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater
2020-03-27powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater
2020-03-27powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy
2020-03-25powerpc/maple: Fix declaration made after definitionNathan Chancellor
2020-03-25powerpc/pseries: Avoid harmless preempt warningNicholas Piggin
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran
2020-03-25powerpc/eeh: Remove PHB check in probeOliver O'Halloran
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran
2020-03-25powerpc/64: Prevent stack protection in early bootMichael Ellerman
2020-03-25powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens
2020-03-25powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy
2020-03-25powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy
2020-03-25powerpc/kprobes: Remove redundant codeChristophe Leroy
2020-03-25powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman
2020-03-25powerpc/xmon: Lower limits on nidump and ndumpMichael Ellerman
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed
2020-03-25powerpc/cell: Use fallthrough;Joe Perches
2020-03-25powerpc/sstep: Fix DS operand in ld encoding to appropriate valueBalamuruhan S
2020-03-25powerpc/pseries: Fix of_read_drc_info_cell() to point at next recordTyrel Datwyler
2020-03-20powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAPMichael Ellerman
2020-03-18powerpc/lib: Fix emulate_step() std testNicholas Piggin
2020-03-18powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin
2020-03-17powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing
2020-03-17powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip
2020-03-17powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy
2020-03-10Merge branch 'fixes' into nextMichael Ellerman
2020-03-05powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju
2020-03-04powerpc/numa: Early request for home node associativitySrikar Dronamraju
2020-03-04powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju
2020-03-04powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju
2020-03-04powerpc/vphn: Check for error from hcall_vphnSrikar Dronamraju
2020-03-04powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy
2020-03-04powerpc: Add current_stack_pointer as a register globalChristophe Leroy
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman