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
/
ipc
/
shm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-22
hugetlbfs: fix alignment of huge page requests
Steven Truelove
1
-1
/
+1
2012-01-23
SHM_UNLOCK: fix Unevictable pages stranded after swap
Hugh Dickins
1
-1
/
+1
2012-01-23
SHM_UNLOCK: fix long unpreemptible section
Hugh Dickins
1
-15
/
+22
2011-08-05
Do 'shm_init_ns()' in an early pure_initcall
Linus Torvalds
1
-1
/
+8
2011-08-04
shm: optimize exit_shm()
Vasiliy Kulikov
1
-0
/
+3
2011-08-04
shm: fix wrong tests
Vasiliy Kulikov
1
-2
/
+2
2011-07-30
shm: optimize locking and ipc_namespace getting
Vasiliy Kulikov
1
-33
/
+28
2011-07-30
shm: handle separate PID namespaces case
Vasiliy Kulikov
1
-7
/
+20
2011-07-27
ipc: introduce shm_rmid_forced sysctl
Vasiliy Kulikov
1
-4
/
+93
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-2
/
+2
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-24
userns: user namespaces: convert several capable() calls
Serge E. Hallyn
1
-4
/
+5
2010-10-30
ipc: shm: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+1
2010-10-28
ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm
Helge Deller
1
-21
/
+42
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+2
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-7
/
+4
2010-03-13
ipc: use rlimit helpers
Jiri Slaby
1
-2
/
+1
2010-01-16
nommu: fix SYSV SHM for NOMMU
David Howells
1
-0
/
+3
2009-12-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...
Linus Torvalds
1
-7
/
+5
2009-12-16
Untangling ima mess, part 1: alloc_file()
Al Viro
1
-2
/
+0
2009-12-16
switch alloc_file() to passing struct path
Al Viro
1
-5
/
+5
2009-12-16
ipc ns: fix memory leak (idr)
Serge E. Hallyn
1
-0
/
+1
2009-12-11
file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()
Al Viro
1
-14
/
+17
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-2
/
+2
2009-09-22
hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...
Eric B Munson
1
-1
/
+1
2009-09-15
fix undefined reference to user_shm_unlock
Hugh Dickins
1
-1
/
+1
2009-08-24
mm: fix hugetlb bug due to user_shm_unlock call
Hugh Dickins
1
-3
/
+5
2009-06-11
Merge branch 'next' into for-linus
James Morris
1
-2
/
+1
2009-06-10
shm: fix unused warnings on nommu
Mike Frysinger
1
-2
/
+5
2009-05-22
integrity: move ima_counts_get
Mimi Zohar
1
-1
/
+0
2009-05-22
integrity: path_check update
Mimi Zohar
1
-2
/
+2
2009-04-03
ipc: make shm_get_stat() more robust
Tony Battersby
1
-2
/
+4
2009-03-24
Merge branch 'master' into next
James Morris
1
-3
/
+5
2009-02-10
Do not account for the address space used by hugetlbfs using VM_ACCOUNT
Mel Gorman
1
-3
/
+5
2009-02-06
Merge branch 'master' into next
James Morris
1
-19
/
+28
2009-02-06
Integrity: IMA file free imbalance
Mimi Zohar
1
-0
/
+3
2009-02-05
shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM
Tony Battersby
1
-0
/
+4
2009-02-01
Stop playing silly games with the VM_ACCOUNT flag
Linus Torvalds
1
-2
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 25
Heiko Carstens
1
-4
/
+4
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
1
-0
/
+12
2009-01-07
ipc: clean up ipc/shm.c
WANG Cong
1
-10
/
+5
2009-01-04
sanitize audit_ipc_obj()
Al Viro
1
-3
/
+1
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
1
-2
/
+2
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-2
/
+2
2008-11-14
CRED: Wrap task credential accesses in the SYSV IPC subsystem
David Howells
1
-2
/
+3
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
1
-1
/
+1
2008-10-20
SHM_LOCKED pages are unevictable
Lee Schermerhorn
1
-0
/
+4
2008-07-25
ipc: get rid of ipc_lock_down()
Nadia Derbey
1
-18
/
+3
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
1
-1
/
+2
[next]