summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-10-14ipc: resolve shadow warningsMark Rustad1-46/+46
2014-06-06ipc, kernel: use Linux headersPaul McQuade7-7/+7
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-99/+77
2014-03-06ipc/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2-12/+13
2014-03-06ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_tHeiko Carstens2-3/+3
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin7-97/+75
2014-01-28ipc: fix compat msgrcv with negative msgtypMateusz Guzik1-1/+1
2014-01-28ipc: remove braces for single statementsDavidlohr Bueso4-19/+16
2014-01-28ipc: whitespace cleanupManfred Spraul11-115/+115
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro7-71/+91
2013-03-04get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro4-132/+73
2013-03-04merge compat sys_ipc instancesAl Viro15-315/+52
2013-01-05selftests: IPC message queue copy feature testStanislav Kinsbursky4-2/+275
2013-01-05ipc: message queue receive cleanupStanislav Kinsbursky3-49/+45
2012-07-31ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon39-22/+29
2012-07-31ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon2-6/+6
2012-07-31ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon2-1/+2
2012-07-31ipc: add COMPAT_SHMLBA supportWill Deacon6-11/+18
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf10-61/+83
2010-10-28ipc: initialize structure memory to zero for compat functionsDan Rosenberg2-0/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2007-07-06fix logic error in ipc compat semctl()Alexander Graf1-1/+1
2007-05-08Cap shmmax at INT_MAX in compat shminfoGuy Streeter1-0/+4
2006-12-07[PATCH] Fix the size limit of compat space msgsizesuzuki3-27/+46
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-03-26[PATCH] sem2mutex: ipc, id.semIngo Molnar7-56/+65
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell11-76/+87
2005-07-08[PATCH] put_compat_shminfo() warning fixJesse Millan1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845