summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mm: D-cache aliasing issue in cow_user_pageDmitriy Monakhov2006-10-201-0/+1
* [PATCH] page fault retry with NOPAGE_REFAULTBenjamin Herrenschmidt2006-10-061-3/+6
* [PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden2006-10-011-0/+8
* [PATCH] paravirt: pte clear not presentZachary Amsden2006-10-011-1/+1
* [PATCH] paravirt: remove read hazard from cowZachary Amsden2006-10-011-1/+1
* [PATCH] mm: fix a race condition under SMC + COWSiddha, Suresh B2006-09-291-1/+8
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-271-0/+53
* [PATCH] do_no_pfn()Jes Sorensen2006-09-271-5/+59
* [PATCH] Add kerneldocs for some functions in mm/memory.cRolf Eike Beer2006-09-261-7/+27
* [PATCH] mm: fixup do_wp_page()Peter Zijlstra2006-09-261-6/+13
* [PATCH] mm: balance dirty pagesPeter Zijlstra2006-09-261-2/+3
* [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-261-6/+23
* [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2006-07-141-0/+4
* [PATCH] ia64: race flushing icache in COW pathAnil Keshavamurthy2006-07-141-1/+1
* [PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-1/+1
* [PATCH] lockdep: annotate mmIngo Molnar2006-07-031-1/+1
* [PATCH] Light weight event countersChristoph Lameter2006-06-301-2/+2
* [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-2/+2
* [PATCH] add page_mkwrite() vm_operations methodDavid Howells2006-06-231-24/+76
* [PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter2006-06-231-1/+17
* [PATCH] Page Migration: Make do_swap_page redo the faultChristoph Lameter2006-06-231-7/+0
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-4/+2
|\
| * BUG_ON() Conversion in mm/memory.cEric Sesterhenn2006-03-261-4/+2
* | [PATCH] Add API for flushing Anon pagesJames Bottomley2006-03-261-0/+2
|/
* [PATCH] mm: restore vm_normal_page checkNick Piggin2006-03-251-2/+6
* [PATCH] hugepage: Fix hugepage logic in free_pgtables() harderDavid Gibson2006-03-221-1/+1
* [PATCH] hugepage: Fix hugepage logic in free_pgtables()David Gibson2006-03-221-3/+2
* [PATCH] mm: more CONFIG_DEBUG_VMNick Piggin2006-03-221-9/+3
* [PATCH] mm: split highorder pagesNick Piggin2006-03-221-3/+1
* [PATCH] fix free swap cache latencyHugh Dickins2006-03-171-2/+3
* [PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen2006-02-171-0/+10
* [PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter2006-02-011-0/+7
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [PATCH] spufs: The SPU file system, baseArnd Bergmann2006-01-091-0/+2
* [PATCH] mm: pfault optimisationNick Piggin2006-01-061-1/+0
* [PATCH] mm: rmap optimisationNick Piggin2006-01-061-3/+3
* [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty2006-01-061-1/+24
* Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds2005-12-161-1/+2
* get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds2005-12-121-1/+1
* Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds2005-12-111-3/+8
* Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds2005-12-111-45/+1
* Allow arbitrary shared PFNMAP'sLinus Torvalds2005-12-111-4/+12
* Make vm_insert_page() available to NVidia moduleLinus Torvalds2005-12-031-1/+1
* VM: add "vm_insert_page()" functionLinus Torvalds2005-11-301-2/+34
* [PATCH] VM: Fix typos in get_locked_pteTrond Myklebust2005-11-291-2/+2
* [PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins2005-11-291-1/+3
* [PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins2005-11-291-4/+3
* cow_user_page: fix page alignmentLinus Torvalds2005-11-291-2/+9
* VM: add common helper function to create the page tablesLinus Torvalds2005-11-291-12/+14