aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro
2010-03-06mm: remove free_hot_page()Li Hong
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-02-22x86: Fix non-bootmem compilation on PowerPCYinghai Lu
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro
2010-01-16mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa
2010-01-05this_cpu: Page allocator conversionChristoph Lameter
2009-12-23SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-12-16HWPOISON: detect free buddy pages explicitlyWu Fengguang
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman
2009-10-29revert "mm: oom analysis: add buffer cache information to show_free_areas()"Andrew Morton
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: move highest_memmap_pfnHugh Dickins
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPMel Gorman
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner
2009-09-22mm: add gfp mask checking for __get_free_pages()Akinobu Mita
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro
2009-09-22mm: update alloc_flags after oom killer has been calledDavid Rientjes
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-22mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro
2009-09-22mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro
2009-09-22mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro