aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/hotplug-memory.c
AgeCommit message (Expand)Author
2024-01-25powerpc/pseries/memhp: Fix access beyond end of drmem arrayNathan Lynch
2024-01-25powerpc/pseries/memhotplug: Quieten some DLPAR operationsLaurent Dufour
2020-08-21pseries: Fix 64 bit logical memory block panicAnton Blanchard
2020-04-17powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek
2020-02-11powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()Pingfan Liu
2020-01-29mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand
2020-01-27powerpc/pseries/memory-hotplug: Fix return value type of find_aa_indexYueHaibing
2019-12-05powerpc/pseries: Fix node leak in update_lmb_associativity_index()Michael Ellerman
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2019-11-20powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot
2019-07-26powerpc/pseries: Fix oops in hotplug memory notifierNathan Lynch
2019-02-12powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar
2018-01-16powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot
2018-01-16powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot
2017-08-31powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...John Allen
2017-08-10powerpc/pseries: Check memory device state before onlining/offliningNathan Fontenot
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-06-28powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini
2017-06-01powerpc/hotplug-mem: Fix missing endian conversion of aa_indexMichael Bringmann
2017-02-21powerpc/pseries: Revert 'Auto-online hotplugged memory'Nathan Fontenot
2017-02-17powerpc/pseries: Implement indexed-count hotplug memory removeSahil Mehta
2017-02-17powerpc/pseries: Implement indexed-count hotplug memory addSahil Mehta
2017-02-16powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=nMichael Ellerman
2017-02-02powerpc/pseries: Introduce memory hotplug READD operationJohn Allen
2017-02-02powerpc/pseries: Make the acquire/release of the drc for memory a seperate stepJohn Allen
2016-12-01powerpc/pseries: Use lmb_is_removable() to check removabilityNathan Fontenot
2016-08-09powerpc: Fix unused function warning 'lmb_to_memblock'Alastair D'Silva
2016-07-15powerpc/pseries: Remove call to memblock_add()Nathan Fontenot
2016-07-15powerpc/pseries: Auto-online hotplugged memoryNathan Fontenot
2016-07-15powerpc/pseries: Dynamic add entires to associativity lookup arrayNathan Fontenot
2016-07-15powerpc/pseries: Move property cloning into its own routineNathan Fontenot
2016-04-11powerpc/pseries: Update LMB associativity index during DLPAR add/removeNathan Fontenot
2016-04-11powerpc/pseries: Refactor dlpar_add_lmb() codeNathan Fontenot
2015-08-18powerpc/pseries: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-04-15powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVEAlexey Kardashevskiy
2015-04-14powerpc/pseries: Correct memory hotplug lockingNathan Fontenot
2015-03-17powerpc/pseries: Implement memory hotplug remove in the kernelNathan Fontenot
2015-03-17powerpc/pseries: Implement memory hotplug add in the kernelNathan Fontenot
2015-03-17powerpc/pseries: Create new device hotplug entry pointNathan Fontenot
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely
2014-11-05powerpc: Remove ppc_md.remove_memoryAnton Blanchard
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard
2014-09-09powerpc/pseries: Fix endian issues in memory hotplugThomas Falcon
2014-08-26powerpc: Fix comment typos in hotplug-memory.cLi Zhong
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-08-13powerpc/pseries: Failure on removing device nodeGavin Shan
2014-07-23of: Reorder device tree changes and notifiersGrant Likely