summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-23WIP: kdbus: translate capabilities between namespaceskdbusDavid Herrmann1-42/+68
2015-04-23kdbus: fix up documentation of ioctl handlersDavid Herrmann5-16/+16
2015-04-22kdbus: drop obsolete WARN_ONDavid Herrmann1-1/+1
2015-04-21kdbus: pool: use __vfs_read()Sergei Zviagintsev1-1/+1
2015-04-20kdbus: copy small ioctl payloads to stackDavid Herrmann4-50/+31
2015-04-20kdbus: no need to ref current->mmDavid Herrmann1-18/+3
2015-04-20kdbus: optimize auxgroup collectorDavid Herrmann1-6/+4
2015-04-18samples/kdbus: stub out code for glibc < 2.7Daniel Mack1-2/+21
2015-04-18kdbus: remove unused linux/version.h includeWei Yongjun1-1/+0
2015-04-18kdbus: skip acquiring an active reference in poll()David Herrmann1-7/+9
2015-04-18kdbus: reduce scope of handle lockingDavid Herrmann1-27/+83
2015-04-18kdbus: use rcu to access exe file in metadataDaniel Mack1-4/+6
2015-04-18kdbus: turn kdbus_node_idr into an idaDavid Herrmann3-18/+8
2015-04-10kdbus: avoid the use of struct timespecArnd Bergmann2-10/+3
2015-04-10Documentation: kdbus: Fix typosSergei Zviagintsev7-32/+29
2015-04-10Documentation: kdbus: Fix description of KDBUS_SEND_SYNC_REPLY flagSergei Zviagintsev1-2/+2
2015-04-10Documentation: kdbus: Update list of ioctls which cause writing to receiver's...Sergei Zviagintsev1-0/+6
2015-04-10Documentation: kdbus: Fix list of KDBUS_CMD_ENDPOINT_UPDATE errorsSergei Zviagintsev1-7/+0
2015-04-10kdbus: uapi: Fix kernel-doc for enum kdbus_send_flagsSergei Zviagintsev1-1/+1
2015-04-03selftest/kdbus: enable cross compilationTyler Baker1-2/+4
2015-04-01samples: kdbus: build kdbus-workers conditionallyDaniel Mack2-1/+8
2015-03-25kdbus: Fix CONFIG_KDBUS help textDaniel Mack1-3/+4
2015-03-17kdbus: connection: fix handling of failed fget()Daniel Mack1-3/+2
2015-03-17kdbus: fix header guard nameLucas De Marchi1-3/+3
2015-03-16Documentation/kdbus: replace 'reply_cookie' with 'cookie_reply'Lukasz Skalski1-1/+1
2015-03-16selftests/kdbus: fix gitignoreDavid Herrmann1-3/+1
2015-03-16Documentation/kdbus: support quiet buildsDavid Herrmann1-3/+13
2015-03-16Documentation/kdbus: fix out-of-tree buildsDavid Herrmann1-1/+1
2015-03-16samples/kdbus: drop wrong includeDavid Herrmann1-3/+1
2015-03-15kdbus: fix minor typo in the walk-through exampleNicolas Iooss1-2/+2
2015-03-12kdbus: samples/kdbus: add -lrtDavid Herrmann1-0/+1
2015-03-09Documentation: kdbus: fix location for generated filesDaniel Mack2-2/+4
2015-03-09kdbus: add selftestsDaniel Mack29-0/+11191
2015-03-09kdbus: add walk-through user space exampleDaniel Mack5-1/+1453
2015-03-09kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack4-1/+48
2015-03-09kdbus: add policy database implementationDaniel Mack2-0/+540
2015-03-09kdbus: add name registry implementationDaniel Mack2-0/+846
2015-03-09kdbus: add code for buses, domains and endpointsDaniel Mack6-0/+1376
2015-03-09kdbus: add code for notifications and matchesDaniel Mack4-0/+872
2015-03-09kdbus: add code to gather metadataDaniel Mack2-0/+1221
2015-03-09kdbus: add node and filesystem implementationDaniel Mack5-0/+1534
2015-03-09kdbus: add connection, queue handling and message validation codeDaniel Mack11-1/+4722
2015-03-09kdbus: add connection pool implementationDaniel Mack2-0/+774
2015-03-09kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack7-0/+1167
2015-03-09kdbus: add uapi header fileDaniel Mack2-0/+980
2015-03-09kdbus: add documentationDaniel Mack15-1/+7339
2015-03-08Linux 4.0-rc3Linus Torvalds1-1/+1
2015-03-08sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-08Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds34-109/+374
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-61/+89