Commit Graph

176 Commits (62a45b60923a576170a1a0c309c240d9f40d193d)

Author SHA1 Message Date
Darren Hart 0cd9c6494e futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup 14 years ago
Steven Rostedt 2909620217 futex: Fix WARN_ON() test for UP 14 years ago
Serge E. Hallyn b0e77598f8 userns: user namespaces: convert several capable() calls 14 years ago
Thomas Gleixner 6e0aa9f8a8 futex: Deobfuscate handle_futex_death() 14 years ago
Lai Jiangshan 017f2b239d futex,plist: Remove debug lock assignment from plist_node 14 years ago
Lai Jiangshan 2e12978a9f futex,plist: Pass the real head of the priority list to plist_del() 14 years ago
Michel Lespinasse 37a9d912b2 futex: Sanitize cmpxchg_futex_value_locked API 14 years ago
Thomas Gleixner c0c9ed1504 futex: Avoid redudant evaluation of task_pid_vnr() 14 years ago
Michel Lespinasse 8fe8f545c6 futex: Update futex_wait_setup comments about locking 14 years ago
Lai Jiangshan 8161239a8b rtmutex: Simplify PI algorithm and make highest prio task get lock 14 years ago
Andrea Arcangeli a5b338f2b0 thp: update futex compound knowledge 14 years ago
Steven Rostedt f123c98e7f rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi() 14 years ago
Darren Hart 5bdb05f91b futex: Add futex_q static initializer 14 years ago
Darren Hart b41277dc7a futex: Replace fshared and clockrt with combined flags 14 years ago
Thomas Gleixner ae791a2d2e futex: Cleanup stale fshared flag interfaces 14 years ago
Darren Hart 4c115e951d futex: Address compiler warnings in exit_robust_list 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 15 years ago
Darren Hart 7ada876a87 futex: Fix errors in nested key ref-counting 15 years ago
Randy Dunlap fb62db2ba9 futex: Fix kernel-doc notation & typos 15 years ago
Namhyung Kim 15e408cd6c futex: Add lock context annotations 15 years ago
Namhyung Kim a3c74c5257 futex: Mark restart_block.futex.uaddr[2] __user 15 years ago
Namhyung Kim 1dcc41bb03 futex: Change 3rd arg of fetch_robust_entry() to unsigned int* 15 years ago
Michal Hocko 7a0ea09ad5 futex: futex_find_get_task remove credentails check 15 years ago
Thomas Gleixner 59647b6ac3 futex: Handle futex value corruption gracefully 15 years ago
Thomas Gleixner 51246bfd18 futex: Handle user space corruption gracefully 15 years ago
Mikael Pettersson 5ecb01cfdf futex_lock_pi() key refcnt fix 15 years ago
KOSAKI Motohiro 7485d0d375 futexes: Remove rw parameter from get_futex_key() 15 years ago
Thomas Gleixner d209d74d52 rtmutes: Convert rtmutex.lock to raw_spinlock 15 years ago
Thomas Gleixner 1d61548254 sched: Convert pi_lock to raw_spinlock 15 years ago
Thomas Gleixner a26724591e plist: Make plist debugging raw_spinlock aware 15 years ago
Andi Kleen 722d017237 futex: Take mmap_sem for get_user_pages in fault_in_user_writeable 15 years ago
Thomas Gleixner 11df6dddcb futex: Fix spurious wakeup for requeue_pi really 16 years ago
Darren Hart 89061d3d58 futex: Move drop_futex_key_refs out of spinlock'ed region 16 years ago
Darren Hart 2bc872036e futex: Check for NULL keys in match_futex 16 years ago
Thomas Gleixner d58e6576b0 futex: Handle spurious wake up 16 years ago
Darren Hart da08568101 futex: fix requeue_pi key imbalance 16 years ago
Thomas Gleixner eaaea8036d futex: Fix locking imbalance 16 years ago
Darren Hart 9beba3c54d futex: Add memory barrier commentary to futex_wait_queue_me() 16 years ago
Darren Hart 0729e19614 futex: Fix wakeup race by setting TASK_INTERRUPTIBLE before queue_me() 16 years ago
Darren Hart d8d88fbb18 futex: Correct futex_q woken state commentary 16 years ago
Darren Hart d96ee56ce0 futex: Make function kernel-doc commentary consistent 16 years ago
Darren Hart d40d65c8db futex: Correct queue_me and unqueue_me commentary 16 years ago
Darren Hart 56ec1607b1 futex: Correct futex_wait_requeue_pi() commentary 16 years ago
Darren Hart 84bc4af590 futex: Detect mismatched requeue targets 16 years ago
Darren Hart 392741e0a4 futex: Fix handling of bad requeue syscall pairing 16 years ago
Darren Hart beda2c7ea2 futex: Update futex_q lock_ptr on requeue proxy lock 16 years ago
Darren Hart cc6db4e601 futex: Correct futex_wait_requeue_pi() commentary 16 years ago
Sonny Rao ce2ae53b75 futexes: Fix infinite loop in get_futex_key() on huge page 16 years ago
Thomas Gleixner aa715284b4 futex: request only one page from get_user_pages() 16 years ago
Thomas Gleixner d0725992c8 futex: Fix the write access fault problem for real 16 years ago