aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki1-5/+0
2011-05-26ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEMWill Deacon1-0/+2
2011-05-25mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper1-0/+3
2011-05-25mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM contextDaniel Kiper1-3/+3
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-8/+6
2011-02-04fix comment spelling becausse => becausePete Zaitcev1-1/+1
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-0/+1
2011-01-13mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman1-1/+2
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman1-7/+3
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zoneMel Gorman1-0/+8
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin1-0/+2
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awakeChristoph Lameter1-0/+13
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro1-15/+0
2010-08-09mmzone.h: remove dead prototypeAlexander Nevenchannyy1-2/+0
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn1-0/+6
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-0/+1
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-1/+1
2010-05-25mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez1-1/+1
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction failsMel Gorman1-0/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro1-6/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-0/+2
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2010-01-05this_cpu: Page allocator conversionChristoph Lameter1-10/+2
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-7/+6
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman1-1/+4
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang1-1/+5
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+1
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-1/+2
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-13/+0
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang1-2/+2
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-1/+15
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman1-3/+0
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2Mel Gorman1-0/+26
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-6/+0
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-0/+8
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell1-6/+0
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-1/+1
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-10/+14
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-1/+13
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-0/+2
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-1/+23
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-7/+40
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-6/+20