summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-3/+3
|\ \ \ | |/ / |/| |
| * | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-3/+3
* | | memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan2012-12-111-0/+40
* | | memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan2012-12-111-6/+45
* | | mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan2012-12-111-1/+99
* | | mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen2012-12-111-2/+2
* | | memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan2012-12-111-16/+120
* | | memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-111-2/+6
* | | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-111-2/+3
| |/ |/|
* | revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-7/+0
|/
* memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-2/+2
* memory-hotplug: update memory block's state and notify userspaceWen Congyang2012-10-091-1/+32
* memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang2012-10-091-2/+11
* mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+7
* memory-hotplug: don't replace lowmem pages with highmemMinchan Kim2012-10-091-9/+6
* memory-hotplug: build zonelists when offlining pagesXishi Qiu2012-10-091-1/+6
* memory hotplug: fix section info double registration bugqiuxishi2012-09-171-6/+10
* mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2012-07-311-0/+3
* mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2012-07-311-7/+8
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-2/+2
* mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang2012-07-111-1/+1
* mm: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-6/+8
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-211-3/+3
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-1/+1
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper2011-07-251-3/+65
* mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes2011-06-221-0/+2
* mm, hotplug: fix error handling in mem_online_node()David Rientjes2011-06-221-1/+1
* mm/memory_hotplug.c: fix building of node hotplug zonelistKAMEZAWA Hiroyuki2011-06-151-0/+6
* mm: remove dependency on CONFIG_FLATMEM from online_page()Daniel Kiper2011-05-251-4/+0
* mem-hotplug: call isolate_lru_page with elevated refcountKonstantin Khlebnikov2011-05-251-1/+3
* mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro2011-05-251-4/+5
* mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should...KOSAKI Motohiro2011-05-251-2/+2
* mm: optimize pfn calculation in online_page()Daniel Kiper2011-04-141-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'slub/hotplug' into slab/urgentPekka Enberg2011-01-151-0/+4
|\
| * memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki2011-01-111-0/+4
* | thp: remove PG_buddyAndrea Arcangeli2011-01-131-6/+8
* | mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman2011-01-131-1/+1
* | mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-131-1/+2
|/
* mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro2010-12-021-7/+24
* mm: do_migrate_range: reduce list_empty() checkBob Liu2010-10-261-12/+9
* mm: do_migrate_range: exit loop if not_managed is trueBob Liu2010-10-261-4/+6
* mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton2010-10-261-1/+1
* memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki2010-10-261-15/+2
* mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-261-0/+2
* mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-10-261-1/+1
* memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo2010-10-191-2/+0
* memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-091-8/+8
* mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-251-8/+3