aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-40/+74
2013-06-06drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot1-81/+62
2013-06-01Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki1-21/+0
2013-06-01Driver core / memory: Simplify __memory_block_change_state()Rafael J. Wysocki1-9/+2
2013-05-12Driver core: Introduce offline/online callbacks for memory blocksRafael J. Wysocki1-25/+87
2013-04-29mm: Remove unused parameter of pages_correctly_reserved()Tang Chen1-3/+2
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-21/+23
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when removing memoryYasuaki Ishimatsu1-0/+6
2013-02-18base: memory: fix soft/hard_offline_page permissionsFelipe Balbi1-2/+2
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan1-11/+22
2012-12-11memory hotplug: suppress "Device memoryX does not have a release() function" warningYasuaki Ishimatsu1-1/+8
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-4/+27
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-6/+3
2012-03-14Merge tag 'v3.3-rc7' into x86/mceIngo Molnar1-5/+26
2012-02-02drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu1-5/+26
2012-01-26Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mceIngo Molnar1-1/+1
2012-01-12kdump: add udev events for memory online/offlineMichael Holzheu1-3/+14
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck1-1/+1
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-94/+66
2011-10-18mm: memory hotplug: Check if pages are correctly reserved on a per-section basisMel Gorman1-18/+40
2011-10-18Revert "memory hotplug: Correct page reservation checking"Greg Kroah-Hartman1-37/+23
2011-09-26memory hotplug: Correct page reservation checkingNathan Fontenot1-23/+37
2011-09-26memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard1-0/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-1/+0
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+4
2011-05-12drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION"Andrew Morton1-1/+1
2011-05-11memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTIONAnton Blanchard1-16/+8
2011-04-25drivers:base:fix the coding format of memory.cWanlong Gao1-1/+2
2011-04-10sysfs-memory: fix uninitialized variable warning and clean-up code.Nikanth Karthikesan1-5/+4
2011-02-03memory hotplug: sysfs probe routine should add all memory sectionsNathan Fontenot1-3/+10
2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot1-10/+31
2011-02-03memory hotplug: Allow memory blocks to span multiple memory sectionsNathan Fontenot1-47/+108
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot1-6/+11
2010-10-22Driver core: Add mutex for adding/removing memory blocksNathan Fontenot1-0/+7
2010-10-22Driver core: Move find_memory_block routineNathan Fontenot1-33/+33
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted.Robin Holt1-10/+18
2010-04-09Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"Linus Torvalds1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens1-5/+10
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-3/+8
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen1-3/+4
2010-01-20Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman1-20/+12
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang1-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang1-1/+1
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+19
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen1-0/+61
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-6/+13
2008-10-20memory_probe: fix wrong sysfs file attributeShaohua Li1-1/+3