summaryrefslogtreecommitdiff
path: root/include/linux/memory.h
AgeCommit message (Expand)Author
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06memory: remove unused CONFIG_MEM_BLOCK_SIZELukas Bulwahn
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand
2021-09-03mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand
2020-04-07drivers/base/memory.c: drop section_countDavid Hildenbrand
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand
2019-09-24driver/base/memory.c: validate memory block size earlyDavid Hildenbrand
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov
2016-03-01misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn
2014-10-22memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas
2013-12-20drivers: base: Add prototype declaration to the header fileRashika Kheria
2013-08-21drivers: base: use standard device online/offline for state changeSeth Jennings
2013-08-21drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings
2013-04-30memory hotplug: fix warningsVincent Stehlé
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes
2013-04-29include/linux/memory.h: implement register_hotmemory_notifier()Andrew Morton
2012-12-12hotplug: update nodemasks managementLai Jiangshan
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan
2012-09-17mm/ia64: fix a memory block size bugJianguo Wu
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt
2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt
2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02memory_accessor: new interface for reading/writing persistent memoryKevin Hilman