aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2015-08-07Merge branch 'akpm-current/current'Stephen Rothwell
2015-08-07Merge remote-tracking branch 'kdbus/kdbus'Stephen Rothwell
2015-08-07ipc/msg.c: use freezable blocking callYogesh Gaur
2015-08-07ipc/msg.c: msgsnd: use freezable blocking callManinder Singh
2015-08-07ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso
2015-08-06kdbus: consolidate common codeDavid Herrmann
2015-08-06kdbus: inline privilege checksDavid Herrmann
2015-08-06kdbus: perform accounting on proxied uidsDavid Herrmann
2015-08-06kdbus: move privilege checking in kdbus_conn_new()David Herrmann
2015-08-06kdbus: use separate counter for message IDsDavid Herrmann
2015-08-06kdbus: reduce stack buffer to 256 bytesDavid Herrmann
2015-08-06kdbus: return EBADSLT on replies without slotDavid Herrmann
2015-08-06ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley
2015-08-06ipc: 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