summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2015-04-03temp fixMaciej Wereski2-4/+4
2015-04-02kdbus: connection: fix handling of failed fget()Daniel Mack1-3/+2
2015-04-02kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack2-1/+23
2015-04-02kdbus: add policy database implementationDaniel Mack2-0/+540
2015-04-02kdbus: add name registry implementationDaniel Mack2-0/+846
2015-04-02kdbus: add code for buses, domains and endpointsDaniel Mack6-0/+1376
2015-04-02kdbus: add code for notifications and matchesDaniel Mack4-0/+872
2015-04-02kdbus: add code to gather metadataDaniel Mack2-0/+1221
2015-04-02kdbus: add node and filesystem implementationDaniel Mack4-0/+1532
2015-04-02kdbus: add connection, queue handling and message validation codeDaniel Mack11-1/+4722
2015-04-02kdbus: add connection pool implementationDaniel Mack2-0/+774
2015-04-02kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack6-0/+1166
2014-03-23ipc: Fix 2 bugs in msgrcv() MSG_COPY implementationMichael Kerrisk1-0/+2
2014-03-06ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2-9/+15
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton1-0/+2
2013-12-04ipc/sem.c: synchronize semop and semctl with IPC_RMIDManfred Spraul1-13/+29
2013-12-04ipc: update locking scheme commentsDavidlohr Bueso1-6/+21
2013-12-04ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause1-8/+12
2013-12-04ipc, msg: fix message length check for negative valuesMathias Krause2-12/+12
2013-11-29ipc,shm: fix shm_file deletion racesGreg Thelen1-5/+23
2013-11-29ipc,shm: correct error return value in shmctl (SHM_UNLOCK)Jesper Nilsson1-3/+6
2013-10-18ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-10-18ipc/sem.c: update sem_otime for all operationsManfred Spraul1-13/+29
2013-10-18ipc/sem.c: synchronize the proc interfaceManfred Spraul1-0/+8
2013-10-18ipc/sem.c: optimize sem_lock()Manfred Spraul1-0/+8
2013-10-18ipc/sem.c: fix race in sem_lock()Manfred Spraul1-44/+78
2013-10-18ipc: fix race with LSMsDavidlohr Bueso5-48/+64
2013-10-18ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-10-18ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-10-18ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-10-18ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-10-18ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-10-18ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-10-18ipc: rename ids->rw_mutexDavidlohr Bueso6-68/+68
2013-10-18ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-10-18ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-10-18ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-10-18ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-10-18ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-10-18ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-10-18ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-10-18ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-10-18ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul1-7/+5
2013-10-18ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul1-11/+21
2013-10-18ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul1-6/+31
2013-10-18ipc/sem.c: always use only one queue for alter operationsManfred Spraul1-40/+88
2013-10-18ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul1-60/+151
2013-10-18ipc/sem.c: cacheline align the semaphore structuresManfred Spraul1-1/+1
2013-10-18ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul1-6/+6
2013-10-18ipc: remove unused functionsDavidlohr Bueso2-26/+0