- 8876cc2 drivers/base/memory: don't store phys_device in memory blocks by David Hildenbrand · 3 years, 10 months ago
- b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 2 months ago
- 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 3 months ago
- 973c391 drivers core: Remove strcat uses around sysfs_emit and neaten by Joe Perches · 4 years, 3 months ago
- aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 3 months ago
- 178bdbe drivers/base/memory: rename base_memory_block_id to memory_block_id by Wei Yang · 4 years, 6 months ago
- 40ba2cd drivers/base/memory: init_memory_block() first parameter is not necessary by Wei Yang · 4 years, 6 months ago
- 4fb6eab drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup by Scott Cheloha · 4 years, 7 months ago
- 5f47adf mm/memory_hotplug: allow to specify a default online_type by David Hildenbrand · 4 years, 9 months ago
- 862919e mm/memory_hotplug: convert memhp_auto_online to store an online_type by David Hildenbrand · 4 years, 9 months ago
- 4dc8207 drivers/base/memory: store mapping between MMOP_* and string in an array by David Hildenbrand · 4 years, 9 months ago
- efc978a drivers/base/memory: map MMOP_OFFLINE to 0 by David Hildenbrand · 4 years, 9 months ago
- 956f8b4 drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE by David Hildenbrand · 4 years, 9 months ago
- fada9ae drivers/base/memory.c: drop pages_correctly_probed() by David Hildenbrand · 4 years, 9 months ago
- 68c3a6a drivers/base/memory.c: drop section_count by David Hildenbrand · 4 years, 9 months ago
- 53cdc1c drivers/base/memory.c: indicate all memory blocks as removable by David Hildenbrand · 4 years, 9 months ago
- 9291799 mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone() by David Hildenbrand · 5 years ago
- bd5c234 mm/memory_hotplug: pass in nid to online_pages() by David Hildenbrand · 5 years ago
- 3f9903b mm: remove the memory isolate notifier by David Hildenbrand · 5 years ago
- 848e19a drivers/base/memory.c: drop the mem_sysfs_mutex by David Hildenbrand · 5 years ago
- feec24a mm, soft-offline: convert parameter to pfn by Naoya Horiguchi · 5 years ago
- 2c91f8f mm/memory_hotplug: fix try_offline_node() by David Hildenbrand · 5 years ago
- 641fe2e9 drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store() by David Hildenbrand · 5 years ago
- b6c88d3 drivers/base/memory.c: don't store end_section_nr in memory blocks by David Hildenbrand · 5 years ago
- 902ce63b driver/base/memory.c: validate memory block size early by David Hildenbrand · 5 years ago
- f915fb7 drivers/base/memory.c: fixup documentation of removable/phys_index/block_size_bytes by David Hildenbrand · 5 years ago
- d84f2f5 drivers/base/node.c: simplify unregister_memory_block_under_nodes() by David Hildenbrand · 5 years ago
- dd62528 drivers/base/memory.c: get rid of find_memory_block_hinted() by David Hildenbrand · 5 years ago
- ea88464 mm/memory_hotplug: move and simplify walk_memory_blocks() by David Hildenbrand · 5 years ago
- 90ec010f drivers/base/memory: use "unsigned long" for block ids by David Hildenbrand · 5 years ago
- 2491f0a mm: section numbers use the type "unsigned long" by David Hildenbrand · 5 years ago
- 4c4b7f9 mm/memory_hotplug: remove memory block devices before arch_remove_memory() by David Hildenbrand · 5 years ago
- db051a0 mm/memory_hotplug: create memory block devices after arch_add_memory() by David Hildenbrand · 5 years ago
- 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
- 1811582 drivers/base/memory: pass a block_id to init_memory_block() by David Hildenbrand · 5 years ago
- cb7b3a3 mm/memory_hotplug: make unregister_memory_section() never fail by David Hildenbrand · 6 years ago
- 063b8a4 drivers/base/memory.c: clean up relics in function parameters by Baoquan He · 6 years ago
- 3780384 mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock by zhong jiang · 6 years ago
- c221c0b device-dax: "Hotplug" persistent memory for use like normal RAM by Dave Hansen · 6 years ago
- b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 1ecc07f memory_hotplug: add missing newlines to debugging output by Michal Hocko · 6 years ago
- 3b6fd6f drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS by Wei Yang · 6 years ago
- 16df145 mm, memory_hotplug: update a comment in unregister_memory() by Dan Carpenter · 6 years ago
- 3f8e917 drivers/base/memory.c: Use DEVICE_ATTR_RO and friends by David Hildenbrand · 6 years ago
- 381eab4 mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock by David Hildenbrand · 6 years ago
- 8df1d0e mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
- 4e8346d memory_hotplug: fix kernel_panic on offline page processing by Mikhail Zaslonko · 6 years ago
- d5b6f6a3 mm/memory_hotplug.c: call register_mem_sect_under_node() by Oscar Salvador · 6 years ago
- 085aa2d mm: memory_hotplug: use put_device() if device_register fail by Arvind Yadav · 7 years ago
- bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 7 years ago
- fc44f7f mm/memory_hotplug: don't read nid from struct page during hotplug by Pavel Tatashin · 7 years ago
- b77eab7 mm/memory_hotplug: optimize probe routine by Pavel Tatashin · 7 years ago
- 83b5753 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c6f03e2 mm, memory_hotplug: remove zone restrictions by Michal Hocko · 7 years ago
- e5e6893 mm, memory_hotplug: display allowed zones in the preferred ordering by Michal Hocko · 7 years ago
- c246a21 mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone by Michal Hocko · 7 years ago
- f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
- 8b0662f mm, memory_hotplug: consider offline memblocks removable by Michal Hocko · 7 years ago
- 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 7 years ago
- c4e1be9 mm, sparsemem: break out of loops early by Dave Hansen · 7 years ago
- dc18d70 memory-hotplug: use dev_online for memhp_auto_online by Nathan Fontenot · 8 years ago
- a96dfdd base/memory, hotplug: fix a kernel oops in show_valid_zones() by Toshi Kani · 8 years ago
- 8a1f780 memory_hotplug: make zone_can_shift() return a boolean value by Yasuaki Ishimatsu · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- e22defe drivers/base/memory.c: Remove unused 'first_page' variable by Kirtika Ruchandani · 8 years ago
- d66ba15 memory-hotplug: fix store_mem_state() return value by Reza Arbab · 8 years ago
- a371d9f memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute by Reza Arbab · 8 years ago
- 31bc385 memory-hotplug: add automatic onlining policy for the newly added memory by Vitaly Kuznetsov · 9 years ago
- 260ae3f mm: skip memory block registration for ZONE_DEVICE by Dan Williams · 9 years ago
- cb5490a drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 by John Allen · 9 years ago
- cc292b0 drivers/base/memory.c: rename remove_memory_block() to remove_memory_section() by Seth Jennings · 9 years ago
- 56c6b5d drivers/base/memory.c: clean up section counting by Seth Jennings · 9 years ago
- 26bbe7e drivers/base/memory.c: prohibit offlining of memory blocks with missing sections by Seth Jennings · 9 years ago
- 30467e0 mm, hotplug: fix concurrent memory hot-add deadlock by David Rientjes · 10 years ago
- 19c07d5 memory hotplug: use macro to switch between section and pfn by Sheng Yong · 10 years ago
- 2aeebca drivers: base: memory: Use tabs instead of spaces by Ioana Ciornei · 10 years ago
- 3d3af6a drivers: base: memory: Fix switch indent by Ioana Ciornei · 10 years ago
- 71fbd55 memory-hotplug: remove redundant call of page_to_pfn by Zhang Zhen · 10 years ago
- ed2f240 memory-hotplug: add sysfs valid_zones attribute by Zhang Zhen · 10 years ago
- b69deb2 mm/mem-hotplug: replace simple_strtoull() with kstrtoull() by Zhang Zhen · 10 years ago
- 4f7c6b4 mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1 by Tang Chen · 10 years ago
- 1f6a6cc mem-hotplug: avoid illegal state prefixed with legal state when changing state of memory_block by Tang Chen · 10 years ago
- 56a3c65 memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_index by Li Zhong · 11 years ago
- a37f863 driver core: Release device_hotplug_lock when store_mem_state returns EINVAL by Yasuaki Ishimatsu · 11 years ago
- 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
- 5e33bc4 driver core / ACPI: Avoid device hot remove locking issues by Rafael J. Wysocki · 11 years ago
- 21ea9f5 drivers/base/memory.c: fix show_mem_removable() to handle missing sections by Russ Anderson · 11 years ago
- 7315f0c drivers/base/memory.c: introduce help macro to_memory_block by Gu Zheng · 11 years ago
- fa2be40 drivers: base: use standard device online/offline for state change by Seth Jennings · 11 years ago
- cb5e39b drivers: base: refactor add_memory_section() to add_memory_block() by Seth Jennings · 11 years ago
- 37171e3 drivers: base: remove improper get/put in add_memory_section() by Seth Jennings · 11 years ago
- 37a7bd6 drivers: base: reduce add_memory_section() for boot-time only by Seth Jennings · 11 years ago
- d7f8053 drivers: base: unshare add_memory_section() from hotplug by Seth Jennings · 11 years ago
- df2b717 drivers: base: use device get/put functions by Seth Jennings · 11 years ago
- 879f1be drivers: base: remove unneeded variable by Seth Jennings · 11 years ago
- b1eaef3 drivers: base: move mutex lock out of add_memory_section() by Seth Jennings · 11 years ago
- 34da5e6 driver core: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
- f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago