summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2017-01-31Revert "Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection...Hyotaek Shim
2017-01-12Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)"Inki Dae
2017-01-12kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)Konrad Lipinski
2016-12-14kdbus: link replies in fifo send orderKonrad Lipinski
2016-12-14kdbus: Remove the unnecessary code that unlink the reply twice.INSUN PYO
2016-12-14kdbus: cmdline emptiness check fixKonrad Lipinski
2016-12-14kdbus: allowing sending replies even if NO_EXPECT_REPLY is setLukasz Skalski
2016-12-14kdbus: allow unix domain socket fd passingKonrad Lipinski
2016-12-14kdbus: Upgrade driver to newer upstream versionKarol Lewandowski
2016-12-14kdbus: cmdline emptiness check fixKonrad Lipinski
2016-12-14kdbus: allow senders to receive own broadcastsINSUN PYO
2016-12-14kdbus: allowing sending replies even if NO_EXPECT_REPLY is setLukasz Skalski
2016-12-14kdbus: allow unix domain socket fd passingKonrad Lipinski
2016-12-14kdbus: increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128INSUN PYO
2016-12-14kdbus: Remove kdbus Linux Security Module hooksKarol Lewandowski
2016-12-14kdbus: disable internal kdbus policyLukasz Skalski
2016-12-14kdbus: disable all internal policy checksLukasz Skalski
2016-12-14kdbus: pool: use __vfs_read()Sergei Zviagintsev
2016-12-14kdbus: disable internal kdbus policyLukasz Skalski
2016-12-14kdbus: Eliminate warning caused by lack of uapi/linux/kdbus.h inclusionPaul Osmialowski
2016-12-14kdbus: use LSM hooks in kdbus codePaul Osmialowski
2016-12-14kdbus: do not append the same connection to the queue twicePaul Osmialowski
2016-12-14kdbus: avoid the use of struct timespecArnd Bergmann
2016-12-14kdbus: connection: fix handling of failed fget()Daniel Mack
2016-12-14kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack
2016-12-14kdbus: add policy database implementationDaniel Mack
2016-12-14kdbus: add name registry implementationDaniel Mack
2016-12-14kdbus: add code for buses, domains and endpointsDaniel Mack
2016-12-14kdbus: add code for notifications and matchesDaniel Mack
2016-12-14kdbus: add code to gather metadataDaniel Mack
2016-12-14kdbus: add node and filesystem implementationDaniel Mack
2016-12-14kdbus: add connection, queue handling and message validation codeDaniel Mack
2016-12-14kdbus: add connection pool implementationDaniel Mack
2016-12-14kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack
2016-08-19sysv, ipc: fix security-layer leakingFabian Frederick
2016-03-04ipc/shm: handle removed segments gracefully in shm_mmap()Kirill A. Shutemov
2016-03-04ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso
2016-03-04ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso
2015-10-22Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds
2015-09-13ipc/sem.c: update/correct memory barriersManfred Spraul
2015-09-13ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski
2015-08-16ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15ipc: remove use of seq_printf return valueJoe Perches
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-02-17ipc,sem: use current->state helpersDavidlohr Bueso
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul