summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/hotplug-memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-4/+4
|\
| * powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek2020-02-191-4/+4
* | mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-1/+1
|/
* powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()Pingfan Liu2020-01-141-1/+3
* powerpc/pseries/hotplug-memory: Change rc variable to boolLeonardo Bras2019-11-131-3/+3
* powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-caseLeonardo Bras2019-08-051-8/+18
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-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/+1
|/
* powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot2019-04-291-9/+8
* 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/+2
* 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/+28
* powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2018-09-191-39/+16
* 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/+198
* 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
|\ \ | |/ |/|