index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap_xip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
1
-3
/
+0
2012-10-09
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
1
-1
/
+3
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
1
-2
/
+1
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-1
/
+2
2012-07-31
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
1
-2
/
+3
2012-07-31
mm: Make default vm_ops provide ->page_mkwrite handler
Jan Kara
1
-0
/
+1
2012-06-01
fs: introduce inode operation ->update_time
Josef Bacik
1
-1
/
+3
2012-02-04
mm/filemap_xip.c: fix race condition in xip_file_fault()
Carsten Otte
1
-1
/
+6
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
1
-1
/
+1
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-04-03
mm: do_xip_mapping_read: fix length calculation
Martin Schwidefsky
1
-2
/
+2
2009-01-07
badpage: remove vma from page_remove_rmap
Hugh Dickins
1
-1
/
+1
2008-08-21
mm: xip/ext2 fix block allocation race
Nick Piggin
1
-1
/
+4
2008-08-21
mm: xip fix fault vs sparse page invalidate race
Nick Piggin
1
-14
/
+46
2008-08-21
mm: dirty page tracking race fix
Nick Piggin
1
-1
/
+1
2008-07-29
mmu-notifiers: core
Andrea Arcangeli
1
-1
/
+2
2008-07-27
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
1
-1
/
+1
2008-04-28
xip: support non-struct page backed memory
Nick Piggin
1
-100
/
+100
2008-02-08
Use pgoff_t instead of unsigned long
Jan Kara
1
-1
/
+2
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
1
-1
/
+1
2008-01-09
xip: fix get_zeroed_page with __GFP_HIGHMEM
Akinobu Mita
1
-4
/
+5
2007-12-05
mm: fix XIP file writes
Nick Piggin
1
-1
/
+1
2007-10-16
mm: write iovec cleanup
Nick Piggin
1
-10
/
+7
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-1
/
+1
2007-07-19
mm: fault feedback #1
Nick Piggin
1
-23
/
+14
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-24
/
+30
2007-07-10
xip sendfile removal
Carsten Otte
1
-22
/
+0
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-09
fs: convert core functions to zero_user_page
Nate Diller
1
-6
/
+1
2007-03-29
[PATCH] mm: fix xip issue with /dev/zero
Carsten Otte
1
-11
/
+37
2007-01-30
[PATCH] mm: mremap correct rmap accounting
Hugh Dickins
1
-2
/
+2
2006-12-22
[PATCH] mm: more rmap debugging
Nick Piggin
1
-1
/
+1
2006-12-08
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-1
/
+1
2006-06-29
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-01-10
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
1
-1
/
+1
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-3
/
+3
2005-10-30
[PATCH] mm: rmap with inner ptlock
Hugh Dickins
1
-8
/
+4
2005-10-30
[PATCH] mm: xip_unmap ZERO_PAGE fix
Hugh Dickins
1
-1
/
+2
2005-10-30
[PATCH] core remove PageReserved
Nick Piggin
1
-3
/
+8
2005-07-15
[PATCH] execute-in-place fixes
Carsten Otte
1
-15
/
+8
2005-07-13
[PATCH] mm/filemap_xip.c compilation fix
Geert Uytterhoeven
1
-1
/
+1
2005-06-24
[PATCH] xip: reduce code duplication
Carsten Otte
1
-190
/
+56
2005-06-24
[PATCH] xip: fs/mm: execute in place
Carsten Otte
1
-0
/
+581