platform/core/system/kdbus-bus.git
2014-11-02 Greg Kroah... kdbus.txt: grammer fixes from Peter Meerwald upstream/0.20141102.012929utc
2014-11-01 Djalal Harounihandle: when caching the creator's metadata cache also...
2014-10-31 Daniel Mackhandle.c: remove unnecessary pointer assignment
2014-10-31 Daniel Mackhandle.c: rework pointer assignment logic
2014-10-31 Daniel Mackconvert *_new() functions to return the new object...
2014-10-31 Daniel Mackkdbus.h: Use #defines rather than an enum for ioctl...
2014-10-30 Daniel Mackitem.c: #include <linux/fs.h>
2014-10-29 Djalal Harounidoc: fix a typo kdbus instead of kbus
2014-10-28 Djalal Harounibenchmark: cache the kdbus msg and update only memfd...
2014-10-28 Djalal Harouniconnection: block only normal fds allwo sending memfds
2014-10-28 Daniel Macktest/test-sync: we accept SA_RESTART now
2014-10-28 Daniel Mackconnection: rework interrupted system call implementation
2014-10-28 Daniel Mackconnection: add kdbus_conn_reply.interrupted
2014-10-28 Daniel Mackconnection: conditional branch cleanups
2014-10-28 Daniel Mackconnection: introduce kdbus_conn_find_reply()
2014-10-28 Djalal Harounitest-fd: check if we did receive the right number of...
2014-10-28 Djalal Harouniconnection: improve the connection do not accept fd...
2014-10-27 Daniel Mackkdbus.h: strip down header
2014-10-27 Daniel Mackkdbus.h, metadata: factor out capabilities (ABI break)
2014-10-27 Djalal Harounitest-fd: add more passfd+close tests to fdpassing
2014-10-27 Djalal Harounitest-fd: test send fd operations on connection that...
2014-10-27 Daniel Mackconnection, message: cosmetics
2014-10-26 Daniel Mackconnection, handle: fix a number of checkpatch warnings
2014-10-25 Djalal Harounipolicy: check if name is valid when updating policies
2014-10-25 Djalal Harounitest-monitor: add KDBUS_CMD_CONN_UPDATE tests for monit...
2014-10-25 Djalal Harouniconnection: make KDBUS_CMD_CONN_UPDATE ioctl available...
2014-10-24 Djalal Harounihandle: validate items in kdbus_items_validate() in...
2014-10-24 Djalal Harounidoc: the well-known name in kdbus_cmd_info is passed...
2014-10-24 Djalal Harouniconnection: fix kdbus_cmd_info() argument indentation
2014-10-24 Djalal Harounitest-names: name validity tests for CMD_NAME_{ACQUIRE...
2014-10-24 Djalal Harouninames: check if name is valid for CMD_NAME_ACQUIRE...
2014-10-24 Lukasz Skalskikdbus.h: fix kernel doc
2014-10-23 David Herrmannconnection: keep SYNC messages alive on EINTR
2014-10-23 David Herrmannconnection: dont leak sync replies
2014-10-23 David Herrmannconnection: make sure to delete reply_wake entries
2014-10-23 David Herrmannconnection: hold conn_reply ref on reply_wake
2014-10-23 David Herrmannconnection: make conn_reply ref-counted
2014-10-23 David Herrmannconnection: conn_add_expected_reply -> conn_reply_new
2014-10-23 David Herrmannconnection: dont leak replies if message-queueing fails
2014-10-23 David Herrmannconnection: correctly filter messages on name takeover
2014-10-23 David Herrmannconnection: rename reply->conn to reply->reply_dst
2014-10-23 David Herrmannconnection: don't send DEAD-NOTIFICATIONS on sync SENDs
2014-10-23 David Herrmannconnection: simplify reply cleanups
2014-10-22 Djalal Harounitest-fd: make sure that passed fds do not also allow...
2014-10-22 Daniel Mackkdbus.h: rename kdbus_{cmd,}_conn_info → kdbus_{cmd...
2014-10-22 Daniel Mackkdbus.h: add KDBUS_CMD_BUS_CREATOR_INFO
2014-10-22 Djalal Harounimessage: switch to fget_raw() to allow passing O_PATH...
2014-10-22 Djalal Harounimessage: we want to allow O_PATHed file descriptors
2014-10-22 Daniel Macktest-fd: add a bloom filter to broadcast message
2014-10-22 Daniel Mackmessage: allow memfds for broadcast messages
2014-10-22 Daniel Mackconnection: remove unused variable
2014-10-22 Djalal Harounitest: just define KDBUS_SYSNAME_MAX_LEN here in test...
2014-10-22 Djalal Harounitest: make sure that creating endpoint with long names...
2014-10-22 Djalal Harounitest-sync: do a second recv only when SA_RESTART was...
2014-10-22 Daniel MackMakefile: add 'doc' target
2014-10-22 Daniel Mackhandle.c: fix and add kernel-doc
2014-10-22 Daniel MackRevert "notify: set item->size"
2014-10-22 Daniel Macktest: use kdbus_msg_dump() to check for message integrity
2014-10-21 Daniel Mackconnection.c: cosmetic cleanup
2014-10-21 Daniel Mackconnection: switch to absolute timeouts (API break)
2014-10-21 Daniel Macktest-sync: implement send_reply()
2014-10-21 David Herrmannconnection: drop unused variable
2014-10-21 David Herrmannconnection: remove debugging printk()
2014-10-21 Daniel Mackconnection.c: comments cleanup
2014-10-21 Daniel Mackkdbus.h: split in and out flags of ioctls (ABI break)
2014-10-21 Daniel Mackkdbus.h: factor out name info struct (ABI break)
2014-10-21 David Herrmannhandle: use dynamic major/minor allocation (ABI break)
2014-10-20 Djalal Harounimessage: document the verify fd and increment usage...
2014-10-20 Djalal Harouniutil: fput files refs in reverse order
2014-10-20 Djalal Harounimessage: minor optimization no need to pass invalid...
2014-10-20 Djalal Harounitest-fd: fix the fd passing test and use KDBUS_MSG_MAX_...
2014-10-20 Djalal Harounimessage: revert commit 65b277d6c0 since KDBUS_MSG_MAX_F...
2014-10-20 Djalal Harounimessage: account both memfds and fds against KDBUS_MSG_...
2014-10-20 Djalal Harounitest-fd: add tests for fd and memfd accounting
2014-10-20 Daniel Mackhandle: allocate handle after domain lookup
2014-10-20 David HerrmannTODO: remove external-API entry
2014-10-20 David Herrmannconnection: make attach_flags atomic
2014-10-20 Daniel Mackutil.c: degrade (valid & KDBUS_FLAG_KERNEL) to warning
2014-10-20 Daniel Mackmetadata: split KDBUS_ATTACH_COMM in _PID and _TID...
2014-10-20 David Herrmannbus: make conn_rwlock a low-level lock
2014-10-20 David Herrmannconnection: split kdbus_conn_wait_reply() off kdbus_con...
2014-10-20 Daniel Mackqueue: consolidate kdbus_queue_entry_*fds_install()
2014-10-20 Daniel Mackmessage, queue: pin files over their entire lifetime
2014-10-18 Daniel Macktree-wide: rework flags negotiation (ABI break)
2014-10-18 Daniel Mackqueue: set O_CLOEXEC on installed file descriptors
2014-10-18 Daniel Mackkdbus.h: remove features bitfield from make calls ...
2014-10-17 Greg Kroah... queue.c: move a stack variable before the variable...
2014-10-17 Kay SieversRevert KDBUS_HELLO_ACCEPT_MEMFD support (ABI break)
2014-10-16 Daniel Macklimits: lower KDBUS_MSG_MAX_FDS to 253
2014-10-16 Daniel Mackmetadata: update meta->attached once the attach succeeded
2014-10-16 Daniel Mackdomain: detroy IDRs
2014-10-16 Daniel Mackbus.c: remove unneeded include
2014-10-16 Daniel Macknotify: set item->size
2014-10-14 Djalal Harounidoc: document the new KDBUS_HELLO_ACCEPT_MEMFD flag
2014-10-14 Djalal Harouniconnection: use KDBUS_HELLO_ACCEPT_MEMFD to check for...
2014-10-14 Djalal Harounitest-activator: add more tests for the activation logic
2014-10-14 Djalal Harounitest-util: add test_is_capable() to check for capabilit...
2014-10-14 Djalal Harounitest-util: move RUN_UNPRIVILEGED definitions to kdbus...
2014-10-14 Daniel Mackkdbus.h: add KDBUS_HELLO_ACCEPT_MEMFD (ABI break)
2014-10-14 Daniel Macktests: strncpy() corrections
next