projects
/
linux-3.10.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ipc: simplify rcu_read_lock() in semctl_nolock()
[linux-3.10.git]
/ ipc
2013-05-05
Linus Torvalds
ipc: simplify rcu_read_lock() in semctl_nolock()
commit
|
commitdiff
2013-05-05
Linus Torvalds
ipc: simplify semtimedop/semctl_main() common error...
commit
|
commitdiff
2013-05-05
Linus Torvalds
ipc: move sem_obtain_lock() rcu locking into the only...
commit
|
commitdiff
2013-05-05
Linus Torvalds
ipc: fix double sem unlock in semctl error path
commit
|
commitdiff
2013-05-05
Linus Torvalds
ipc: move the rcu_read_lock() from sem_lock_and_putref...
commit
|
commitdiff
2013-05-04
Linus Torvalds
ipc: sem_putref() does not need the semaphore lock...
commit
|
commitdiff
2013-05-04
Linus Torvalds
ipc: move rcu_read_unlock() out of sem_unlock() and...
commit
|
commitdiff
2013-05-03
Al Viro
ipc: fix GETALL/IPC_RM race for sysv semaphores
commit
|
commitdiff
2013-05-02
Al Viro
ipc_schedule_free() can do vfree() directly now
commit
|
commitdiff
2013-05-02
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2013-05-01
David Howells
proc: Split the namespace stuff out into linux/proc_ns.h
commit
|
commitdiff
2013-05-01
Robin Holt
ipc: sysv shared memory limited to 8TiB
commit
|
commitdiff
2013-05-01
Nikola Pajkovsky
ipc/msg.c: use list_for_each_entry_[safe] for list...
commit
|
commitdiff
2013-05-01
Rik van Riel
ipc,sem: fine grained locking for semtimedop
commit
|
commitdiff
2013-05-01
Rik van Riel
ipc,sem: have only one list in struct sem_queue
commit
|
commitdiff
2013-05-01
Rik van Riel
ipc,sem: open code and rename sem_lock
commit
|
commitdiff
2013-05-01
Davidlohr Bueso
ipc,sem: do not hold ipc lock more than necessary
commit
|
commitdiff
2013-05-01
Davidlohr Bueso
ipc: introduce lockless pre_down ipcctl
commit
|
commitdiff
2013-05-01
Davidlohr Bueso
ipc: introduce obtaining a lockless ipc object
commit
|
commitdiff
2013-05-01
Davidlohr Bueso
ipc: remove bogus lock comment for ipc_checkid
commit
|
commitdiff
2013-05-01
HoSung Jung
ipc/msgutil.c: use linux/uaccess.h
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: refactor msg list search into separate function
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: simplify msg list search
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: implement MSG_COPY as a new receive mode
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: remove msg handling from queue scan
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: set EFAULT as default error in load_msg()
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: tighten msg copy loops
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: separate msg allocation from userspace copy
commit
|
commitdiff
2013-05-01
Peter Hurley
ipc: clamp with min()
commit
|
commitdiff
2013-05-01
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2013-04-29
Andrew Morton
ipc/util.c: use register_hotmemory_notifier()
commit
|
commitdiff
2013-04-09
Al Viro
procfs: new helper - PDE_DATA(inode)
commit
|
commitdiff
2013-04-02
Stanislav Kinsbursky
ipc: set msg back to -EAGAIN if copy wasn't performed
commit
|
commitdiff
2013-03-28
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2013-03-27
Eric W. Biederman
ipc: Restrict mounting the mqueue filesystem
commit
|
commitdiff
2013-03-22
Vladimir Davydov
mqueue: sys_mq_open: do not call mnt_drop_write() if...
commit
|
commitdiff
2013-03-08
Peter Hurley
ipc: don't allocate a copy larger than max
commit
|
commitdiff
2013-03-08
Peter Hurley
ipc: fix potential oops when src msg > 4k w/ MSG_COPY
commit
|
commitdiff
2013-03-05
Al Viro
get rid of union semop in sys_semctl(2) arguments
commit
|
commitdiff
2013-03-04
Al Viro
get rid of compat_sys_semctl() and friends in case...
commit
|
commitdiff
2013-03-04
Al Viro
merge compat sys_ipc instances
commit
|
commitdiff
2013-03-04
Al Viro
make HAVE_SYSCALL_WRAPPERS unconditional
commit
|
commitdiff
2013-02-28
Tejun Heo
ipc: convert to idr_alloc()
commit
|
commitdiff
2013-02-27
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2013-02-26
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2013-02-24
Michel Lespinasse
mm: make do_mmap_pgoff return populate as a size in...
commit
|
commitdiff
2013-02-24
Michel Lespinasse
mm: introduce mm_populate() for populating new vmas
commit
|
commitdiff
2013-02-23
Anatol Pomozov
fs: Preserve error code in get_empty_filp(), part 2
commit
|
commitdiff
2013-02-23
Al Viro
new helper: file_inode(file)
commit
|
commitdiff
2013-01-28
Gao feng
userns: Allow the unprivileged users to mount mqueue fs
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: add more comments to message copying related code
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: simplify message copying
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: convert prepare_copy() from macro to function
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: simplify free_copy() call
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
selftests: IPC message queue copy feature test
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: introduce message queue copy feature
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: message queue receive cleanup
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: add sysctl to specify desired next object id
commit
|
commitdiff
2013-01-05
Stanislav Kinsbursky
ipc: remove forced assignment of selected message
commit
|
commitdiff
2012-12-18
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2012-12-17
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2012-12-15
Eric W. Biederman
userns: Require CAP_SYS_ADMIN for most uses of setns.
commit
|
commitdiff
2012-12-12
Andi Kleen
mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB
commit
|
commitdiff
2012-11-20
Eric W. Biederman
proc: Usable inode numbers for the namespace file descr...
commit
|
commitdiff
2012-11-20
Eric W. Biederman
userns: Make create_new_namespaces take a user_ns parameter
commit
|
commitdiff
2012-11-20
Eric W. Biederman
userns: Allow unprivileged use of setns.
commit
|
commitdiff
2012-10-13
Jeff Layton
audit: make audit_inode take struct filename
commit
|
commitdiff
2012-10-13
Jeff Layton
vfs: define struct filename and have getname() return it
commit
|
commitdiff
2012-10-12
Jeff Layton
audit: set the name_len in audit_inode for parent lookups
commit
|
commitdiff
2012-10-09
Michel Lespinasse
ipc/mqueue: remove unnecessary rb_init_node() calls
commit
|
commitdiff
2012-10-03
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2012-10-02
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2012-09-27
Al Viro
switch simple cases of fget_light to fdget
commit
|
commitdiff
2012-09-27
Al Viro
switch mqueue syscalls to fget_light()
commit
|
commitdiff
2012-09-07
Eric W. Biederman
userns: Convert ipc to use kuid and kgid where appropriate
commit
|
commitdiff
2012-08-18
Al Viro
mqueue: lift mnt_want_write() outside ->i_mutex, clean...
commit
|
commitdiff
2012-07-31
Will Deacon
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_P...
commit
|
commitdiff
2012-07-31
Will Deacon
ipc: compat: use signed size_t types for msgsnd and...
commit
|
commitdiff
2012-07-31
Will Deacon
ipc: allow compat IPC version field parsing if !ARCH_WA...
commit
|
commitdiff
2012-07-31
Will Deacon
ipc: add COMPAT_SHMLBA support
commit
|
commitdiff
2012-07-22
Al Viro
switch dentry_open() to struct path, make it grab refer...
commit
|
commitdiff
2012-07-14
Al Viro
don't pass nameidata * to vfs_create()
commit
|
commitdiff
2012-07-14
Al Viro
don't pass nameidata to ->create()
commit
|
commitdiff
2012-06-07
Will Deacon
ipc: shm: restore MADV_REMOVE functionality on shared...
commit
|
commitdiff
2012-06-01
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
2012-06-01
Al Viro
switch aio and shm to do_mmap_pgoff(), make do_mmap...
commit
|
commitdiff
2012-06-01
Al Viro
take security_mmap_file() outside of ->mmap_sem
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: add rbtree node caching support
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: strengthen checks on mqueue creation
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: correct mq_attr_ok test
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: improve performance of send/recv
commit
|
commitdiff
2012-06-01
KOSAKI Motohiro
mqueue: separate mqueue default value from maximum...
commit
|
commitdiff
2012-06-01
KOSAKI Motohiro
mqueue: don't use kmalloc with KMALLOC_MAX_SIZE
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: update maximums for the mqueue subsystem
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: enforce hard limits
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: switch back to using non-max values on...
commit
|
commitdiff
2012-06-01
Doug Ledford
ipc/mqueue: cleanup definition names and locations
commit
|
commitdiff
2012-05-28
Linus Torvalds
Merge tag 'writeback' of git://git./linux/kernel/git...
commit
|
commitdiff
2012-05-06
Jan Kara
vfs: Rename end_writeback() to clear_inode()
commit
|
commitdiff
2012-05-03
Eric W. Biederman
userns: Replace user_ns_map_uid and user_ns_map_gid...
commit
|
commitdiff
next