summaryrefslogtreecommitdiffstats
path: root/drivers/base/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-291-44/+37Star
|\
| * 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/+36Star
* | 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/+1Star
* 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-051-11/+9Star
* mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-181-2/+0Star
* 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/+2Star
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-061-2/+2
* mm/memory_hotplug: optimize probe routinePavel Tatashin2018-04-061-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-071-3/+0Star
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-071-10/+23
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-071-1/+1
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-071-24/+28
* mm, memory_hotplug: consider offline memblocks removableMichal Hocko2017-07-071-0/+4
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-071-14/+9Star
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-071-0/+4
* memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot2017-02-251-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-251-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/+0Star
* memory-hotplug: fix store_mem_state() return valueReza Arbab2016-10-081-1/+4
* memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-271-11/+17
* memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-161-1/+33
* mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-161-0/+13
* drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen2016-01-151-10/+6Star
* drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings2016-01-151-2/+2
* drivers/base/memory.c: clean up section countingSeth Jennings2016-01-151-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-151-7/+12
* memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-151-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-101-0/+42
* mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen2014-08-071-1/+3
* mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-071-9/+9
* mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen2014-08-071-4/+4
* memory-hotplug: update documentation to hide information about SECTIONS and r...Li Zhong2014-06-051-12/+0Star
* driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu2013-10-171-2/+5
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-1/+3
|\
| * driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki2013-08-291-1/+3
* | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-143/+115Star
|\ \
| * | drivers/base/memory.c: introduce help macro to_memory_blockGu Zheng2013-08-291-17/+12Star