summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/papr_scm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-301-0/+229
|\
| * powerpc/papr_scm: Fix build failure whenKajol Jain2022-03-231-2/+7
| * powerpc/papr_scm: Add perf interface supportKajol Jain2022-03-091-0/+225
* | powerpc: declare unmodified attribute_group usages constRohan McLure2022-03-081-1/+1
* | powerpc/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain2022-02-161-3/+87
|/
* powerpc/papr_scm: trivial: fix typo in a commentKajol Jain2021-06-251-1/+1
* powerpc/papr_scm: Add support for reporting dirty-shutdown-countVaibhav Jain2021-06-251-0/+30
* powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailableVaibhav Jain2021-06-251-11/+24
* powerpc/papr_scm: Properly handle UUID types and APIAndy Shevchenko2021-06-251-9/+18
* powerpc/papr_scm: Reduce error severity if nvdimm stats inaccessibleVaibhav Jain2021-05-171-0/+7
* powerpc/papr_scm: Mark nvdimm as unarmed if needed during probeVaibhav Jain2021-04-271-0/+9
* powerpc/papr_scm: Fix build error due to wrong printf specifierMichael Ellerman2021-04-161-1/+1
* powerpc/papr_scm: Implement support for H_SCM_FLUSH hcallShivaprasad G Bhat2021-04-141-0/+39
* powerpc/papr_scm: Add PAPR command family to pass-through command-setVaibhav Jain2020-10-081-0/+3
* powerpc/papr_scm: Fix warnings about undeclared variableWang Wensheng2020-10-061-1/+1
* powerpc/papr_scm: Fix warning triggered by perf_stats_show()Vaibhav Jain2020-09-161-2/+3
* powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attributeVaibhav Jain2020-09-091-1/+1
* powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metricVaibhav Jain2020-07-311-0/+49
* powerpc/papr_scm: Fetch nvdimm performance stats from PHYPVaibhav Jain2020-07-311-0/+150
* powerpc/papr_scm: Make some symbols staticWei Yongjun2020-07-271-2/+2
* powerpc/papr/scm: Add bad memory ranges to nvdimm bad rangesSantosh Sivaraj2020-07-201-1/+95
* powerpc/pmem: Initialize pmem device on newer hardwareAneesh Kumar K.V2020-07-161-0/+1
* powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTHVaibhav Jain2020-06-151-0/+51
* ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methodsVaibhav Jain2020-06-151-4/+189
* powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()Vaibhav Jain2020-06-151-0/+6
* powerpc/papr_scm: Fetch nvdimm health information from PHYPVaibhav Jain2020-06-151-2/+166
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-22/+5
|\
| * Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-021-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-021-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
| |/
* / powerpc/papr_scm: Mark papr_scm_ndctl() as staticVaibhav Jain2020-02-191-2/+3
|/
* powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some pathsVaibhav Jain2020-01-261-0/+2
* powerpc/papr_scm: Don't enable direct map for a region by defaultAneesh Kumar K.V2020-01-261-1/+0
* powerpc/papr_scm: Update debug messageAneesh Kumar K.V2020-01-061-2/+3
* Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-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
* | powerpc/pseries: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-11-131-1/+0
* | powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set}Vaibhav Jain2019-10-101-2/+2
|/
* powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP errorAneesh Kumar K.V2019-09-251-8/+40
* powerpc/nvdimm: Use HCALL error as the return valueAneesh Kumar K.V2019-09-251-15/+11
* powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V2019-07-301-2/+27
* powerpc/papr_scm: Force a scm-unbind if initial scm-bind failsVaibhav Jain2019-07-221-1/+14
* powerpc/papr_scm: Update drc_pmem_unbind() to use H_SCM_UNBIND_ALLVaibhav Jain2019-07-221-7/+22