aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.Douglas Miller2020-03-271-1/+6
* powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater2020-03-274-0/+129
* powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater2020-03-271-1/+4
* powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater2020-03-271-0/+4
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-274-13/+14
* powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-272-2/+2
* powerpc/prom_init: Remove leftover commentFabiano Rosas2020-03-251-1/+0
* powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy2020-03-251-0/+3
* powerpc/maple: Fix declaration made after definitionNathan Chancellor2020-03-251-17/+17
* powerpc/pseries: Avoid harmless preempt warningNicholas Piggin2020-03-251-1/+9
* powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-254-41/+62
* powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-256-78/+61
* powerpc/eeh: Remove PHB check in probeOliver O'Halloran2020-03-251-6/+0
* powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2020-03-251-2/+0
* powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran2020-03-254-34/+0
* powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-256-35/+2
* powerpc/64: Prevent stack protection in early bootMichael Ellerman2020-03-253-3/+9
* powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens2020-03-253-10/+31
* powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-254-2/+21
* powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-253-18/+13
* powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy2020-03-251-1/+1
* powerpc/kprobes: Remove redundant codeChristophe Leroy2020-03-251-48/+33
* powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman2020-03-251-1/+3
* powerpc/xmon: Lower limits on nidump and ndumpMichael Ellerman2020-03-251-3/+4
* powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy2020-03-251-0/+3
* powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-256-55/+29
* powerpc/cell: Use fallthrough;Joe Perches2020-03-251-1/+1
* powerpc/sstep: Fix DS operand in ld encoding to appropriate valueBalamuruhan S2020-03-251-2/+3
* powerpc/pseries: Fix of_read_drc_info_cell() to point at next recordTyrel Datwyler2020-03-251-1/+1
* powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAPMichael Ellerman2020-03-201-1/+1
* powerpc/lib: Fix emulate_step() std testNicholas Piggin2020-03-181-1/+1
* powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2020-03-182-1/+7
* powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing2020-03-171-2/+2
* powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip2020-03-171-4/+4
* powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor2020-03-171-1/+11
* powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence2020-03-132-29/+0
* powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy2020-03-131-1/+3
* Merge branch 'fixes' into nextMichael Ellerman2020-03-1021-105/+326
|\
| * powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman2020-03-051-0/+2
| * powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario2020-02-281-1/+3
| * powerpc: Include .BTF sectionNaveen N. Rao2020-02-241-0/+6
| * powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria2020-02-241-5/+7
| * powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-191-2/+2
| * powerpc/xmon: Fix whitespace handling in getstring()Oliver O'Halloran2020-02-181-0/+5
| * powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-0/+8
| * powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-2/+7
| * powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-187-45/+212
| * powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte2020-02-183-28/+39
| * powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy2020-02-171-1/+1
| * powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy2020-02-171-0/+5