summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: rpaphp: Remove unused variable 'value'Chen Zhou2020-03-251-2/+1
* 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
* selftests/powerpc: Don't rely on segfault to rerun the testGustavo Luiz Duarte2020-03-251-39/+35
* selftests/powerpc: Add tm-signal-pagefault testGustavo Luiz Duarte2020-03-203-1/+287
* powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAPMichael Ellerman2020-03-201-1/+1
* selftests/powerpc: Add a test of sigreturn vs VDSOMichael Ellerman2020-03-203-1/+129
* powerpc/lib: Fix emulate_step() std testNicholas Piggin2020-03-171-1/+1
* powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2020-03-172-1/+7
* selftests/powerpc: Add tlbie_test in .gitignoreChristophe Leroy2020-03-171-0/+1
* 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
* tty: evh_bytechan: Fix out of bounds accessesStephen Rothwell2020-03-171-3/+18
* cpufreq: powernv: Fix unsafe notifiersOliver O'Halloran2020-03-131-6/+5
* cpufreq: powernv: Fix use-after-freeOliver O'Halloran2020-03-131-0/+6
* 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
| * powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy2020-02-171-11/+18
| * powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff2020-02-171-10/+11
* | powerpc/numa: Remove late request for home node associativitySrikar Dronamraju2020-03-043-18/+0
* | powerpc/numa: Early request for home node associativitySrikar Dronamraju2020-03-041-1/+40
* | powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju2020-03-041-2/+20
* | powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju2020-03-041-9/+16
* | powerpc/vphn: Check for error from hcall_vphnSrikar Dronamraju2020-03-041-1/+2
* | powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju2020-03-042-3/+33
* | powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy2020-03-041-1/+1
* | powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy2020-03-041-2/+3
* | powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy2020-03-041-1/+1