summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-061-15/+11
|\
| * Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-281-12/+20
| |\
| * | futex: Convert futex_pi_state.refcount to refcount_tElena Reshetova2019-02-111-7/+8
| * | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-2/+1
| * | futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-6/+2
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\ \ | | |/ | |/|
| | * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
* | | futex: Handle early deadlock return correctlyThomas Gleixner2019-02-081-10/+18
* | | futex: Fix barrier commentDavidlohr Bueso2019-02-081-2/+2
|/ /
* / futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-15/+20
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-8/+199
|\
| * y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-071-10/+12
| * y2038: futex: Move compat implementation into futex.cArnd Bergmann2018-12-071-3/+192
* | futex: Cure exit raceThomas Gleixner2018-12-181-6/+63
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* futex: Replace spin_is_locked() with lockdepLance Roy2018-10-091-2/+2
* futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-201-0/+2
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-19/+1
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2018-01-241-3/+3
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-141-0/+3
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-141-16/+67
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2017-12-101-2/+2
* Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-041-2/+10
|\
| * futex: futex_wake_op, do not fail on invalid opJiri Slaby2017-11-021-2/+10
* | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
|/
* futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-0/+39
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-101-2/+3
|\
| * futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
* | futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-0/+22
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-20/+20
|\ \
| * | mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-161-20/+20
| |/
* / sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* futex: Clarify mark_wake_futex memory barrier usageDarren Hart (VMware)2017-04-151-4/+5
* futex: Fix small (and harmless looking) inconsistenciesPeter Zijlstra2017-04-141-4/+7
* futex: Avoid freeing an active timerThomas Gleixner2017-04-141-1/+3
* rtmutex: Clean upPeter Zijlstra2017-04-041-3/+4
* rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-041-4/+1
* futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2017-03-231-9/+21
* futex: Futex_unlock_pi() determinismPeter Zijlstra2017-03-231-13/+11
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2017-03-231-22/+55
* futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2017-03-231-2/+5
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2017-03-231-4/+1
* futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra2017-03-231-54/+100
* futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra2017-03-231-36/+14
* futex: Cleanup refcountingPeter Zijlstra2017-03-231-4/+9