aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap_xip.c
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte2012-02-131-1/+6
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky2009-04-021-2/+2
* badpage: remove vma from page_remove_rmapHugh Dickins2009-01-061-1/+1
* mm: xip/ext2 fix block allocation raceNick Piggin2008-08-201-1/+4
* mm: xip fix fault vs sparse page invalidate raceNick Piggin2008-08-201-14/+46
* mm: dirty page tracking race fixNick Piggin2008-08-201-1/+1
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-1/+2
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-1/+1
* xip: support non-struct page backed memoryNick Piggin2008-04-281-100/+100
* Use pgoff_t instead of unsigned longJan Kara2008-02-081-1/+2
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-1/+1
* xip: fix get_zeroed_page with __GFP_HIGHMEMAkinobu Mita2008-01-081-4/+5
* mm: fix XIP file writesNick Piggin2007-12-051-1/+1
* mm: write iovec cleanupNick Piggin2007-10-161-10/+7
* mm: fault feedback #2Nick Piggin2007-07-191-1/+1
* mm: fault feedback #1Nick Piggin2007-07-191-23/+14
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-24/+30
* xip sendfile removalCarsten Otte2007-07-101-22/+0
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* fs: convert core functions to zero_user_pageNate Diller2007-05-091-6/+1
* [PATCH] mm: fix xip issue with /dev/zeroCarsten Otte2007-03-291-11/+37
* [PATCH] mm: mremap correct rmap accountingHugh Dickins2007-01-301-2/+2
* [PATCH] mm: more rmap debuggingNick Piggin2006-12-221-1/+1
* [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2006-01-101-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-3/+3
* [PATCH] mm: rmap with inner ptlockHugh Dickins2005-10-291-8/+4
* [PATCH] mm: xip_unmap ZERO_PAGE fixHugh Dickins2005-10-291-1/+2
* [PATCH] core remove PageReservedNick Piggin2005-10-291-3/+8
* [PATCH] execute-in-place fixesCarsten Otte2005-07-151-15/+8
* [PATCH] mm/filemap_xip.c compilation fixGeert Uytterhoeven2005-07-121-1/+1
* [PATCH] xip: reduce code duplicationCarsten Otte2005-06-241-190/+56
* [PATCH] xip: fs/mm: execute in placeCarsten Otte2005-06-241-0/+581