summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv/pci: Don't use the lower 4G TCEs in pseudo-DMA modeTimothy Pearson2018-10-271-1/+7
* powerpc/powernv/pci: Invalidate TCE cache after DMA map setupTimothy Pearson2018-10-271-2/+1
* powerpc/powernv/pci: Export pnv_pci_ioda2_tce_invalidate_peTimothy Pearson2018-10-272-1/+2
* powerpc/powernv/pci: Safety fixes for pseudobypass TCE allocationRussell Currey2018-10-271-2/+4
* powerpc/powernv/pci: Track DMA and TCE tables in debugfsRussell Currey2018-10-271-0/+43
* powerpc/powernv: DMA operations for discontiguous allocationRussell Currey2018-10-274-50/+380
* powerpc/powernv/pci: Track largest available TCE order per PHBRussell Currey2018-10-272-0/+19
* powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff2018-10-131-38/+0
* powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-4/+4
* powerpc/eeh: Cleanup list_head field namesSam Bobroff2018-10-131-1/+1
* powerpc/eeh: Cleanup EEH_POSTPONED_PROBESam Bobroff2018-10-131-14/+0
* powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-131-1/+0
* Merge branch 'fixes' into nextMichael Ellerman2018-10-091-1/+1
|\
| * powerpc/powernv/ioda2: Reduce upper limit for DMA window size (again)Alexey Kardashevskiy2018-09-201-1/+1
* | powerpc/powernv/npu: Remove atsd_threshold debugfs settingMark Hairgrove2018-10-041-14/+0
* | powerpc/powernv/npu: Use size-based ATSD invalidatesMark Hairgrove2018-10-041-48/+55
* | powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidatesMark Hairgrove2018-10-041-51/+48
* | powerpc/64s: consolidate MCE counter increment.Michal Suchanek2018-10-031-2/+0
* | powerpc/powernv: Mark function as __noreturnBreno Leitao2018-10-031-1/+1
* | powerpc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-033-4/+5
* | powerpc/powernv: Make possible for user to force a full ipl cec rebootVaibhav Jain2018-10-031-6/+30
* | powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-192-0/+13
* | powerpc/memtrace: Remove memory in chunksRashmica Gupta2018-09-191-5/+16
* | powerpc/powernv: Don't select the cpufreq governorsJoel Stanley2018-09-171-5/+0
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-22/+4
|\
| * ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-211-22/+4
* | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-242-31/+89
|\ \
| * | powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt2018-08-201-0/+37
| * | powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin2018-08-201-31/+52
* | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-1719-877/+935
|\ \ \ | |/ / | | / | |/ |/|
| * powerpc/powernv/idle: Fix build errorAneesh Kumar K.V2018-08-101-1/+1
| * powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta2018-08-101-7/+85
| * powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt2018-08-081-51/+75
| * crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2018-08-082-0/+3
| * powerpc/powernv: Export opal_check_token symbolHaren Myneni2018-08-081-0/+1
| * powerpc/powernv: Query firmware for count cache flush settingsMichael Ellerman2018-08-081-0/+7
| * powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman2018-08-081-1/+0
| * powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt2018-08-071-1/+1
| * powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usageReza Arbab2018-08-031-2/+3
| * powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin2018-08-031-1/+2
| * powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat2018-07-312-0/+29
| * powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga2018-07-311-78/+138
| * powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
| * powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-0/+1
| * powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
| * powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-241-10/+27
| * powerpc/powernv: move opal console flushing to udbgNicholas Piggin2018-07-241-5/+7
| * powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin2018-07-241-46/+40
| * powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin2018-07-242-36/+41
| * powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin2018-07-241-9/+6
OpenPOWER on IntegriCloud