Historial de Commits

Autor SHA1 Mensaje Fecha
  Davidlohr Bueso 4271b05a22 ipc,msg: prevent race with rmid in msgsnd,msgrcv hace 12 años
  Davidlohr Bueso 53dad6d3a8 ipc: fix race with LSMs hace 12 años
  Davidlohr Bueso 4718787d1f ipc,msg: drop msg_unlock hace 12 años
  Davidlohr Bueso d9a605e40b ipc: rename ids->rw_mutex hace 12 años
  Manfred Spraul bebcb928c8 ipc/msg.c: Fix lost wakeup in msgsnd(). hace 12 años
  Svenning Sørensen 368ae537e0 IPC: bugfix for msgrcv with msgtyp < 0 hace 12 años
  Davidlohr Bueso 9ad66ae65f ipc: remove unused functions hace 12 años
  Davidlohr Bueso 41a0d523d0 ipc,msg: shorten critical region in msgrcv hace 12 años
  Davidlohr Bueso 3dd1f784ed ipc,msg: shorten critical region in msgsnd hace 12 años
  Davidlohr Bueso ac0ba20ea6 ipc,msg: make msgctl_nolock lockless hace 12 años
  Davidlohr Bueso a5001a0d97 ipc,msg: introduce lockless functions to obtain the ipc object hace 12 años
  Davidlohr Bueso 2cafed30f1 ipc,msg: introduce msgctl_nolock hace 12 años
  Davidlohr Bueso 15724ecb7e ipc,msg: shorten critical region in msgctl_down hace 12 años
  Davidlohr Bueso 7b4cc5d841 ipc: move locking out of ipcctl_pre_down_nolock hace 12 años
  Davidlohr Bueso cf9d5d78d0 ipc: close open coded spin lock calls hace 12 años
  Davidlohr Bueso dbfcd91f06 ipc: move rcu lock out of ipc_addid hace 12 años
  Nikola Pajkovsky 41239fe82d ipc/msg.c: use list_for_each_entry_[safe] for list traversing hace 12 años
  Rik van Riel 6062a8dc05 ipc,sem: fine grained locking for semtimedop hace 12 años
  Peter Hurley daaf74cf08 ipc: refactor msg list search into separate function hace 12 años
  Peter Hurley d076ac9112 ipc: simplify msg list search hace 12 años
  Peter Hurley 8ac6ed5857 ipc: implement MSG_COPY as a new receive mode hace 12 años
  Peter Hurley 852028af86 ipc: remove msg handling from queue scan hace 12 años
  Stanislav Kinsbursky 2dc958fa2f ipc: set msg back to -EAGAIN if copy wasn't performed hace 12 años
  Peter Hurley 88b9e456b1 ipc: don't allocate a copy larger than max hace 12 años
  Stanislav Kinsbursky 3fcfe78658 ipc: add more comments to message copying related code hace 12 años
  Stanislav Kinsbursky 51eeacaa07 ipc: simplify message copying hace 12 años
  Stanislav Kinsbursky b30efe2775 ipc: convert prepare_copy() from macro to function hace 12 años
  Stanislav Kinsbursky 85398aa8de ipc: simplify free_copy() call hace 12 años
  Stanislav Kinsbursky 4a674f34ba ipc: introduce message queue copy feature hace 12 años
  Stanislav Kinsbursky f9dd87f473 ipc: message queue receive cleanup hace 12 años