Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann
2018-04-04Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-02ipc: add msgsnd syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski
2018-04-02ipc: add shmget syscall wrapperDominik Brodowski
2018-04-02ipc: add msgget syscall wrapperDominik Brodowski
2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski
2018-04-02ipc: add semget syscall wrapperDominik Brodowski
2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski
2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman
2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman
2017-11-18sysvipc: make get_maxid O(1) againDavidlohr Bueso
2017-11-18sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel
2017-07-16semctl(): move compat to nativeAl Viro
2017-07-16ipc: move compat shmctl to nativeAl Viro
2017-07-13ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-13ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-13ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-13ipc: drop non-RCU allocationKees Cook
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul
2017-04-18ipc: Remove unused declaration of recompute_msgmniEric W. Biederman
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2015-07-01ipc: rename ipc_obtain_objectDavidlohr Bueso
2014-06-07ipc, kernel: clear whitespacePaul McQuade
2014-06-07ipc: constify ipc_opsMathias Krause
2014-01-28ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-28ipc: whitespace cleanupManfred Spraul
2014-01-28ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause
2013-09-24ipc: fix race with LSMsDavidlohr Bueso
2013-09-12ipc: drop ipc_lock_checkDavidlohr Bueso
2013-09-12ipc: drop ipc_lock_by_ptrDavidlohr Bueso
2013-09-12ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-12ipc: drop ipcctl_pre_downDavidlohr Bueso
2013-07-09ipc: close open coded spin lock callsDavidlohr Bueso
2013-07-09ipc: introduce ipc object locking helpersDavidlohr Bueso
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso
2013-05-01ipc: introduce lockless pre_down ipcctlDavidlohr Bueso
2013-05-01ipc: introduce obtaining a lockless ipc objectDavidlohr Bueso
2013-05-01ipc: remove bogus lock comment for ipc_checkidDavidlohr Bueso
2013-01-05ipc: introduce message queue copy featureStanislav Kinsbursky