summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/hotplug-memory.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar2019-02-121-2/+5
* powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...John Allen2017-08-311-0/+4
* powerpc/pseries: Check memory device state before onlining/offliningNathan Fontenot2017-08-101-21/+32
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-0/+2
|\
| * powerpc/hotplug-mem: Fix missing endian conversion of aa_indexMichael Bringmann2017-06-011-0/+2
* | powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini2017-06-281-0/+7
|/
* powerpc/pseries: Revert 'Auto-online hotplugged memory'Nathan Fontenot2017-02-211-15/+37
* powerpc/pseries: Implement indexed-count hotplug memory removeSahil Mehta2017-02-171-0/+98
* powerpc/pseries: Implement indexed-count hotplug memory addSahil Mehta2017-02-171-9/+110
* powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=nMichael Ellerman2017-02-161-1/+4
* powerpc/pseries: Introduce memory hotplug READD operationJohn Allen2017-02-021-0/+41
* powerpc/pseries: Make the acquire/release of the drc for memory a seperate stepJohn Allen2017-02-021-12/+22
* powerpc/pseries: Use lmb_is_removable() to check removabilityNathan Fontenot2016-12-011-2/+5
* powerpc: Fix unused function warning 'lmb_to_memblock'Alastair D'Silva2016-08-091-13/+13
* powerpc/pseries: Remove call to memblock_add()Nathan Fontenot2016-07-151-27/+10
* powerpc/pseries: Auto-online hotplugged memoryNathan Fontenot2016-07-151-14/+0
* powerpc/pseries: Dynamic add entires to associativity lookup arrayNathan Fontenot2016-07-151-27/+68
* powerpc/pseries: Move property cloning into its own routineNathan Fontenot2016-07-151-12/+26
* powerpc/pseries: Update LMB associativity index during DLPAR add/removeNathan Fontenot2016-04-111-31/+162
* powerpc/pseries: Refactor dlpar_add_lmb() codeNathan Fontenot2016-04-111-14/+20
* powerpc/pseries: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1
* powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVEAlexey Kardashevskiy2015-04-151-0/+13
* powerpc/pseries: Correct memory hotplug lockingNathan Fontenot2015-04-141-4/+7
* powerpc/pseries: Implement memory hotplug remove in the kernelNathan Fontenot2015-03-171-1/+191
* powerpc/pseries: Implement memory hotplug add in the kernelNathan Fontenot2015-03-171-1/+265
* powerpc/pseries: Create new device hotplug entry pointNathan Fontenot2015-03-171-0/+19
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-111-21/+0
|\
| * powerpc: Remove ppc_md.remove_memoryAnton Blanchard2014-11-051-21/+0
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-8/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-111-0/+1
|\
| * powerpc: Ensure global functions include their prototypeAnton Blanchard2014-09-251-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-2/+2
|\ \ | |/ |/|
| * powerpc: Fix comment typos in hotplug-memory.cLi Zhong2014-08-261-2/+2
* | powerpc/pseries: Fix endian issues in memory hotplugThomas Falcon2014-09-091-17/+19
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-141-1/+1
|\ \
| * | powerpc/pseries: Failure on removing device nodeGavin Shan2014-08-131-1/+1
| |/
* / of: Reorder device tree changes and notifiersGrant Likely2014-07-231-1/+1
|/
* powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-051-14/+3
* powerpc/pseries: Protect remove_memory() with device hotplug lockLi Zhong2014-04-281-4/+6
* powerpc/pseries: Use remove_memory() to remove memoryNathan Fontenot2014-03-071-44/+39
* powerpc: add explicit OF includesRob Herring2013-10-091-0/+2
* mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes2013-04-291-0/+12
* powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-17/+43
* arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu2012-10-111-4/+5
* arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton2012-10-111-1/+1
* memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-11/+5
|\
| * powerpc/pseries: Improve error code on reconfiguration notifier failureAkinobu Mita2011-06-291-11/+5
* | powerpc/mm: Fix memory_block_size_bytes() for non-pseriesBenjamin Herrenschmidt2011-07-121-11/+19
|/
* memory hotplug: Define memory_block_size_bytes for powerpc/pseriesNathan Fontenot2011-02-031-13/+53