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
2016-07-20
kdbus: allowing sending replies even if NO_EXPECT_REPLY is set
submit/tizen/20160721.001709
accepted/tizen/wearable/20160721.090020
accepted/tizen/tv/20160721.091535
accepted/tizen/mobile/20160721.090024
accepted/tizen/ivi/20160721.091500
accepted/tizen/common/20160721.175044
Lukasz Skalski
1
-5
/
+0
2016-07-15
kdbus: allow unix domain socket fd passing
submit/tizen/20160719.030401
accepted/tizen/wearable/20160719.060946
accepted/tizen/tv/20160719.060929
accepted/tizen/mobile/20160719.061003
accepted/tizen/ivi/20160719.060938
accepted/tizen/common/20160719.172630
Konrad Lipinski
1
-13
/
+0
2016-06-29
increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128
submit/tizen/20160629.051018
accepted/tizen/wearable/20160629.071245
accepted/tizen/tv/20160629.071131
accepted/tizen/mobile/20160629.071530
accepted/tizen/ivi/20160629.071301
accepted/tizen/common/20160629.223126
INSUN PYO
1
-1
/
+1
2016-06-23
Remove kdbus Linux Security Module hooks
submit/tizen/20160628.074335
accepted/tizen/wearable/20160628.100225
accepted/tizen/tv/20160628.100231
accepted/tizen/mobile/20160628.100208
accepted/tizen/ivi/20160628.100251
Karol Lewandowski
3
-44
/
+14
2016-04-04
kdbus: pool: use __vfs_read()
Sergei Zviagintsev
1
-1
/
+1
2016-04-04
kdbus: disable all internal policy checks
Lukasz Skalski
2
-9
/
+23
2016-04-04
kdbus: Eliminate warning caused by lack of uapi/linux/kdbus.h inclusion
Paul Osmialowski
1
-0
/
+1
2016-04-04
kdbus: use LSM hooks in kdbus code
Paul Osmialowski
3
-10
/
+43
2016-04-04
kdbus: disable internal kdbus policy
Lukasz Skalski
2
-0
/
+9
2016-04-04
kdbus: do not append the same connection to the queue twice
Paul Osmialowski
1
-4
/
+18
2016-04-04
kdbus: avoid the use of struct timespec
Arnd Bergmann
2
-10
/
+3
2016-04-04
kdbus: connection: fix handling of failed fget()
Daniel Mack
1
-3
/
+2
2016-04-04
kdbus: add Makefile, Kconfig and MAINTAINERS entry
Daniel Mack
2
-1
/
+23
2016-04-04
kdbus: add policy database implementation
Daniel Mack
2
-0
/
+540
2016-04-04
kdbus: add name registry implementation
Daniel Mack
2
-0
/
+846
2016-04-04
kdbus: add code for buses, domains and endpoints
Daniel Mack
6
-0
/
+1376
2016-04-04
kdbus: add code for notifications and matches
Daniel Mack
4
-0
/
+872
2016-04-04
kdbus: add code to gather metadata
Daniel Mack
2
-0
/
+1221
2016-04-04
kdbus: add node and filesystem implementation
Daniel Mack
4
-0
/
+1532
2016-04-04
kdbus: add connection, queue handling and message validation code
Daniel Mack
11
-1
/
+4722
2016-04-04
kdbus: add connection pool implementation
Daniel Mack
2
-0
/
+774
2016-04-04
kdbus: add driver skeleton, ioctl entry points and utility functions
Daniel Mack
6
-0
/
+1166
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
2014-12-13
ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()
Manfred Spraul
1
-3
/
+10
2014-12-10
Merge branch 'nsfs' into for-next
Al Viro
2
-18
/
+19
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2014-12-04
copy address of proc_ns_ops into ns_common
Al Viro
2
-0
/
+4
2014-12-04
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
1
-3
/
+3
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
1
-9
/
+3
2014-12-04
switch the rest of proc_ns_operations to working with &...->ns
Al Viro
1
-6
/
+9
2014-12-04
common object embedded into various struct ....ns
Al Viro
2
-5
/
+5
2014-12-03
ipc/sem.c: fully initialize sem_array before making it visible
Manfred Spraul
1
-7
/
+8
2014-11-19
new helper: audit_file()
Al Viro
1
-2
/
+2
2014-10-14
ipc: resolve shadow warnings
Mark Rustad
1
-46
/
+46
2014-10-14
ipc/util.c: use __seq_open_private() instead of seq_open()
Rob Jones
1
-16
/
+4
2014-10-14
ipc/shm: kill the historical/wrong mm->start_stack check
Oleg Nesterov
1
-7
/
+0
2014-10-14
ipc: always handle a new value of auto_msgmni
Andrey Vagin
1
-2
/
+1
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
2014-09-09
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
1
-3
/
+3
2014-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+3
2014-08-08
shm: allow exit_shm in parallel if only marking orphans
Jack Miller
1
-32
/
+35
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
1
-11
/
+11
2014-07-29
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
1
-3
/
+3
[next]