summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2007-08-231-0/+13
* Do not trigger OOM-killer for high-order allocation failuresMel Gorman2007-08-011-0/+4
* Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki2007-07-301-2/+2
* Allow nodes to exist that only contain ZONE_MOVABLEMel Gorman2007-07-261-3/+3
* mm: fix memory hotplug oops from ZONE_MOVABLE changes.Paul Mundt2007-07-201-1/+1
* mm: share PG_readahead and PG_reclaimFengguang Wu2007-07-191-7/+0Star
* readahead: introduce PG_readaheadFengguang Wu2007-07-191-1/+1
* knfsd: nfsd4: vary maximum delegation limit based on RAM sizeMeelap Shah2007-07-171-0/+1
* Lumpy Reclaim V4Andy Whitcroft2007-07-171-2/+3
* Add a movablecore= parameter for sizing ZONE_MOVABLEMel Gorman2007-07-171-7/+58
* handle kernelcore=: genericMel Gorman2007-07-171-1/+4
* Create the ZONE_MOVABLE zoneMel Gorman2007-07-171-4/+228
* fault-injection: add min-order parameter to fail_page_allocAkinobu Mita2007-07-161-1/+11
* mm/page_alloc.c: lower printk severityDan Aloni2007-07-161-1/+1
* mm: more __meminit annotationsPaul Mundt2007-07-161-6/+6
* mm: fix improper .init-type section referencesJan Beulich2007-07-161-8/+8
* MM: alloc_large_system_hash() can free some memory for non power-of-two bucke...Eric Dumazet2007-07-161-0/+15
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-22/+251
* mm: Fix memory/cpu hotplug section mismatch and oops.Paul Mundt2007-06-161-1/+1
* m68k: discontinuous memory supportRoman Zippel2007-05-311-1/+1
* fix unused setup_nr_node_idsMiklos Szeredi2007-05-241-20/+25
* mm: fix section mismatch warningsSam Ravnborg2007-05-191-2/+2
* early_pfn_to_nid needs to be __meminitStephen Rothwell2007-05-101-1/+1
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-31/+14Star
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+4
* Add white list into modpost.c for memory hotplug code and ia64's machvec sectionYasunori Goto2007-05-081-1/+1
* Fix section mismatch of memory hotplug related code.Yasunori Goto2007-05-081-13/+13
* swsusp: use inline functions for changing page flagsRafael J. Wysocki2007-05-071-3/+3
* mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter2007-05-071-6/+4Star
* Make page->private usable in compound pagesChristoph Lameter2007-05-071-9/+20
* Do not disable interrupts when reading min_free_kbytesMel Gorman2007-05-071-1/+2
* add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft2007-05-071-6/+2Star
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-1/+1
* [PATCH] Rename PG_checked to PG_owner_priv_1Nick Piggin2007-03-011-1/+1
* [PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter2007-02-211-1/+1
* [PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter2007-02-211-14/+21
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-0/+4
* [PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneChristoph Lameter2007-02-111-4/+4
* [PATCH] Drop get_zone_counts()Christoph Lameter2007-02-111-7/+2Star
* [PATCH] Drop nr_free_pages_pgdat()Christoph Lameter2007-02-111-7/+0Star
* [PATCH] Drop free_pages()Christoph Lameter2007-02-111-10/+0Star
* [PATCH] Use ZVC for free_pagesChristoph Lameter2007-02-111-24/+13Star
* [PATCH] Use ZVC for inactive and active countsChristoph Lameter2007-02-111-4/+2Star
* [PATCH] Avoid excessive sorting of early_node_map[]Mel Gorman2007-02-111-7/+13
* [PATCH] mm: show bounce pages in oom killer outputAndrew Morton2007-02-091-3/+4
* Revert "[PATCH] mm: micro optimise zone_watermark_ok"Linus Torvalds2007-02-011-2/+1Star
* [PATCH] Fix sparsemem on CellDave Hansen2007-01-121-8/+17
* [PATCH] Check for populated zone in __drain_pagesChristoph Lameter2007-01-061-0/+3
* [PATCH] Sanely size hash tables when using large base pagesPaul Mundt2007-01-061-0/+4
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1