index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
swapin needs gfp_mask for loop on tmpfs
Hugh Dickins
1
-14
/
+14
2008-02-05
swapin_readahead: move and rearrange args
Hugh Dickins
1
-4
/
+2
2008-02-05
swapin_readahead: excise NUMA bogosity
Hugh Dickins
1
-31
/
+12
2007-11-28
tmpfs: restore missing clear_highpage
Hugh Dickins
1
-2
/
+3
2007-10-30
fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATE
Hugh Dickins
1
-0
/
+15
2007-10-22
exportfs: make struct export_operations const
Christoph Hellwig
1
-1
/
+1
2007-10-22
shmem: new export ops
Christoph Hellwig
1
-22
/
+13
2007-10-17
r/o bind mounts: filesystem helpers for custom 'struct file's
Dave Hansen
1
-5
/
+2
2007-10-17
SLAB_PANIC more (proc, posix-timers, shmem)
Alexey Dobriyan
1
-3
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-10-17
mm: bdi init hooks
Peter Zijlstra
1
-0
/
+6
2007-10-16
mm/shmem.c: make 3 functions static
Adrian Bunk
1
-5
/
+5
2007-10-16
Group short-lived and reclaimable kernel allocations
Mel Gorman
1
-2
/
+2
2007-10-16
memoryless nodes: fixup uses of node_online_map in generic code
Lee Schermerhorn
1
-5
/
+8
2007-10-16
implement simple fs aops
Nick Piggin
1
-7
/
+27
2007-10-16
Clean up duplicate includes in mm/
Jesper Juhl
1
-1
/
+0
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-4
/
+4
2007-07-19
mm: fault feedback #1
Nick Piggin
1
-19
/
+10
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-62
/
+20
2007-07-19
mm: fix fault vs invalidate race for linear mappings
Nick Piggin
1
-2
/
+9
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
1
-0
/
+1
2007-07-17
Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...
Mel Gorman
1
-2
/
+5
2007-07-10
shmem: convert to using splice instead of sendfile()
Hugh Dickins
1
-25
/
+17
2007-06-09
mount -t tmpfs -o mpol=: check nodes online
Hugh Dickins
1
-0
/
+2
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-5
/
+3
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-03-29
[PATCH] holepunch: fix disconnected pages after second truncate
Hugh Dickins
1
-0
/
+8
2007-03-29
[PATCH] holepunch: fix shmem_truncate_range punch locking
Hugh Dickins
1
-23
/
+73
2007-03-29
[PATCH] holepunch: fix shmem_truncate_range punching too far
Hugh Dickins
1
-11
/
+21
2007-03-05
[PATCH] shmem and simple const super_operations
Hugh Dickins
1
-2
/
+2
2007-03-02
[PATCH] mm/{,tiny-}shmem.c cleanups
Adrian Bunk
1
-2
/
+3
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
1
-10
/
+10
2007-02-11
[PATCH] simplify shmem_aops.set_page_dirty() method
Ken Chen
1
-1
/
+1
2006-12-22
[PATCH] Fix for shmem_truncate_range() BUG_ON()
Badari Pulavarty
1
-1
/
+6
2006-12-08
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-10
/
+10
2006-12-07
[PATCH] struct seq_operations and struct file_operations constification
Helge Deller
1
-2
/
+2
2006-12-07
[PATCH] make mm/shmem.c:shmem_xattr_security_handler static
Adrian Bunk
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-10-20
[PATCH] separate bdi congestion functions from queue congestion functions
Andrew Morton
1
-1
/
+2
2006-10-17
[PATCH] knfsd: add nfs-export support to tmpfs
David M. Grimes
1
-0
/
+81
2006-10-01
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
1
-4
/
+4
2006-10-01
[PATCH] r/o bind mounts: unlink: monitor i_nlink
Dave Hansen
1
-5
/
+5
2006-09-29
[PATCH] Access Control Lists for tmpfs
Andreas Gruenbacher
1
-2
/
+97
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-2
/
+1
2006-09-26
[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h
Christoph Lameter
1
-0
/
+1
2006-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+0
2006-06-30
[PATCH] Light weight event counters
Christoph Lameter
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
[prev]
[next]