aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton1-1/+1
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-6/+5
2004-08-22[PATCH] cleanup of ipc/msg.cManfred Spraul1-106/+134
2004-08-22[PATCH] ipc: enforce SEMVMX limit for undoManfred Spraul1-1/+16
2004-08-22[PATCH] ipc: remove sem_revalidateManfred Spraul1-29/+46
2004-08-22[PATCH] ipc: Add refcount to ipc_rcu_allocManfred Spraul5-39/+85
2004-07-12[PATCH] sparse: ipc compat annotations and cleanupsAlexander Viro2-211/+126
2004-06-30[PATCH] sparse: NULL vs 0 - the rest of itMika Kukkonen3-3/+3
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton1-5/+20
2004-06-17[PATCH] RLIM: adjust default mqueue sizesChris Wright1-3/+3
2004-06-17[PATCH] RLIM: enforce rlimits for POSIX mqueue allocationChris Wright1-5/+39
2004-06-17[PATCH] RLIM: add mq_attr_ok() helperChris Wright1-10/+23
2004-05-28[PATCH] sparse: ipc __user annotationAlexander Viro7-26/+28
2004-05-22[PATCH] numa api: Add shared memory supportAndrew Morton1-0/+4
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-2/+5
2004-05-10[PATCH] simplify mqueue_inode_info->messages allocationAndrew Morton1-25/+14
2004-05-04[PATCH] fix queues_count accounting in mqueue_delete_inode()Chris Wright1-3/+5
2004-05-04[PATCH] fix memleak in sys_mq_timedsendChris Wright1-2/+2
2004-04-17[PATCH] mqueue permission fixAndrew Morton1-5/+1
2004-04-14[PATCH] mq_open() and close_on_execAndrew Morton1-0/+1
2004-04-14[PATCH] Fix mq_notify with SIGEV_NONE notificationAndrew Morton1-47/+46
2004-04-11[PATCH] make the pagecache lock irq-safe.Andrew Morton1-2/+0
2004-04-11[PATCH] compat emulation for posix message queuesAndrew Morton2-1/+198
2004-04-11[PATCH] posix message queues: send notifications via netlinkAndrew Morton1-147/+107
2004-04-11[PATCH] security bugfix for mqueueAndrew Morton1-6/+7
2004-04-11[PATCH] posix message queue updateAndrew Morton1-2/+4
2004-04-11[PATCH] posix message queues: made user mountableAndrew Morton1-12/+83
2004-04-11[PATCH] posix message queues: linux-specific poll extensionAndrew Morton1-3/+24
2004-04-11[PATCH] posix message queues: implementationAndrew Morton2-0/+1167
2004-04-11[PATCH] posix message queues: code moveAndrew Morton5-127/+138
2004-03-26[PATCH] ipc locking fixAndrew Morton1-3/+4
2004-03-18[PATCH] add file_accessed() helperAlexander Viro1-1/+1
2004-03-16[PATCH] SHMLBA compat task alignment fixAndrew Morton1-1/+4
2004-03-15[PATCH] document unchecked do_munmaps in ipc/shm.cAndrew Morton1-0/+15
2004-03-15[PATCH] generic 32 bit emulation for System-V IPCAndrew Morton2-0/+735
2004-03-11[PATCH] Remove unneeded unlock in ipc/sem.cAndrew Morton1-1/+0
2004-02-24[PATCH] add syscalls.hAndrew Morton1-5/+5
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul1-1/+1
2004-02-22[PATCH] cleanup condsyscall for sysv ipcAndrew Morton1-63/+0
2004-02-22[PATCH] fix shmatAndrew Morton1-1/+1
2004-02-06[PATCH] PA-RISC needs IPC64 structsMatthew Wilcox2-2/+2
2004-01-25[PATCH] Fix error checking in IPC_SETAndi Kleen1-0/+1
2003-12-29[PATCH] lockless semopAndrew Morton1-6/+69
2003-10-21[PATCH] ipc msg race fixAndrew Morton1-1/+10
2003-10-06[PATCH] UID16 fixesAndi Kleen1-4/+4
2003-09-21[PATCH] Fix sem_lock deadlockAndrew Morton1-1/+3
2003-08-31[PATCH] ipc_init() uses vmalloc too earlyAndrew Morton1-2/+3
2003-08-30[PATCH] More ->pid to ->tgid changesUlrich Drepper3-9/+9
2003-08-13[PATCH] sparse annotations for ipc/semDave Jones1-5/+5
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-1/+1
2003-07-04[PATCH] ipc semaphore optimizationAndrew Morton1-57/+38
2003-07-01[PATCH] Fix IPC ABI for AMD64Andi Kleen2-2/+2
2003-06-20[PATCH] sysv semundo fixesAndrew Morton2-183/+123
2003-06-02[PATCH] remove 16-bit pid assumption from ipc/sem.cAndrew Morton1-26/+22
2003-05-12[PATCH] semop race fixAndrew Morton2-14/+22
2003-05-09Annotate IPC system calls with user pointer annotationsLinus Torvalds1-7/+11
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-1/+1
2003-04-20[PATCH] shm_get_stat-handle-hugetlb-pages.patchAndrew Morton1-11/+19
2003-04-20[PATCH] shmdt() speedupAndrew Morton1-7/+52
2003-01-09[PATCH] 2.5.52-lsm-{dummy,ipc}.patchStephen D. Smalley3-8/+106
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones1-2/+2
2002-12-21[PATCH] hugetlb: report shared memory attachment countsAndrew Morton1-2/+5
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-14[PATCH] semtimedop - semop() with a timeoutAndrew Morton2-2/+34
2002-12-07Merge conectiva.com.br:/home/BK/includes-2.5.oldArnaldo Carvalho de Melo1-0/+2
2002-12-02[PATCH] memory barrier work in ipc/util.cAndrew Morton1-16/+40
2002-11-26LSM: change if statements into something more readable for the ipc/*, mm/*, a...Greg Kroah-Hartman3-3/+6
2002-11-23MergeGreg Kroah-Hartman4-13/+10
2002-11-23o uaccess.h: remove include sched.h, it only needs thread_info.hArnaldo Carvalho de Melo1-0/+2
2002-11-21[PATCH] Add SMP barrier to ipc's grow_ary()Andrew Morton1-1/+7
2002-11-21[PATCH] shmdt bugfixAndrew Morton1-15/+9
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen3-15/+15
2002-10-31[PATCH] uninlining in ipc/*Andrew Morton2-72/+77
2002-10-31[PATCH] use RCU for IPC lockingAndrew Morton5-111/+220
2002-10-30[PATCH] hugetlbfs backing for SYSV shared memoryAndrew Morton1-45/+82
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman4-13/+10
2002-10-08[PATCH] Base set of LSM hooks for SysV IPCStephen D. Smalley4-1/+34
2002-09-18kbuild: Remove O_TARGET from {kernel,mm,fs,...}/MakefileKai Germaschewski1-7/+0
2002-09-09[PATCH] Designated initializers for shmRusty Russell1-4/+4
2002-07-29[PATCH] remove acct arg from do_munmapHugh Dickins1-1/+1
2002-07-29[PATCH] shmem_file_setup when MAP_NORESERVEHugh Dickins1-1/+1
2002-07-28[PATCH] strict overcommitAndrew Morton1-1/+1
2002-07-23[PATCH] shm_destroy lock hangHugh Dickins1-7/+8
2002-07-16Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman3-49/+13
2002-07-14[PATCH] ipc_ staticsStephen Rothwell2-5/+5
2002-07-14LSM: move struct shmid_kernel out of ipc/shm.c to include/linux/shm.hGreg Kroah-Hartman2-19/+9
2002-07-14LSM: move the struct msg_msg and struct msg_queue definitions out of the msg....Greg Kroah-Hartman1-30/+4
2002-05-26[PATCH] semctl SUSv2 complianceRusty Russell1-0/+1
2002-04-28[PATCH] 2.5.10 BKL not always released in sem_exit()Chris Wright1-1/+3
2002-04-23[PATCH] 2.5.9 SEM_UNDO patchDave Olien2-36/+214
2002-04-02Fix missing include due to do_exit() BKL movementLinus Torvalds1-0/+1
2002-04-02[PATCH] wrong return codes in ipc shmDave Jones1-2/+5
2002-04-02[PATCH] BKL reduction in do_exitDave Hansen1-0/+4
2002-03-17[PATCH] struct super_block cleanup - shmemBrian Gerst1-0/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-0/+1
2002-02-04v2.5.0.7 -> v2.5.0.8Linus Torvalds1-3/+24
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-3/+5
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-2/+15
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds2-3/+13
2002-02-04v2.4.8.1 -> v2.4.8.2Linus Torvalds1-1/+1
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds1-7/+14
2002-02-04v2.4.2.4 -> v2.4.2.5Linus Torvalds1-4/+6
2002-02-04v2.4.1.4 -> v2.4.2Linus Torvalds4-6/+6
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds4-4/+4
2002-02-04v2.4.0.3 -> v2.4.0.4Linus Torvalds1-2/+3
2002-02-04Import changesetLinus Torvalds6-0/+3224