summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Restore default security feature flags on setupMauricio Faria de Oliveira2018-04-031-0/+11
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-315-7/+12
|\
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-1/+6
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-304-6/+6
* | powerpc/pseries: Fix clearing of security feature flagsMauricio Faria de Oliveira2018-03-311-3/+3
* | powerpc/lpar/debug: Initialize flags before printing debug messageAlexey Kardashevskiy2018-03-271-3/+3
* | powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()Michael Ellerman2018-03-271-15/+12
* | powerpc/pseries: Set or clear security feature flagsMichael Ellerman2018-03-271-0/+43
* | powerpc/rfi-flush: Call setup_rfi_flush() after LPM migrationMichael Ellerman2018-03-273-1/+6
* | powerpc/rfi-flush: Always enable fallback flush on pseriesMichael Ellerman2018-03-271-9/+1
* | powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras2018-03-271-2/+6
* | powerpc: Rename plapr routines to plparMichael Ellerman2018-03-132-2/+2
* | powerpc/pseries: Move smp_query_cpu_stopped() etc. out of plpar_wrappers.hMichael Ellerman2018-03-131-0/+8
* | powerpc/pseries: Support firmware disable of RFI flushMichael Ellerman2018-02-231-1/+2
* | powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplugGuenter Roeck2018-02-131-2/+0
* | powerpc/pseries: Enable RAS hotplug events laterSam Bobroff2018-02-131-9/+22
* | powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-081-0/+2
|/
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-0217-381/+894
|\
| * powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann2018-01-271-0/+3
| * powerpc/pseries: Add Initialization of VF BarsBryant G. Ly2018-01-271-0/+164
| * powerpc/pseries/pci: Associate PEs to VFs in configure SR-IOVBryant G. Ly2018-01-271-2/+148
| * powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly2018-01-271-1/+95
| * powerpc/pseries: Set eeh_pe of EEH_PE_VF typeBryant G. Ly2018-01-271-0/+18
| * powerpc/eeh: Update VF config space after EEHBryant G. Ly2018-01-271-1/+25
| * powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin2018-01-221-1/+7
| * powerpc: Use octal numbers for file permissionsRussell Currey2018-01-228-18/+17
| * Merge branch 'fixes' into nextMichael Ellerman2018-01-214-4/+58
| |\
| * | pseries/drc-info: Search DRC properties for CPU indexesMichael Bringmann2018-01-212-28/+158
| * | powerpc/firmware: Add definitions for new drc-info firmware featureMichael Bringmann2018-01-211-0/+1
| * | powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-161-2/+2
| * | powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot2018-01-161-0/+1
| * | powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot2018-01-161-3/+3
| * | powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot2018-01-161-318/+198
| * | PCI/IOV: Add pci_vf_drivers_autoprobe() interfaceBryant G. Ly2017-12-111-0/+2
| * | powerpc/pseries: Add pseries SR-IOV Machine dependent callsBryant G. Ly2017-12-112-4/+49
| * | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-042-6/+6
* | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-312-2/+2
|\ \ \ | |_|/ |/| |
| * | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-102-2/+2
* | | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
* | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
|/ /
* | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-051-0/+1
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-165-15/+18
|\
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-062-5/+5
| * powerpc/pseries/vio: Dispose of virq mapping on vdevice unregisterTyrel Datwyler2017-11-061-0/+2
| * powerpc/pseries: Cleanup error handling in iommu_pseries_alloc_group()Markus Elfring2017-10-221-10/+9
| * powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-0/+2
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
| |/
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-142-19/+7
|\ \
| * | powerpc: pseries: only store the device node basename in full_nameRob Herring2017-10-032-19/+7
OpenPOWER on IntegriCloud