platform/core/system/kdbus-bus.git
2014-06-29 Torstein HusebøFix annoying compile warning due to missing cast
2014-06-24 Daniel Mackconnection: don't append to uninitialized metadata
2014-06-24 Daniel Mackconnection: clean up conditional code path
2014-06-24 Daniel Mackconnection: rename kdbus_check_send_perm() to kdbus_con...
2014-06-23 Daniel Mackconnection: factor out code into kdbus_conn_add_expecte...
2014-06-23 Daniel Mackconnection: factor out some code into kdbus_check_send_...
2014-06-23 Daniel Mackmemfd: switch to f_op->{read,write}_iter
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() use another variable to...
2014-06-20 Djalal Harounipolicy: use the db->entries_hash to access the policy...
2014-06-20 Djalal Harounitest: add the test-kdbus-policy test
2014-06-20 Djalal Harounitest: add conn_update() to test KDBUS_CMD_CONN_UPDATE
2014-06-20 Djalal Harounitest: add simple helper to drop privileges
2014-06-20 Djalal Harounitest: make msg_send() return -errno
2014-06-20 Djalal Harounitest: export kdbus_hello_registrar()
2014-06-20 Djalal Harouniconnection: when freeing a connection purge its cached...
2014-06-20 Djalal Harounipolicy: kdbus_policy_check_own_access() returns 0 on...
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() fix a use after free bug
2014-06-20 Djalal Harounipolicy: kdbus_policy_set() make sure we restore the...
2014-06-20 Djalal Harouniconnection: update attach_flags only if KDBUS_ITEM_ATTA...
2014-06-19 Simon Peetersease installation on non-running kernels
2014-06-17 Kay Sieverspolicy: pass items, not &items
2014-06-17 Kay Sieversutil.h: KDBUS_ITEM_VALID - fix size check
2014-06-17 Jacek Janczykutil.h: KDBUS_ITEM_VALID fixed
2014-06-12 Djalal Harounikdbus-test: fix kdbus item alignment in kdbus_hello_reg...
2014-06-12 Djalal Harouniconnection: fix cpu stall by checking kdbus item alignment
2014-06-07 Djalal Harounipolicy: clean up headers and code documentation
2014-06-03 Djalal Harounidomain: rework kdbus_domain_new() error path to fix...
2014-06-03 Djalal Harouniconnection: pin the subjective cred for KDBUS_POLICY_OWN
2014-05-18 Kay Sieversconnection: add BUG_ON for pending work at connection...
2014-05-15 Kay Sieversnever schedule work for a dead connection
2014-05-15 Jacek Janczyktest-kdbus: fixed unterminated string
2014-05-15 Kay Sieversalways require explicit disconnect(), pin connection...
2014-05-09 Kay SieversTODO: update
2014-05-09 Maciej WereskiDon't use nonexistent member of kdbus_pool_slice
2014-05-02 John de la... test-kdbus: check for EOPNOTSUPP instead of ENOTSUPP
2014-04-24 Kay Sieversremove racy calls to kdbus_conn_active()
2014-04-24 Kay Sieversremove single-called kdbus_conn_find_peer() function
2014-04-24 Kay Sieverskdbus.h: remove left-over documentation
2014-04-24 Kay Sieversreturn EOPNOTSUPP instead of in-kernel-only ENOTSUPP
2014-04-22 Kay Sieversremove no longer needed "on behalf" logic (ABI break)
2014-04-22 Djalal Harouninames: take the registry write lock in kdbus_name_release()
2014-04-11 David Herrmannconnection: keep names locked while sending messages
2014-04-11 David Herrmannnames: turn registry lock into rwsem
2014-04-11 Kay Sievershandle notify messages in a bus list to preserve bus...
2014-04-10 David Herrmannconnection: simplify cmd_conn_info()
2014-04-10 David Herrmannkdbus: fix 'canceled' typo
2014-04-10 David Herrmannnames: fix kdbus_name_lookup() to not ref NULL conns...
2014-04-10 David Herrmannnames: fix kdbus_name_lookup() race condition
2014-04-10 David Herrmannconnection: dont modify msg in case of errors in kdbus_...
2014-04-10 David Herrmannconnection: return ESRCH for unknown names consistently
2014-04-09 Hristo Venevmetadata: reflect change in task_cgroup_name
2014-04-06 Daniel Mackconnection: remove duplicate variable declaration
2014-04-04 Daniel Mackconnection: check whether a reply exists before freeing it
2014-04-04 Daniel Mackpolicy: whitespace cleanup
2014-03-31 Djalal Harounikdbus: use kdbus_conn_find_peer() where appropriate
2014-03-31 Djalal Harouniconnection: add function kdbus_conn_find_peer()
2014-03-31 Djalal Harouniconnection: unref ep and bus and free match_db on error...
2014-03-31 Djalal Harounihandle: change return value from -EFAULT to -EPERM
2014-03-31 Djalal Harouniendpoint: protect the idr tree on release
2014-03-31 Djalal Harouniconnection: remove useless kdbus_str_hash() call
2014-03-29 Ingo van Lilkdbus: Check for bloom parameter in "make bus" command
2014-03-26 Kay Sieverskerneldoc: remove KDBUS_CMD_EP_POLICY_SET, add KDBUS_CM...
2014-03-25 Daniel Mackpolicy: remove kdbus_policy_db_dump()
2014-03-25 Kay Sieverswhitespace cleanup
2014-03-25 Daniel Mackpool: cosmetic indent fix upstream/0.20140325.112233cet
2014-03-25 Daniel Mackconnection: fix indentation
2014-03-25 Kay Sieverspool: hand out opaque pool_slice pointers instead of...
2014-03-24 Kay Sieversbus, connection: fix jump label names
2014-03-24 Kay Sieversbus, connection: do not leak user accounting when paren...
2014-03-24 Kay Sieversadd comments about lock order
2014-03-24 Kay Sieversconnection: prevent queuing of messages into dead conne...
2014-03-24 Djalal Harounihandle: unref handle->ep and free handle->meta on error...
2014-03-24 Djalal Harounitest-kdbus: rename check bus and domain functions
2014-03-24 Djalal Harouniendpoint: free the policy_db on error path
2014-03-24 Kay Sieversnames: kdbus_name_replace_owner - guard against connect...
2014-03-24 Kay Sieversnames: do not allow to add names to dead connections
2014-03-24 Kay Sieversnames: remove unused hash variable
2014-03-24 Kay Sieversconnection: release names before dropping messages
2014-03-24 Kay Sieversconnection: do not add messages to dead connection
2014-03-23 Kay Sieversnames: rename "entries_lock" to "lock"
2014-03-23 Kay Sieversconnection: update kernel doc
2014-03-23 Kay Sieversmove function around
2014-03-22 Kay Sieversensure we never have any children objects linked when...
2014-03-22 Kay Sieverscheck for disconnected parent objects before linking...
2014-03-22 Kay Sieversdomain: create sub-domain from parent domain
2014-03-22 Kay Sieverskdbus_pool_copy: use offset + "pos" instead in both...
2014-03-22 Daniel Mackpool: kdbus_pool_copy(): increment context-specific...
2014-03-22 Daniel Mackconnection: comment cleanup
2014-03-22 Daniel Mackkdbus_pool_copy(): increase off_src in loop
2014-03-22 Daniel Mackkdbus_conn_move_messages: Use kdbus_conn_queue_remove()
2014-03-22 Daniel Mackconnection: fix expect_reply logic
2014-03-22 Daniel MackFix comment wrt KDBUS_MSG_FLAGS_WAIT_FOR_REPLY
2014-03-21 Daniel Mackconnection: kill unneeded parenthesis
2014-03-21 Daniel Mackconnection: kdbus_cmd_msg_recv(): fix use after free
2014-03-20 Daniel Mackpool: cosmetic cleanups
2014-03-20 Djalal Harouniendpoint: break if an endpoint was found
2014-03-19 Kay Sieversmonitor: read metadata subscription bits from monitor...
2014-03-19 Lennart Poetteringattach: add _KDBUS_ATTACH_ALL definition that includes...
2014-03-18 Kay SieversRevert "add debug log code"
2014-03-18 Kay Sieversadd debug log code
next