Commit Graph

556 Commits (f91e8d6d76866eafba255864ca617438cec268de)

Author SHA1 Message Date
Davidlohr Bueso 52644c9ab3 ipc,sem: use current->state helpers 10 years ago
Dave Hansen 07a46ed27d shmdt: use i_size_read() instead of ->i_size 10 years ago
Dave Hansen d3c97900b4 ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segments 10 years ago
Manfred Spraul 0050ee059f ipc/msg: increase MSGMNI, remove scaling 10 years ago
Manfred Spraul 2e094abfd1 ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() 10 years ago
Al Viro 33c429405a copy address of proc_ns_ops into ns_common 10 years ago
Al Viro 6344c433a4 new helpers: ns_alloc_inum/ns_free_inum 10 years ago
Al Viro 64964528b2 make proc_ns_operations work with struct ns_common * instead of void * 10 years ago
Al Viro 3c04118461 switch the rest of proc_ns_operations to working with &...->ns 10 years ago
Al Viro 435d5f4bb2 common object embedded into various struct ....ns 10 years ago
Manfred Spraul e8577d1f03 ipc/sem.c: fully initialize sem_array before making it visible 10 years ago
Al Viro 9f45f5bf30 new helper: audit_file() 10 years ago
Mark Rustad 0d5e75802c ipc: resolve shadow warnings 10 years ago
Rob Jones d66a0520cb ipc/util.c: use __seq_open_private() instead of seq_open() 10 years ago
Oleg Nesterov bf77b94c99 ipc/shm: kill the historical/wrong mm->start_stack check 10 years ago
Andrey Vagin 1195d94e00 ipc: always handle a new value of auto_msgmni 10 years ago
Masanari Iida da3dae54e4 Documentation: Docbook: Fix generated DocBook/kernel-api.xml 11 years ago
Jack Miller 83293c0f5a shm: allow exit_shm in parallel if only marking orphans 11 years ago
Jack Miller ab602f7991 shm: make exit_shm work proportional to task activity 11 years ago
Eric W. Biederman 728dba3a39 namespaces: Use task_lock and not rcu to protect nsproxy 11 years ago
Joe Perches a5c5928b75 ipc: convert use of typedef ctl_table to struct ctl_table 11 years ago
Manfred Spraul 9b44ee2eef ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT) 11 years ago
Manfred Spraul b220c57aec ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant 11 years ago
Manfred Spraul ed247b7ca0 ipc/sem.c: store which operation blocks in perform_atomic_semop() 11 years ago
Manfred Spraul d198cd6d6d ipc/sem.c: change perform_atomic_semop parameters 11 years ago
Manfred Spraul 2f2ed41dca ipc/sem.c: remove code duplication 11 years ago
Manfred Spraul 1994862dc9 ipc/sem.c: bugfix for semctl(,,GETZCNT) 11 years ago
Davidlohr Bueso 4bb6657dd3 ipc,msg: document volatile r_msg 11 years ago
Davidlohr Bueso 3440a6bd1d ipc,msg: move some msgq ns code around 11 years ago
Davidlohr Bueso f75a2f358d ipc,msg: use current->state helpers 11 years ago
Manfred Spraul 1376327ce1 ipc/shm.c: check for integer overflow during shmget. 11 years ago
Manfred Spraul 09c6eb1f65 ipc/shm.c: check for overflows of shm_tot 11 years ago
Manfred Spraul 247a8ce822 ipc/shm.c: check for ulong overflows in shmat 11 years ago
Paul McQuade 46c0a8ca3e ipc, kernel: clear whitespace 11 years ago
Paul McQuade 7153e40273 ipc, kernel: use Linux headers 11 years ago
Mathias Krause eb66ec44f8 ipc: constify ipc_ops 11 years ago
Davidlohr Bueso 6d08a2567c ipc: use device_initcall 11 years ago
Davidlohr Bueso 187841a800 ipc/compat.c: remove sc_semopm macro 11 years ago
Michael Kerrisk 4f87dac386 ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation 11 years ago
Heiko Carstens 8eee9093cd ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types 11 years ago
Heiko Carstens 5d70a59637 ipc/compat: convert to COMPAT_SYSCALL_DEFINE 11 years ago
Heiko Carstens 291fdb0bce ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t 11 years ago
Davidlohr Bueso f3713fd9cf ipc,mqueue: remove limits for the amount of system-wide queues 11 years ago
H. Peter Anvin 81993e81a9 compat: Get rid of (get|put)_compat_time(val|spec) 11 years ago
Mateusz Guzik e7ca255236 ipc: fix compat msgrcv with negative msgtyp 11 years ago
Davidlohr Bueso ffa571dafb ipc,msg: document barriers 11 years ago
Davidlohr Bueso daf948c7d1 ipc: delete seq_max field in struct ipc_ids 11 years ago
Davidlohr Bueso 8dc5cd04f9 ipc: simplify sysvipc_proc_open() return 11 years ago
Davidlohr Bueso 95d4eb2822 ipc: remove useless return statement 11 years ago
Davidlohr Bueso 3ab08fe204 ipc: remove braces for single statements 11 years ago