aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16Move free pages between lists on stealMel Gorman
2007-10-16Drain per-cpu lists when high-order allocations failMel Gorman
2007-10-16Add a configure option to group pages by mobilityMel Gorman
2007-10-16Choose pages from the per-cpu list based on migration typeMel Gorman
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki
2007-10-16flush cache before installing new page at migratonKAMEZAWA Hiroyuki
2007-10-16make swappiness safer to useAndrea Arcangeli
2007-10-16Categorize GFP flagsChristoph Lameter
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter
2007-10-16Memoryless nodes: drop one memoryless node boot warningChristoph Lameter
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter
2007-10-16Memoryless nodes: Update memory policy and page migrationChristoph Lameter
2007-10-16Memoryless nodes: SLUB supportChristoph Lameter
2007-10-16Memoryless nodes: Slab supportChristoph Lameter
2007-10-16Memoryless nodes: No need for kswapdChristoph Lameter
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Christoph Lameter
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesChristoph Lameter
2007-10-16Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter
2007-10-16Memoryless nodes: Generic management of nodemasks for various purposesChristoph Lameter
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16implement simple fs aopsNick Piggin
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16mm: buffered write iteratorNick Piggin
2007-10-16mm: fix pagecache write deadlocksNick Piggin
2007-10-16mm: write iovec cleanupNick Piggin
2007-10-16mm: buffered write cleanupNick Piggin
2007-10-16mm: trim more holesNick Piggin
2007-10-16mm: debug write deadlocksNick Piggin
2007-10-16mm: clean up buffered write codeAndrew Morton
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme...Andrew Morton
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin
2007-10-16mm: use pagevec to rotate reclaimable pageHisashi Hifumi
2007-10-16Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flagLee Schermerhorn
2007-10-16mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel
2007-10-16mm: no need to cast vmalloc() return value in zone_wait_table_init()Jesper Juhl
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma
2007-10-16mm: clarify __add_to_swap_cache lockingNick Piggin
2007-10-16mm: improve find_lock_pageNick Piggin
2007-10-16mm: use lockless radix-tree probeNick Piggin
2007-10-16remove ZERO_PAGENick Piggin