aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/memory.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-07drivers/base/memory.c: drop section_countDavid Hildenbrand1-1/+0
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memory_blockAnshuman Khandual1-2/+0
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand1-27/+0
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand1-1/+0
2019-09-24driver/base/memory.c: validate memory block size earlyDavid Hildenbrand1-3/+3
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand1-2/+0
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand1-0/+3
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand1-1/+1
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand1-1/+1
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand1-1/+1
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com1-0/+1
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-0/+1
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineNathan Fontenot1-3/+0
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-11/+0
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov1-0/+3
2016-03-01misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn1-11/+0
2014-10-22memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas1-1/+1
2013-12-20drivers: base: Add prototype declaration to the header fileRashika Kheria1-0/+1
2013-08-21drivers: base: use standard device online/offline for state changeSeth Jennings1-10/+3
2013-08-21drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings1-1/+0
2013-04-30memory hotplug: fix warningsVincent Stehlé1-1/+1
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-1/+2
2013-04-29include/linux/memory.h: implement register_hotmemory_notifier()Andrew Morton1-4/+10
2012-12-12hotplug: update nodemasks managementLai Jiangshan1-0/+1
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan1-0/+1
2012-09-17mm/ia64: fix a memory block size bugJianguo Wu1-1/+1
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-2/+1
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-0/+2
2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot1-1/+2
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot1-0/+2
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted.Robin Holt1-0/+2
2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens1-0/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+27
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-04-02memory_accessor: new interface for reading/writing persistent memoryKevin Hilman1-0/+11
2009-03-06tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers1-0/+6
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-3/+3
2008-11-30hotplug_memory_notifier section annotationAl Viro1-1/+1
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey1-0/+1
2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey1-0/+6
2008-04-19driver core: memory: semaphore to mutexDaniel Walker1-3/+2
2007-10-22memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto1-0/+4
2007-10-22memory hotplug: rearrange memory hotplug notifierYasunori Goto1-12/+15
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+0
2006-01-08[PATCH] Fix compilation with CONFIG_MEMORY_HOTPLUG=y and gcc41.Olaf Hering1-7/+1