summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2016-07-20kdbus: allowing sending replies even if NO_EXPECT_REPLY is setsubmit/tizen/20160721.001709accepted/tizen/wearable/20160721.090020accepted/tizen/tv/20160721.091535accepted/tizen/mobile/20160721.090024accepted/tizen/ivi/20160721.091500accepted/tizen/common/20160721.175044Lukasz Skalski1-5/+0
2016-07-15kdbus: allow unix domain socket fd passingsubmit/tizen/20160719.030401accepted/tizen/wearable/20160719.060946accepted/tizen/tv/20160719.060929accepted/tizen/mobile/20160719.061003accepted/tizen/ivi/20160719.060938accepted/tizen/common/20160719.172630Konrad Lipinski1-13/+0
2016-06-29increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128submit/tizen/20160629.051018accepted/tizen/wearable/20160629.071245accepted/tizen/tv/20160629.071131accepted/tizen/mobile/20160629.071530accepted/tizen/ivi/20160629.071301accepted/tizen/common/20160629.223126INSUN PYO1-1/+1
2016-06-23Remove kdbus Linux Security Module hookssubmit/tizen/20160628.074335accepted/tizen/wearable/20160628.100225accepted/tizen/tv/20160628.100231accepted/tizen/mobile/20160628.100208accepted/tizen/ivi/20160628.100251Karol Lewandowski3-44/+14
2016-04-04kdbus: pool: use __vfs_read()Sergei Zviagintsev1-1/+1
2016-04-04kdbus: disable all internal policy checksLukasz Skalski2-9/+23
2016-04-04kdbus: Eliminate warning caused by lack of uapi/linux/kdbus.h inclusionPaul Osmialowski1-0/+1
2016-04-04kdbus: use LSM hooks in kdbus codePaul Osmialowski3-10/+43
2016-04-04kdbus: disable internal kdbus policyLukasz Skalski2-0/+9
2016-04-04kdbus: do not append the same connection to the queue twicePaul Osmialowski1-4/+18
2016-04-04kdbus: avoid the use of struct timespecArnd Bergmann2-10/+3
2016-04-04kdbus: connection: fix handling of failed fget()Daniel Mack1-3/+2
2016-04-04kdbus: add Makefile, Kconfig and MAINTAINERS entryDaniel Mack2-1/+23
2016-04-04kdbus: add policy database implementationDaniel Mack2-0/+540
2016-04-04kdbus: add name registry implementationDaniel Mack2-0/+846
2016-04-04kdbus: add code for buses, domains and endpointsDaniel Mack6-0/+1376
2016-04-04kdbus: add code for notifications and matchesDaniel Mack4-0/+872
2016-04-04kdbus: add code to gather metadataDaniel Mack2-0/+1221
2016-04-04kdbus: add node and filesystem implementationDaniel Mack4-0/+1532
2016-04-04kdbus: add connection, queue handling and message validation codeDaniel Mack11-1/+4722
2016-04-04kdbus: add connection pool implementationDaniel Mack2-0/+774
2016-04-04kdbus: add driver skeleton, ioctl entry points and utility functionsDaniel Mack6-0/+1166
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+12
2015-04-15ipc: remove use of seq_printf return valueJoe Perches4-50/+58
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2-12/+12
2015-02-17ipc,sem: use current->state helpersDavidlohr Bueso1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-18/+19
2014-12-13shmdt: use i_size_read() instead of ->i_sizeDave Hansen1-2/+3
2014-12-13ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen1-5/+13
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul6-266/+19
2014-12-13ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul1-3/+10
2014-12-10Merge branch 'nsfs' into for-nextAl Viro2-18/+19
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro2-0/+4
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-3/+3
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro1-6/+9
2014-12-04common object embedded into various struct ....nsAl Viro2-5/+5
2014-12-03ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul1-7/+8
2014-11-19new helper: audit_file()Al Viro1-2/+2
2014-10-14ipc: resolve shadow warningsMark Rustad1-46/+46
2014-10-14ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones1-16/+4
2014-10-14ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov1-7/+0
2014-10-14ipc: always handle a new value of auto_msgmniAndrey Vagin1-2/+1
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-3/+3
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+3
2014-08-08shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-08shm: make exit_shm work proportional to task activityJack Miller1-11/+11
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-3/+3