summaryrefslogtreecommitdiffstats
path: root/drivers/base/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2019-05-141-11/+5
* drivers/base/memory.c: clean up relics in function parametersBaoquan He2019-05-141-6/+6
* mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang2019-04-191-1/+1
* device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-281-0/+1
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-281-44/+37
|\
| * mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter2018-12-201-1/+1
| * drivers/base/memory.c: Use DEVICE_ATTR_RO and friendsDavid Hildenbrand2018-12-061-43/+36
* | memory_hotplug: add missing newlines to debugging outputMichal Hocko2018-12-281-3/+3
* | drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang2018-12-281-1/+1
|/
* mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2018-10-311-12/+1
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-2/+7
* memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko2018-09-041-11/+9
* mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-171-2/+0
* mm: memory_hotplug: use put_device() if device_register failArvind Yadav2018-05-141-1/+7
* mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang2018-04-111-5/+2
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-051-2/+2
* mm/memory_hotplug: optimize probe routinePavel Tatashin2018-04-051-16/+20
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-061-3/+0
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-061-10/+23
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-24/+28
* mm, memory_hotplug: consider offline memblocks removableMichal Hocko2017-07-061-0/+4
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-14/+9
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-0/+4
* memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-241-1/+1
* base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-031-6/+6
* memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-01-241-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* drivers/base/memory.c: Remove unused 'first_page' variableKirtika Ruchandani2016-11-291-2/+0
* memory-hotplug: fix store_mem_state() return valueReza Arbab2016-10-071-1/+4
* memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-261-11/+17
* memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-151-1/+33
* mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-151-0/+13
* drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen2016-01-141-10/+6
* drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings2016-01-141-2/+2
* drivers/base/memory.c: clean up section countingSeth Jennings2016-01-141-1/+1
* drivers/base/memory.c: prohibit offlining of memory blocks with missing sectionsSeth Jennings2015-12-121-0/+4
* mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-141-7/+12
* memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-141-1/+1
* drivers: base: memory: Use tabs instead of spacesIoana Ciornei2015-03-251-2/+2
* drivers: base: memory: Fix switch indentIoana Ciornei2015-03-251-27/+27
* memory-hotplug: remove redundant call of page_to_pfnZhang Zhen2014-12-131-2/+2
* memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-091-0/+42
* mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen2014-08-061-1/+3
* mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-061-9/+9
* mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen2014-08-061-4/+4
* memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong2014-06-041-12/+0
* driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu2013-10-161-2/+5