aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2015-08-05Merge branch 'akpm-current/current'Stephen Rothwell
2015-08-05Merge remote-tracking branch 'kdbus/kdbus'Stephen Rothwell
2015-07-30ipc/msg.c: use freezable blocking callYogesh Gaur
2015-07-30ipc/msg.c: msgsnd: use freezable blocking callManinder Singh
2015-07-30ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso
2015-07-30ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley
2015-07-30ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie
2015-07-24kdbus: fix wrong message size on 32bitDavid Herrmann
2015-07-24kdbus: fix sparse address-space annotationDavid Herrmann
2015-07-14kdbus: properly reset metadata iovecs on multicastsDavid Herrmann
2015-07-13kdbus: Fix typo in ipc/kdbusMasanari Iida
2015-07-06kdbus: allow match rules on msg->dst_idDavid Herrmann
2015-07-06kdbus: drop redundant ns pointersDavid Herrmann
2015-07-06kdbus: pass metadata which a receiver could read via /procDavid Herrmann
2015-07-06kdbus: allow senders to receive own broadcastsDavid Herrmann
2015-07-06kdbus: drop unused message handlingDavid Herrmann
2015-07-06kdbus: drop unused metadata codeDavid Herrmann
2015-07-06kdbus: switch to kdbus_stagingDavid Herrmann
2015-07-06kdbus: import messages via kdbus_argsDavid Herrmann
2015-07-06kdbus: remove unused codeDavid Herrmann
2015-07-06kdbus: rewrite message importerDavid Herrmann
2015-07-06kdbus: simplify notification shortcutsDavid Herrmann
2015-07-06kdbus: simplify collecting metadata on messagesDavid Herrmann
2015-07-06kdbus: remove redundant kmsg->dst_name_idDavid Herrmann
2015-07-06kdbus: pass source connection to queue handlingDavid Herrmann
2015-07-06kdbus: pass notification details directly into policy wrapperDavid Herrmann
2015-07-06kdbus: simplify kdbus_match_rules()David Herrmann
2015-07-06kdbus: speed up KDBUS_CMD_*_INFO by using meta_emit()David Herrmann
2015-07-06kdbus: re-introduce metadata buffersDavid Herrmann
2015-07-06kdbus: don't include padding in mc->owned_names_sizeDavid Herrmann
2015-07-06kdbus: pass msg-seqnum directly into meta-connDavid Herrmann
2015-07-06kdbus: pin 'struct cred' in process metadataDavid Herrmann
2015-07-06kdbus: split off faked metadata into separate objectDavid Herrmann
2015-07-06kdbus: allow building development modulesDavid Herrmann
2015-07-06kdbus: fix NULL-deref in activator cleanupDavid Herrmann
2015-07-06kdbus: pin namespaces on HELLODavid Herrmann
2015-07-06kdbus: drop support for required attach-flags on busesDavid Herrmann
2015-07-06kdbus: drop unused 'bloom_generation' fieldDavid Herrmann
2015-07-06kdbus: drop redundant KDBUS_MSG_MAX_ITEMSDavid Herrmann
2015-07-06kdbus: use standard kernel types in struct kdbus_quotaSergei Zviagintsev
2015-07-06kdbus: fix typos in kdbus_conn_quota_inc()Sergei Zviagintsev
2015-07-06kdbus: delete unnecessary check before kdbus_domain_unrefMarkus Elfring
2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso
2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso
2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso
2015-06-30ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso
2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg
2015-06-18kdbus: optimize if statements in kdbus_conn_disconnect()Sergei Zviagintsev
2015-06-18kdbus: optimize error path in kdbus_reply_new()Sergei Zviagintsev