summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-092-0/+20
|\
| * powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent me...Alexey Kardashevskiy2020-04-031-0/+9
| * powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar2020-04-021-0/+11
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-091-22/+5
|\ \
| * \ Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-031-1/+3
| |\ \
| | * | libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V2020-03-311-1/+3
| * | | Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-031-20/+1
| |\ \ \
| | * | | powerpc/papr_scm: Switch to numa_map_to_online_node()Dan Williams2020-02-171-20/+1
| | |/ /
| * / / libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-171-1/+1
| |/ /
* | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0510-29/+95
|\ \ \ | | |/ | |/|
| * | powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+3
| * | powerpc/pseries: Avoid harmless preempt warningNicholas Piggin2020-03-251-1/+9
| * | powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-1/+22
| * | powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-252-15/+52
| * | powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-251-2/+1
| * | powerpc/pseries: Fix of_read_drc_info_cell() to point at next recordTyrel Datwyler2020-03-251-1/+1
| * | powerpc/vphn: Check for error from hcall_vphnSrikar Dronamraju2020-03-041-1/+2
| * | powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek2020-02-191-4/+4
| * | powerpc/papr_scm: Mark papr_scm_ndctl() as staticVaibhav Jain2020-02-191-2/+3
| * | powerpc/pseries/Makefile: Remove CONFIG_PPC_PSERIES checkOliver O'Halloran2020-02-191-2/+0
| * | powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIESOliver O'Halloran2020-02-191-2/+0
| |/
* / mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-1/+1
|/
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-048-38/+59
|\
| * powerpc/pseries/lparcfg: Fix display of Maximum MemoryMichael Bringmann2020-01-251-2/+2
| * powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some pathsVaibhav Jain2020-01-251-0/+2
| * powerpc/pseries/vio: Fix iommu_table use-after-free refcount warningTyrel Datwyler2020-01-251-0/+2
| * powerpc/papr_scm: Don't enable direct map for a region by defaultAneesh Kumar K.V2020-01-251-1/+0
| * powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specificOliver O'Halloran2020-01-231-2/+2
| * powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()Pingfan Liu2020-01-141-1/+3
| * powerpc/pseries/svm: Allow IOMMU to work in SVMAlexey Kardashevskiy2020-01-061-0/+7
| * powerpc/pseries/iommu: Separate FW_FEATURE_MULTITCE to put/stuff featuresAlexey Kardashevskiy2020-01-062-6/+9
| * powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce fo...Alexey Kardashevskiy2020-01-061-14/+29
| * Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests"Ram Pai2020-01-061-10/+1
| * powerpc/pseries: Remove redundant select of PPC_DOORBELLMichael Ellerman2020-01-061-1/+0
| * powerpc/papr_scm: Update debug messageAneesh Kumar K.V2020-01-061-2/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-044-31/+30
|/
* powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-161-0/+10
* powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju2019-12-131-0/+7
* Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-021-23/+2
|\
| * libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams2019-11-191-6/+0
| * libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams2019-11-191-7/+2
| * libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams2019-11-191-6/+0
| * libnvdimm: Move nd_region_attribute_group to device_typeDan Williams2019-11-191-1/+0
| * libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams2019-11-191-1/+0
| * libnvdimm: Move nd_device_attribute_group to device_typeDan Williams2019-11-171-2/+0
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-3010-360/+396
|\ \
| * | powerpc/pseries/hotplug-memory: Change rc variable to boolLeonardo Bras2019-11-131-3/+3
| * | powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth2019-11-131-17/+1
| * | powerpc/pseries: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-11-131-1/+0
| * | powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init()YueHaibing2019-11-131-1/+1