aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAge
* Be more robust about bad arguments in get_user_pages()Jonathan Corbet2008-02-11
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-08
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-07
* Memory controller: memory accountingBalbir Singh2008-02-07
* brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar2008-02-06
* mm: fix PageUptodate data raceNick Piggin2008-02-05
* mm: remove fastcall from mm/Harvey Harrison2008-02-05
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-05
* clean up vmtruncateChristoph Hellwig2008-02-05
* swapin needs gfp_mask for loop on tmpfsHugh Dickins2008-02-05
* swapin_readahead: move and rearrange argsHugh Dickins2008-02-05
* swapin_readahead: excise NUMA bogosityHugh Dickins2008-02-05
* Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter2008-02-05
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-30
* spinlock: lockbreak cleanupNick Piggin2008-01-30
* Update ctime and mtime for memory-mapped filesAnton Salikhmetov2008-01-23
* #ifdef very expensive debug check in page fault pathCarsten Otte2008-01-17
* Swap delay accounting, include lock_page() delaysBalbir Singh2007-11-14
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-14
* unexport access_process_vmAdrian Bunk2007-11-05
* spelling fixes: mm/Simon Arlott2007-10-19
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-19
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-16
* calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson2007-10-16
* remove ZERO_PAGENick Piggin2007-10-16
* mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-08
* Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins2007-10-04
* remove handle_mm_fault exportChristoph Hellwig2007-07-21
* lguest: export symbols for lguest as a moduleRusty Russell2007-07-19
* mm: fix clear_page_dirty_for_io vs fault raceNick Piggin2007-07-19
* mm: fault feedback #2Nick Piggin2007-07-19
* mm: fault feedback #1Nick Piggin2007-07-19
* ocfs2: release page lock before calling ->page_mkwriteMark Fasheh2007-07-19
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-19
* mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-19
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-17
* kill vmalloc_earlyreserveJan Beulich2007-07-16
* oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita2007-07-16
* MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer2007-07-16
* Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2007-06-16
* mm: more rmap checkingNick Piggin2007-05-17
* Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov2007-05-07
* mm: remove gcc workaroundNick Piggin2007-05-07
* Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge2007-05-07
* [PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()Benjamin Herrenschmidt2007-02-12
* [PATCH] add vm_insert_pfn()Nick Piggin2007-02-12
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] do not disturb page referenced state when unmapping memory rangeKen Chen2007-02-11
* [PATCH] page_mkwrite caller race fixHugh Dickins2007-02-11
* [PATCH] i386 vDSO: use VM_ALWAYSDUMPRoland McGrath2007-01-26