summaryrefslogtreecommitdiffstats
path: root/drivers/base/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-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/+115
|\ \
| * | drivers/base/memory.c: introduce help macro to_memory_blockGu Zheng2013-08-281-17/+12
| * | drivers: base: use standard device online/offline for state changeSeth Jennings2013-08-211-72/+55
| * | drivers: base: refactor add_memory_section() to add_memory_block()Seth Jennings2013-08-211-27/+21
| * | drivers: base: remove improper get/put in add_memory_section()Seth Jennings2013-08-211-4/+2
| * | drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings2013-08-211-27/+14
| * | drivers: base: unshare add_memory_section() from hotplugSeth Jennings2013-08-211-3/+16
| * | drivers: base: use device get/put functionsSeth Jennings2013-08-211-4/+4
| * | drivers: base: remove unneeded variableSeth Jennings2013-08-211-4/+1
| * | drivers: base: move mutex lock out of add_memory_section()Seth Jennings2013-08-211-4/+9
| * | driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-261-2/+2
| |/
OpenPOWER on IntegriCloud