aboutsummaryrefslogtreecommitdiff
path: root/kernel/futex.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13futex: Convert to use the preferred 'fallthrough' macroGravatar Miaohe Lin 1-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+7
2020-07-18futex: Remove unused or redundant includesGravatar André Almeida 1-17/+0
2020-07-18futex: Consistently use fshared as booleanGravatar André Almeida 1-5/+5
2020-07-17futex: Remove needless goto'sGravatar André Almeida 1-24/+16
2020-07-17futex: Remove put_futex_key()Gravatar André Almeida 1-49/+12
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-04-20futex: get rid of a kernel-docs build warningGravatar Mauro Carvalho Chehab 1-0/+3
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-99/+8
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Thomas Gleixner 1-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-3/+2
2020-03-09futex: Unbreak futex hashingGravatar Thomas Gleixner 1-2/+2
2020-03-06futex: Remove {get,drop}_futex_key_refs()Gravatar Peter Zijlstra 1-84/+6
2020-03-06futex: Remove pointless mmgrap() + mmdrop()Gravatar Peter Zijlstra 1-13/+1
2020-03-06futex: Fix inode life-time issueGravatar Peter Zijlstra 1-36/+53
2020-01-09futex: Fix kernel-doc notation warningGravatar Randy Dunlap 1-0/+1
2019-11-20futex: Prevent exit livelockGravatar Thomas Gleixner 1-15/+91
2019-11-20futex: Provide distinct return value when owner is exitingGravatar Thomas Gleixner 1-7/+9
2019-11-20futex: Add mutex around futex exitGravatar Thomas Gleixner 1-0/+16
2019-11-20futex: Provide state handling for exec() as wellGravatar Thomas Gleixner 1-4/+34
2019-11-20futex: Sanitize exit state handlingGravatar Thomas Gleixner 1-7/+10
2019-11-20futex: Mark the begin of futex exit explicitlyGravatar Thomas Gleixner 1-1/+36
2019-11-20futex: Set task::futex_state to DEAD right after handling futex exitGravatar Thomas Gleixner 1-0/+1
2019-11-20futex: Split futex_mm_release() for exit/execGravatar Thomas Gleixner 1-1/+6
2019-11-20futex: Replace PF_EXITPIDONE with a stateGravatar Thomas Gleixner 1-12/+13
2019-11-20futex: Move futex exit handling into futex codeGravatar Thomas Gleixner 1-4/+29
2019-11-15futex: Prevent robust futex exit raceGravatar Yang Tao 1-7/+51
2019-10-29futex: Drop leftover wake_q_add() commentGravatar Davidlohr Bueso 1-1/+1
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Gravatar Thomas Gleixner 1-2/+2
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsGravatar Sebastian Andrzej Siewior 1-5/+3
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Gravatar Thomas Gleixner 1-1/+1
2019-06-03Merge tag 'v5.2-rc3' into locking/core, to pick up fixesGravatar Ingo Molnar 1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-28futex: Consolidate duplicated timer setup codeGravatar Waiman Long 1-30/+39
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+1
2019-04-26locking/futex: Allow low-level atomic operations to return -EAGAINGravatar Will Deacon 1-71/+117
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Gravatar Chen Jie 1-0/+4
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-15/+11
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-12/+20
2019-02-11futex: Convert futex_pi_state.refcount to refcount_tGravatar Elena Reshetova 1-7/+8
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 1-1/+1
2019-02-08futex: Handle early deadlock return correctlyGravatar Thomas Gleixner 1-10/+18
2019-02-08futex: Fix barrier commentGravatar Davidlohr Bueso 1-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-1/+1
2019-02-04sched/wake_q: Reduce reference counting for special usersGravatar Davidlohr Bueso 1-2/+1
2019-01-29futex: No need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-6/+2
2019-01-21futex: Fix (possible) missed wakeupGravatar Peter Zijlstra 1-5/+8