summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
AgeCommit message (Expand)AuthorFilesLines
2019-12-16powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesDavid Hildenbrand1-0/+10
2019-12-13powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju1-0/+7
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+2
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-360/+396
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams1-6/+0
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams1-7/+2
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams1-6/+0
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams1-1/+0
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams1-2/+0
2019-11-13powerpc/pseries/hotplug-memory: Change rc variable to boolLeonardo Bras1-3/+3
2019-11-13powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth1-17/+1
2019-11-13powerpc/pseries: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-11-13powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init()YueHaibing1-1/+1
2019-11-13powerpc/pseries: Use correct event modifier in rtas_parse_epow_errlog()YueHaibing1-1/+1
2019-11-13powerpc/pseries/cmm: Simulation modeDavid Hildenbrand1-8/+30
2019-11-13powerpc/pseries/cmm: Switch to balloon_page_alloc()David Hildenbrand1-2/+1
2019-11-13powerpc/pseries/cmm: Implement balloon compactionDavid Hildenbrand2-14/+120
2019-11-13powerpc/pseries/cmm: Convert loaned_pages to an atomic_long_tDavid Hildenbrand1-16/+19
2019-11-13powerpc/pseries/cmm: Rip out memory isolate notifierDavid Hildenbrand1-96/+1
2019-11-13powerpc/pseries/cmm: Use adjust_managed_page_count() insted of totalram_pages_*David Hildenbrand1-3/+3
2019-11-13powerpc/pseries/cmm: Drop page arrayDavid Hildenbrand1-127/+36
2019-11-13powerpc/pseries/cmm: Cleanup rc handling in cmm_init()David Hildenbrand1-4/+3
2019-11-13powerpc/pseries/cmm: Report errors when registering notifiers failsDavid Hildenbrand1-2/+6
2019-11-13powerpc/pseries/cmm: Implement release() function for sysfs deviceDavid Hildenbrand1-0/+5
2019-11-13powerpc/pseries: Add cpu DLPAR support for drc-info propertyTyrel Datwyler1-15/+112
2019-11-13powerpc/pseries: Fix drc-info mappings of logical cpus to drc-indexTyrel Datwyler1-13/+10
2019-11-13powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entryTyrel Datwyler1-5/+3
2019-11-05powerpc/pseries: safely roll back failed DLPAR cpu addNathan Lynch1-57/+59
2019-11-05powerpc/pseries: address checkpatch warnings in dlpar_offline_cpuNathan Lynch1-6/+5
2019-11-02powerpc: pseries: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-55/+10
2019-10-28powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V1-3/+11
2019-10-28powerpc/pseries: Don't opencode HPTE_V_BOLTEDAneesh Kumar K.V1-1/+1
2019-10-13Merge branch 'fixes' into nextMichael Ellerman1-0/+3
2019-10-10powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set}Vaibhav Jain1-2/+2
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour1-0/+3
2019-09-25powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP errorAneesh Kumar K.V1-8/+40
2019-09-25powerpc/nvdimm: Use HCALL error as the return valueAneesh Kumar K.V1-15/+11
2019-09-24powerpc/pseries: Call H_BLOCK_REMOVE when supportedLaurent Dufour1-2/+21
2019-09-24powerpc/pseries: Read TLB Block Invalidate CharacteristicsLaurent Dufour3-0/+142
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-334/+1078
2019-09-14powerpc/fadump: support holes in kernel boot memory areaHari Bathini2-1/+15
2019-09-14powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini1-1/+1
2019-09-14powerpc/fadump: consider f/w load areaHari Bathini2-0/+15
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini1-3/+260
2019-09-14powerpc/fadump: add source info while displaying region contentsHari Bathini1-4/+4
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini1-3/+159
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini2-0/+123
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini1-0/+100
2019-09-12powerpc/pseries: correctly track irq state in default idleNathan Lynch1-0/+3