platform/core/system/kdbus-bus.git
2014-08-19 Daniel Macktest/Makefile: only look at $(KERNELDIR)/usr/include...
2014-08-19 Daniel MackMakefile: deal with realtive paths in test/
2014-08-19 Daniel MackMakefile: export KERNELDIR for tests
2014-08-19 Djalal Harounitest: add the metadata tests inside new namespaces
2014-08-19 Djalal Harounitest: add conn_recv() that use poll() and msg_recv()
2014-08-19 Djalal Harounitest: move shared definitions to kdbus-util.h to use...
2014-08-19 Djalal Harounitest: add helpers for user namespace mapping
2014-08-19 Djalal Harouniconnection: move the install creds into the slice to...
2014-08-19 Djalal Harounimetadata: document creds_item_off and auxgrps_item_off...
2014-08-18 Daniel Mackhandle: return POLLOUT | POLLWRNORM from kdbus_handle_p...
2014-08-17 Daniel Mackmetadata: drop support for kernels < v3.15
2014-08-17 Daniel MackKconfig: depend on TMPFS
2014-08-17 Daniel Macktest: adopt new memfd interface
2014-08-17 Daniel Mackswitch to upstream kernel memfd implementation (ABI...
2014-08-17 Daniel Mackmetadata: follow 3.17 changes for current->start_time
2014-08-17 Daniel Mackmetadata: set item->size in kdbus_meta_append_item()
2014-08-17 Daniel Mackmetadata: remove kdbus_meta_find_item()
2014-08-16 Daniel Mackconnection: drop unused paramenter to kdbus_conn_*_install
2014-08-16 Daniel Mackconnection: address possible auxgrp count mismatch
2014-08-16 Daniel Mackutil: introduce KDBUS_ITEM_PAYLOAD_SIZE
2014-08-16 Daniel Mackmetadata: rename kdbus_meta_offset_of() to kdbus_meta_f...
2014-08-15 Marcel Holtmannhandle: Return POLLOUT | POLLWRNORM mask when no messag...
2014-08-15 Daniel Mackconnection: fix error rewind exit path in kdbus_conn_ms...
2014-08-15 Daniel Mackconnection, metadata: convert auxgrp information as...
2014-08-15 Daniel Mackmetadata: allow NULL pointers in kdbus_meta_append_data()
2014-08-15 Daniel Mackconnection, metadata: do namespace translation as late...
2014-08-15 Daniel Mackmetadata: add kdbus_meta_offset_of()
2014-08-14 Daniel Mackpolicy, connection: rename policy cache related functions
2014-08-14 Daniel Mackpolicy: rename send_access_hash to talk_access_hash
2014-08-14 Daniel Macknames: flush policy TALK cache when a connection loses...
2014-08-14 Daniel Macktest: test-kdbus: fix monitor and byebye tests
2014-08-14 Alban Crequybus.h: add missing include to linux/kref.h
2014-08-12 Daniel Mackpool: remove unneeded semicolon
2014-08-10 Daniel Mackmetadata: return -EFAULT if get_task_mm(current) fails
2014-08-10 Daniel Macktest: add test code for KDBUS_ITEM_AUXGROUPS
2014-08-10 Daniel Mackmetadata: add new item type KDBUS_ITEM_AUXGROUPS (ABI...
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
next