summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/hotplug-memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-0/+3
|\
| * powerpc/pseries: Fix oops in hotplug memory notifierNathan Lynch2019-06-141-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot2019-04-291-9/+8Star
* powerpc/pseries: Fix node leak in update_lmb_associativity_index()Michael Ellerman2018-12-221-0/+1
* powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar2018-12-211-2/+5
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-6/+2Star
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+1
* mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-3/+3
* powerpc/pseries/memory-hotplug: Fix return value type of find_aa_indexYueHaibing2018-10-131-33/+28Star
* powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2018-09-191-39/+16Star
* powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot2018-01-161-3/+3
* powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot2018-01-161-318/+198Star
* 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/+10Star
* powerpc/pseries: Auto-online hotplugged memoryNathan Fontenot2016-07-151-14/+0Star
* 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/+1Star
* 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-121-21/+0Star
|\
| * powerpc: Remove ppc_md.remove_memoryAnton Blanchard2014-11-051-21/+0Star
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-8/+7Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-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-081-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-241-1/+1
|/
* powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-051-14/+3Star