index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-31
Revert "Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection...
Hyotaek Shim
5
-83
/
+135
2017-01-12
Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)"
Inki Dae
5
-135
/
+83
2017-01-12
kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)
Konrad Lipinski
5
-83
/
+135
2016-12-14
kdbus: link replies in fifo send order
Konrad Lipinski
1
-1
/
+1
2016-12-14
kdbus: Remove the unnecessary code that unlink the reply twice.
INSUN PYO
1
-1
/
+0
2016-12-14
kdbus: cmdline emptiness check fix
Konrad Lipinski
1
-1
/
+1
2016-12-14
kdbus: allowing sending replies even if NO_EXPECT_REPLY is set
Lukasz Skalski
1
-4
/
+0
2016-12-14
kdbus: allow unix domain socket fd passing
Konrad Lipinski
1
-7
/
+0
2016-12-14
kdbus: Upgrade driver to newer upstream version
Karol Lewandowski
31
-2497
/
+2826
2016-12-14
kdbus: cmdline emptiness check fix
Konrad Lipinski
1
-1
/
+1
2016-12-14
kdbus: allow senders to receive own broadcasts
INSUN PYO
1
-2
/
+0
2016-12-14
kdbus: allowing sending replies even if NO_EXPECT_REPLY is set
Lukasz Skalski
1
-5
/
+0
2016-12-14
kdbus: allow unix domain socket fd passing
Konrad Lipinski
1
-13
/
+0
2016-12-14
kdbus: increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128
INSUN PYO
1
-1
/
+1
2016-12-14
kdbus: Remove kdbus Linux Security Module hooks
Karol Lewandowski
4
-51
/
+12
2016-12-14
kdbus: disable internal kdbus policy
Lukasz Skalski
2
-0
/
+9
2016-12-14
kdbus: disable all internal policy checks
Lukasz Skalski
2
-9
/
+23
2016-12-14
kdbus: pool: use __vfs_read()
Sergei Zviagintsev
1
-1
/
+1
2016-12-14
kdbus: disable internal kdbus policy
Lukasz Skalski
2
-0
/
+9
2016-12-14
kdbus: Eliminate warning caused by lack of uapi/linux/kdbus.h inclusion
Paul Osmialowski
1
-0
/
+1
2016-12-14
kdbus: use LSM hooks in kdbus code
Paul Osmialowski
3
-10
/
+43
2016-12-14
kdbus: do not append the same connection to the queue twice
Paul Osmialowski
1
-4
/
+18
2016-12-14
kdbus: avoid the use of struct timespec
Arnd Bergmann
2
-10
/
+3
2016-12-14
kdbus: connection: fix handling of failed fget()
Daniel Mack
1
-3
/
+2
2016-12-14
kdbus: add Makefile, Kconfig and MAINTAINERS entry
Daniel Mack
2
-1
/
+23
2016-12-14
kdbus: add policy database implementation
Daniel Mack
2
-0
/
+540
2016-12-14
kdbus: add name registry implementation
Daniel Mack
2
-0
/
+846
2016-12-14
kdbus: add code for buses, domains and endpoints
Daniel Mack
6
-0
/
+1376
2016-12-14
kdbus: add code for notifications and matches
Daniel Mack
4
-0
/
+872
2016-12-14
kdbus: add code to gather metadata
Daniel Mack
2
-0
/
+1221
2016-12-14
kdbus: add node and filesystem implementation
Daniel Mack
4
-0
/
+1532
2016-12-14
kdbus: add connection, queue handling and message validation code
Daniel Mack
11
-1
/
+4722
2016-12-14
kdbus: add connection pool implementation
Daniel Mack
2
-0
/
+774
2016-12-14
kdbus: add driver skeleton, ioctl entry points and utility functions
Daniel Mack
6
-0
/
+1166
2016-08-19
sysv, ipc: fix security-layer leaking
Fabian Frederick
2
-7
/
+7
2016-03-04
ipc/shm: handle removed segments gracefully in shm_mmap()
Kirill A. Shutemov
1
-10
/
+43
2016-03-04
ipc: convert invalid scenarios to use WARN_ON
Davidlohr Bueso
2
-3
/
+3
2016-03-04
ipc,shm: move BUG_ON check into shm_lock
Davidlohr Bueso
1
-5
/
+5
2015-10-22
Initialize msg/shm IPC objects before doing ipc_addid()
Linus Torvalds
3
-17
/
+18
2015-09-13
ipc/sem.c: update/correct memory barriers
Manfred Spraul
1
-4
/
+14
2015-09-13
ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...
Herton R. Krzesinski
1
-6
/
+17
2015-08-16
ipc: modify message queue accounting to not take kernel data structures into ...
Marcus Gelderie
1
-5
/
+0
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-12
/
+12
2015-04-15
ipc: remove use of seq_printf return value
Joe Perches
4
-50
/
+58
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2
-12
/
+12
2015-02-17
ipc,sem: use current->state helpers
Davidlohr Bueso
1
-1
/
+1
2014-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-18
/
+19
2014-12-13
shmdt: use i_size_read() instead of ->i_size
Dave Hansen
1
-2
/
+3
2014-12-13
ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments
Dave Hansen
1
-5
/
+13
2014-12-13
ipc/msg: increase MSGMNI, remove scaling
Manfred Spraul
6
-266
/
+19
[next]