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-06-231-1/+7
* powerpc/powernv/pci: Invalidate TCE cache after DMA map setupTimothy Pearson2018-06-231-2/+1
* powerpc/powernv/pci: Export pnv_pci_ioda2_tce_invalidate_peTimothy Pearson2018-06-232-1/+2
* powerpc/powernv/pci: Safety fixes for pseudobypass TCE allocationRussell Currey2018-06-231-2/+4
* powerpc/powernv/pci: Track DMA and TCE tables in debugfsRussell Currey2018-06-221-0/+43
* powerpc/powernv: DMA operations for discontiguous allocationRussell Currey2018-06-224-50/+380
* powerpc/powernv/pci: Track largest available TCE order per PHBRussell Currey2018-06-222-0/+19
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-0716-99/+195
|\
| * powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"Colin Ian King2018-06-051-1/+1
| * powerpc/powernv: copy/paste - Mask SO bit in CRHaren Myneni2018-06-041-1/+2
| * powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek2018-06-031-0/+1
| * powerpc/perf: Unregister thread-imc if core-imc not supportedAnju T Sudhakar2018-06-031-0/+9
| * powerpc/perf: Rearrange memory freeing in imc initAnju T Sudhakar2018-06-031-3/+10
| * powerpc: use time64_t in read_persistent_clockArnd Bergmann2018-06-031-3/+2
| * ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva2018-06-031-2/+2
| * powerpc/powernv: process all OPAL event interrupts with kopaldNicholas Piggin2018-06-033-61/+52
| * powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-032-1/+17
| * powerpc/powernv/ioda2: Remove redundant free of TCE pagesAlexey Kardashevskiy2018-06-031-1/+0
| * Merge branch 'fixes' into nextMichael Ellerman2018-06-031-2/+12
| |\
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-031-2/+1
| |\ \
| | * | powerpc/reg: Add TEXASR related macrosSimon Guo2018-05-241-2/+1
| * | | powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga2018-05-281-2/+2
| * | | powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat2018-05-212-0/+54
| * | | powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.cMichael Ellerman2018-05-181-3/+2
| * | | powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.cMichael Ellerman2018-05-181-7/+8
| * | | powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabledNicholas Piggin2018-05-181-1/+1
| * | | powerpc/ioda: Use ibm, supported-tce-sizes for IOMMU page size maskAlexey Kardashevskiy2018-05-141-1/+29
| * | | powerpc/powernv: Fix memtrace build when NUMA=nMichael Ellerman2018-05-141-1/+1
| * | | Revert "powerpc/powernv: Increase memory block size to 1GB on radix"Balbir Singh2018-05-071-9/+1
| |/ /
* | | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-211-0/+1
| |/ |/|
* | powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin2018-05-181-2/+12
|/
* rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin2018-04-251-3/+5
* powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large address...Alistair Popple2018-04-241-4/+19
* powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback p...Alistair Popple2018-04-241-3/+13
* powerpc/powernv/npu: Add lock to prevent race in concurrent context init/destroyAlistair Popple2018-04-241-9/+42
* powerpc/powernv/memtrace: Let the arch hotunplug code flush cacheBalbir Singh2018-04-241-17/+0
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-151-1/+6
|\
| * powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin2018-04-111-1/+6
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+3
|\ \ | |/ |/|
| * powerpc/powernv: Create platform devs for nvdimm busesOliver O'Halloran2018-04-071-0/+3
* | powerpc/powernv: Always stop secondaries before reboot/shutdownNicholas Piggin2018-04-032-37/+6
* | powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+0
* | powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin2018-04-011-1/+1
* | Merge branch 'topic/paca' into nextMichael Ellerman2018-03-314-19/+16
|\ \
| * | powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-304-10/+11
* | | powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()Nicholas Piggin2018-03-311-0/+4
* | | powerpc/eeh: Add eeh_state_active() helperSam Bobroff2018-03-271-7/+2
* | | powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is ...Alexey Kardashevskiy2018-03-271-3/+24
* | | powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()Michael Ellerman2018-03-271-31/+10
OpenPOWER on IntegriCloud