aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar
2006-07-14[PATCH] ia64: race flushing icache in COW pathAnil Keshavamurthy
2006-07-10[PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOLAdrian Bunk
2006-07-03[PATCH] lockdep: annotate mmIngo Molnar
2006-06-30[PATCH] Light weight event countersChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter
2006-06-23[PATCH] Page Migration: Make do_swap_page redo the faultChristoph Lameter
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-03-26[PATCH] Add API for flushing Anon pagesJames Bottomley
2006-03-26BUG_ON() Conversion in mm/memory.cEric Sesterhenn
2006-03-25[PATCH] mm: restore vm_normal_page checkNick Piggin
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables() harderDavid Gibson
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables()David Gibson
2006-03-22[PATCH] mm: more CONFIG_DEBUG_VMNick Piggin
2006-03-22[PATCH] mm: split highorder pagesNick Piggin
2006-03-17[PATCH] fix free swap cache latencyHugh Dickins
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann
2006-01-06[PATCH] mm: pfault optimisationNick Piggin
2006-01-06[PATCH] mm: rmap optimisationNick Piggin
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds
2005-12-12get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds
2005-12-11Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds
2005-12-11Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds
2005-12-11Allow arbitrary shared PFNMAP'sLinus Torvalds
2005-12-03Make vm_insert_page() available to NVidia moduleLinus Torvalds
2005-11-30VM: add "vm_insert_page()" functionLinus Torvalds
2005-11-29[PATCH] VM: Fix typos in get_locked_pteTrond Myklebust
2005-11-29[PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins
2005-11-29[PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins
2005-11-29cow_user_page: fix page alignmentLinus Torvalds
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds
2005-11-29Support strange discontiguous PFN remappingsLinus Torvalds
2005-11-29[PATCH] Fix missing pfn variables caused by vm changesBen Collins
2005-11-29[PATCH] Fix vma argument in get_usr_pages() for gate areasNick Piggin
2005-11-28[PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds
2005-11-22[PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins
2005-11-22[PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins
2005-11-22[PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins
2005-11-22[PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins
2005-11-13[PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt
2005-10-29[PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli