summaryrefslogtreecommitdiffstats
path: root/drivers/base/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson2013-08-281-0/+2
|/
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-40/+74
|\
| * Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki2013-06-011-21/+0
| * Driver core / memory: Simplify __memory_block_change_state()Rafael J. Wysocki2013-06-011-9/+2
| * Driver core: Introduce offline/online callbacks for memory blocksRafael J. Wysocki2013-05-121-25/+87
* | drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot2013-06-061-81/+62
|/
* mm: Remove unused parameter of pages_correctly_reserved()Tang Chen2013-04-291-3/+2
* mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes2013-04-291-21/+23
* memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-231-0/+6
* base: memory: fix soft/hard_offline_page permissionsFelipe Balbi2013-02-181-2/+2
* mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan2012-12-111-11/+22
* memory hotplug: suppress "Device memoryX does not have a release() function" ...Yasuaki Ishimatsu2012-12-111-1/+8
* memory-hotplug: update memory block's state and notify userspaceWen Congyang2012-10-091-4/+27
* memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang2012-10-091-6/+3
* Merge tag 'v3.3-rc7' into x86/mceIngo Molnar2012-03-141-5/+26
|\
| * drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2012-02-021-5/+26
* | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-261-1/+1
|\ \ | |/ |/|
| * HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-1/+1
* | kdump: add udev events for memory online/offlineMichael Holzheu2012-01-121-3/+14
* | convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-211-94/+66
|/
* mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman2011-10-181-18/+40
* Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman2011-10-181-37/+23
* memory hotplug: Correct page reservation checkingNathan Fontenot2011-09-261-23/+37
* memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard2011-09-261-0/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt2011-07-121-1/+0
OpenPOWER on IntegriCloud