aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAge
* hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-01
* hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-01
* hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-30
* Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar2019-06-03
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* | futex: Consolidate duplicated timer setup codeWaiman Long2019-05-28
|/
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-14
* locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon2019-04-26
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-03-22
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-06
|\
| * Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-28
| |\
| * | futex: Convert futex_pi_state.refcount to refcount_tElena Reshetova2019-02-11
| * | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-04
| * | futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-29
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-05
|\ \ \ | |_|/ |/| |
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-10
| |\ \ | | |/ | |/|
| | * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-06
* | | futex: Handle early deadlock return correctlyThomas Gleixner2019-02-08
* | | futex: Fix barrier commentDavidlohr Bueso2019-02-08
|/ /
* / futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-21
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-28
|\
| * y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-07
| * y2038: futex: Move compat implementation into futex.cArnd Bergmann2018-12-07
* | futex: Cure exit raceThomas Gleixner2018-12-18
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* futex: Replace spin_is_locked() with lockdepLance Roy2018-10-09
* futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-20
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-06
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2018-01-24
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-14
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-14
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2017-12-10
* Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-04
|\
| * futex: futex_wake_op, do not fail on invalid opJiri Slaby2017-11-02
* | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-01
|/
* futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-25
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-25
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-10
|\
| * futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-09
* | futex: Allow for compiling out PI supportNicolas Pitre2017-08-01
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-04
|\ \
| * | mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-16
| |/
* / sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* futex: Clarify mark_wake_futex memory barrier usageDarren Hart (VMware)2017-04-15
* futex: Fix small (and harmless looking) inconsistenciesPeter Zijlstra2017-04-14
* futex: Avoid freeing an active timerThomas Gleixner2017-04-14
* rtmutex: Clean upPeter Zijlstra2017-04-04