aboutsummaryrefslogtreecommitdiff
path: root/ipc/kdbus
AgeCommit message (Expand)Author
2015-06-18kdbus: optimize if statements in kdbus_conn_disconnect()Sergei Zviagintsev
2015-06-18kdbus: optimize error path in kdbus_reply_new()Sergei Zviagintsev
2015-06-18kdbus: kdbus_reply_find(): return on found entrySergei Zviagintsev
2015-06-18kdbus: use parentheses uniformly in KDBUS_ITEMS_FOREACH macroSergei Zviagintsev
2015-06-18kdbus: fix operator precedence issues in item macrosSergei Zviagintsev
2015-06-18kdbus: drop useless gotoMarc-Antoine Perennou
2015-06-05kdbus: use FIELD_SIZEOF in kdbus_member_set_user macroSergei Zviagintsev
2015-06-04kdbus: kdbus_conn_connect(): use `bus' instead of `conn->ep->bus'Sergei Zviagintsev
2015-06-04kdbus: kdbus_item_validate(): remove duplicated codeSergei Zviagintsev
2015-06-04kdbus: remove redundant code from kdbus_conn_entry_make()Sergei Zviagintsev
2015-06-04kdbus: update kernel-doc for kdbus_sync_reply_wakeup()Sergei Zviagintsev
2015-06-03kdbus: no need to ref current->mmDavid Herrmann
2015-06-03kdbus: use rcu to access exe file in metadataDaniel Mack
2015-06-03kdbus: translate capabilities between namespacesDavid Herrmann
2015-06-03kdbus: fix up documentation of ioctl handlersDavid Herrmann
2015-06-03kdbus: make metadata on broadcasts reliableDavid Herrmann
2015-06-03kdbus: provide helper to collect metadataDavid Herrmann
2015-06-03kdbus: forward ID notifications to everyoneDavid Herrmann
2015-06-03kdbus: fix typoDavid Herrmann
2015-06-03kdbus: drop kdbus_meta_attach_mask modparamDavid Herrmann
2015-06-03kdbus: copy small ioctl payloads to stackDavid Herrmann
2015-06-03kdbus: drop obsolete WARN_ONDavid Herrmann
2015-06-03kdbus: optimize auxgroup collectorDavid Herrmann
2015-06-03kdbus: remove unused linux/version.h includeWei Yongjun
2015-06-03kdbus: skip acquiring an active reference in poll()David Herrmann
2015-06-03kdbus: reduce scope of handle lockingDavid Herrmann
2015-06-03kdbus: turn kdbus_node_idr into an idaDavid Herrmann
2015-06-03kdbus: skip mandatory items on negotiationDavid Herrmann
2015-06-02kdbus: pool: use __vfs_read()Sergei Zviagintsev
2015-04-10kdbus: avoid the use of struct timespecArnd Bergmann
2015-03-17kdbus: connection: fix handling of failed fget()Daniel Mack
2015-03-09kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack
2015-03-09kdbus: add policy database implementationDaniel Mack
2015-03-09kdbus: add name registry implementationDaniel Mack
2015-03-09kdbus: add code for buses, domains and endpointsDaniel Mack
2015-03-09kdbus: add code for notifications and matchesDaniel Mack
2015-03-09kdbus: add code to gather metadataDaniel Mack
2015-03-09kdbus: add node and filesystem implementationDaniel Mack
2015-03-09kdbus: add connection, queue handling and message validation codeDaniel Mack
2015-03-09kdbus: add connection pool implementationDaniel Mack
2015-03-09kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack