platform/core/system/kdbus-bus.git
2014-08-05 Djalal Harounitest: split conn_update() into update attach-flags...
2014-08-05 Djalal Harouniconnection: improve kdbus_cmd_conn_update() connection...
2014-08-05 Djalal Harounihandle: allow KDBUS_CMD_CONN_UPDATE ioctl for policy...
2014-08-05 Djalal Harounihandle: return -EOPNOTSUPP instead of -EPERM if an...
2014-08-05 Djalal Harounitest: sync the policy tests with the recent activators...
2014-08-04 Kay Sieversuse conn->type instead of conn->flags where possible
2014-08-04 Kay Sieversprevent special-purpose connections from owning names...
2014-07-31 Kay Sieverskdbus.h: clarify policy holder docs
2014-07-31 Kay Sieversdo not use __ prefix for ordinary functions
2014-07-31 Kay Sieversdomain: add BUG_ON()
2014-07-31 Kay Sieversdo not use __ prefix for ordinary functions
2014-07-31 Kay Sieverstest: do not use __ prefix for ordinary functions
2014-07-31 Djalal Harounidomain: remove dead kdbus_domain_user_find_or_new()
2014-07-31 Djalal Harouniconnection: fix user quota accounting corruption
2014-07-31 Djalal Harounibus: improve user quota accounting and domain locking
2014-07-31 Djalal Harounikdbus: improve user quota accounting by using kdbus_dom...
2014-07-31 Djalal Harounidomain: add kdbus_domain_user_account()
2014-07-31 Djalal Harounidomain: add __kdbus_domain_user_account() to account...
2014-07-31 Djalal Harounidomain: add kdbus_domain_user_assign_id() to assign...
2014-07-31 Djalal Harounitest: correctly set the 'ret' variable
2014-07-02 Greg Kroah... Merge pull request #21 from torstehu/fix-warning
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
next