aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 1-0/+8
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatGravatar Michael Rubin 1-0/+2
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Gravatar Christoph Lameter 1-0/+13
2010-08-09vmscan: kill prev_priority completelyGravatar KOSAKI Motohiro 1-15/+0
2010-08-09mmzone.h: remove dead prototypeGravatar Alexander Nevenchannyy 1-2/+0
2010-05-27numa: introduce numa_mem_id()- effective local memory node idGravatar Lee Schermerhorn 1-0/+6
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneGravatar Haicheng Li 1-0/+1
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetGravatar Haicheng Li 1-1/+1
2010-05-25mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Gravatar Marcelo Roberto Jimenez 1-1/+1
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction...Gravatar Mel Gorman 1-0/+9
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-06mm: restore zone->all_unreclaimable to independence wordGravatar KOSAKI Motohiro 1-6/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsGravatar Tejun Heo 1-1/+1
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabGravatar Yinghai Lu 1-0/+2
2010-02-04Fix misspellings of "invocation" in comments.Gravatar Adam Buchbinder 1-1/+1
2010-01-05this_cpu: Page allocator conversionGravatar Christoph Lameter 1-10/+2
2009-12-12kbuild: move bounds.h to include/generatedGravatar Sam Ravnborg 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-7/+6
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeGravatar Mel Gorman 1-1/+4
2009-09-22mm: do batched scans for mem_cgroupGravatar Wu Fengguang 1-1/+5
2009-09-22mm: vmstat: add isolate pagesGravatar KOSAKI Motohiro 1-0/+2
2009-09-22mm: oom analysis: add shmem vmstatGravatar KOSAKI Motohiro 1-0/+1
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputGravatar KOSAKI Motohiro 1-1/+2
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-13/+0
2009-06-16vmscan: cleanup the scan batching codeGravatar Wu Fengguang 1-2/+2
2009-06-16page allocator: use allocation flags as an index to the zone watermarkGravatar Mel Gorman 1-1/+15
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathGravatar Mel Gorman 1-3/+0
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Gravatar Mel Gorman 1-0/+26
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-6/+0
2009-04-01mm: introduce for_each_populated_zone() macroGravatar KOSAKI Motohiro 1-0/+8
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hGravatar Rusty Russell 1-6/+0
2009-02-18mm: fix memmap init for handling memory holeGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-01-08mm: introduce zone_reclaim structGravatar KOSAKI Motohiro 1-10/+14
2008-10-20memcg: allocate all page_cgroup at bootGravatar KAMEZAWA Hiroyuki 1-1/+13
2008-10-20vmstat: mlocked pages statisticsGravatar Nick Piggin 1-0/+2
2008-10-20Unevictable LRU InfrastructureGravatar Lee Schermerhorn 1-1/+23
2008-10-20vmscan: second chance replacement for anonymous pagesGravatar Rik van Riel 1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-7/+40
2008-10-20vmscan: Use an indexed array for LRU variablesGravatar Christoph Lameter 1-6/+20
2008-09-13mm: mark the correct zone as full when scanning zonelistsGravatar Mel Gorman 1-6/+6
2008-05-24for_each_online_pgdat(): kerneldoc fixGravatar Fernando Luis Vazquez Cao 1-1/+1
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-2/+0
2008-04-30mm: Add NR_WRITEBACK_TEMP counterGravatar Miklos Szeredi 1-0/+1
2008-04-28memory hotplug: register section/node id to freeGravatar Yasunori Goto 1-0/+1
2008-04-28mm: Get rid of __ZONE_COUNTGravatar Christoph Lameter 1-17/+11
2008-04-28pageflags: get rid of FLAGS_RESERVEDGravatar Christoph Lameter 1-19/+0
2008-04-28mm: make early_pfn_to_nid() a C functionGravatar Andrew Morton 1-1/+4
2008-04-28mm: filter based on a nodemask as well as a gfp_maskGravatar Mel Gorman 1-30/+50
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxGravatar Mel Gorman 1-10/+54