summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Revert "Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection...Hyotaek Shim5-83/+135
2017-01-12Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)"Inki Dae5-135/+83
2017-01-12kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)Konrad Lipinski5-83/+135
2016-12-14kdbus: link replies in fifo send orderKonrad Lipinski1-1/+1
2016-12-14kdbus: Remove the unnecessary code that unlink the reply twice.INSUN PYO1-1/+0
2016-12-14kdbus: cmdline emptiness check fixKonrad Lipinski1-1/+1
2016-12-14kdbus: allowing sending replies even if NO_EXPECT_REPLY is setLukasz Skalski1-4/+0
2016-12-14kdbus: allow unix domain socket fd passingKonrad Lipinski1-7/+0
2016-12-14kdbus: Upgrade driver to newer upstream versionKarol Lewandowski31-2497/+2826
2016-12-14kdbus: cmdline emptiness check fixKonrad Lipinski1-1/+1
2016-12-14kdbus: allow senders to receive own broadcastsINSUN PYO1-2/+0
2016-12-14kdbus: allowing sending replies even if NO_EXPECT_REPLY is setLukasz Skalski1-5/+0
2016-12-14kdbus: allow unix domain socket fd passingKonrad Lipinski1-13/+0
2016-12-14kdbus: increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128INSUN PYO1-1/+1
2016-12-14kdbus: Remove kdbus Linux Security Module hooksKarol Lewandowski4-51/+12
2016-12-14kdbus: disable internal kdbus policyLukasz Skalski2-0/+9
2016-12-14kdbus: disable all internal policy checksLukasz Skalski2-9/+23
2016-12-14kdbus: pool: use __vfs_read()Sergei Zviagintsev1-1/+1
2016-12-14kdbus: disable internal kdbus policyLukasz Skalski2-0/+9
2016-12-14kdbus: Eliminate warning caused by lack of uapi/linux/kdbus.h inclusionPaul Osmialowski1-0/+1
2016-12-14kdbus: use LSM hooks in kdbus codePaul Osmialowski3-10/+43
2016-12-14kdbus: do not append the same connection to the queue twicePaul Osmialowski1-4/+18
2016-12-14kdbus: avoid the use of struct timespecArnd Bergmann2-10/+3
2016-12-14kdbus: connection: fix handling of failed fget()Daniel Mack1-3/+2
2016-12-14kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack2-1/+23
2016-12-14kdbus: add policy database implementationDaniel Mack2-0/+540
2016-12-14kdbus: add name registry implementationDaniel Mack2-0/+846
2016-12-14kdbus: add code for buses, domains and endpointsDaniel Mack6-0/+1376
2016-12-14kdbus: add code for notifications and matchesDaniel Mack4-0/+872
2016-12-14kdbus: add code to gather metadataDaniel Mack2-0/+1221
2016-12-14kdbus: add node and filesystem implementationDaniel Mack4-0/+1532
2016-12-14kdbus: add connection, queue handling and message validation codeDaniel Mack11-1/+4722
2016-12-14kdbus: add connection pool implementationDaniel Mack2-0/+774
2016-12-14kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack6-0/+1166
2016-08-19sysv, ipc: fix security-layer leakingFabian Frederick2-7/+7
2016-03-04ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov1-10/+43
2016-03-04ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2-3/+3
2016-03-04ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2015-10-22Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-13ipc/sem.c: update/correct memory barriersManfred Spraul1-4/+14
2015-09-13ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski1-6/+17
2015-08-16ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+12
2015-04-15ipc: remove use of seq_printf return valueJoe Perches4-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2-12/+12
2015-02-17ipc,sem: use current->state helpersDavidlohr Bueso1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-18/+19
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen1-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen1-5/+13
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul6-266/+19