aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: suppress pfn range output for zones without pagesDavid Rientjes2010-03-061-2/+6
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-0/+25
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-061-3/+3
* mm: remove free_hot_page()Li Hong2010-03-061-7/+3
* mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-1/+60
|\
| * x86: Fix non-bootmem compilation on PowerPCYinghai Lu2010-02-221-0/+2
| * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-1/+58
* | Merge branch 'master' into percpuTejun Heo2010-02-021-4/+5
|\ \ | |/
| * mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
| * page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-161-1/+1
| * mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa2010-01-161-1/+1
* | this_cpu: Page allocator conversionChristoph Lameter2010-01-051-131/+71
|/
* SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen2009-12-231-4/+7
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-221-7/+50
|\
| * mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-181-7/+50
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-2/+2
|\ \ | |/ |/|
| * x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-161-2/+2
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-161-0/+21
|\ \
| * | HWPOISON: detect free buddy pages explicitlyWu Fengguang2009-12-161-0/+21
* | | oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-161-6/+16
|/ /
* | mm: CONFIG_MMU for PG_mlockedHugh Dickins2009-12-151-4/+0
|/
* page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman2009-11-121-1/+1
* page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman2009-11-121-1/+1
* revert "mm: oom analysis: add buffer cache information to show_free_areas()"Andrew Morton2009-10-291-2/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+19
|\
| * HWPOISON: check and isolate corrupted free pages v2Wu Fengguang2009-09-161-1/+19
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-12/+12
* | mm: move highest_memmap_pfnHugh Dickins2009-09-221-1/+0
* | page-allocator: maintain rolling count of pages to free from the PCPMel Gorman2009-09-221-9/+15
* | page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman2009-09-221-47/+59
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-221-1/+1
* | mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich2009-09-221-3/+10
* | page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman2009-09-221-1/+11
* | tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman2009-09-221-0/+3
* | tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman2009-09-221-0/+4
* | tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman2009-09-221-1/+6
* | page-allocator: remove dead function free_cold_page()Mel Gorman2009-09-221-5/+0
* | page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman2009-09-221-2/+14
* | mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner2009-09-221-2/+2
* | mm: add gfp mask checking for __get_free_pages()Akinobu Mita2009-09-221-15/+9
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-221-3/+9
* | mm: update alloc_flags after oom killer has been calledDavid Rientjes2009-09-221-1/+1
* | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-1/+4
* | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+3
* | mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro2009-09-221-1/+2
* | mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro2009-09-221-0/+20
* | mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro2009-09-221-3/+4
* | page_alloc: fix kernel-doc warningRandy Dunlap2009-09-221-1/+1