summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar
2008-02-11Be more robust about bad arguments in get_user_pages()Jonathan Corbet
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh
2008-02-07Memory controller: memory accountingBalbir Singh
2008-02-06brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar
2008-02-05mm: fix PageUptodate data raceNick Piggin
2008-02-05mm: remove fastcall from mm/Harvey Harrison
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-05clean up vmtruncateChristoph Hellwig
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins
2008-02-05swapin_readahead: excise NUMA bogosityHugh Dickins
2008-02-05Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen
2008-01-30spinlock: lockbreak cleanupNick Piggin
2008-01-23Update ctime and mtime for memory-mapped filesAnton Salikhmetov
2008-01-17#ifdef very expensive debug check in page fault pathCarsten Otte
2007-11-14Swap delay accounting, include lock_page() delaysBalbir Singh
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke
2007-11-05unexport access_process_vmAdrian Bunk
2007-10-20spelling fixes: mm/Simon Arlott
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson
2007-10-16remove ZERO_PAGENick Piggin
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra
2007-10-04Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins
2007-07-21remove handle_mm_fault exportChristoph Hellwig
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell
2007-07-19mm: fix clear_page_dirty_for_io vs fault raceNick Piggin
2007-07-19mm: fault feedback #2Nick Piggin
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19ocfs2: release page lock before calling ->page_mkwriteMark Fasheh
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman
2007-07-16kill vmalloc_earlyreserveJan Beulich
2007-07-16oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita
2007-07-16MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt
2007-05-17mm: more rmap checkingNick Piggin
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov
2007-05-07mm: remove gcc workaroundNick Piggin
2007-05-07Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge
2007-02-12[PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()Benjamin Herrenschmidt
2007-02-12[PATCH] add vm_insert_pfn()Nick Piggin
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day