summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAge
* 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
* rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-04
* futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2017-03-23
* futex: Futex_unlock_pi() determinismPeter Zijlstra2017-03-23
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2017-03-23
* futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2017-03-23
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2017-03-23
* futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra2017-03-23
* futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra2017-03-23
* futex: Cleanup refcountingPeter Zijlstra2017-03-23
* futex: Change locking rulesPeter Zijlstra2017-03-23
* futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2017-03-23
* futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra2017-03-23
* futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra2017-03-23
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-14
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-14
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm: add new mmgrab() helperVegard Nossum2017-02-27
* futex: Move futex_init() to core_initcallYang Yang2017-02-13
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-21
* futex: Add some more function commentryThomas Gleixner2016-09-05
* futex: Assume all mappings are private on !MMU systemsThomas Gleixner2016-07-29
* futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-06-08
* x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-22
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-21
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-20
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2016-03-08
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2016-02-17
* futex: Rename barrier references in ordering guaranteesDavidlohr Bueso2016-02-17
* rtmutex: Make wait_lock irq safeThomas Gleixner2016-01-26
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-20
* mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-15
* futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov2016-01-15
* futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT opDarren Hart2015-12-20
* futex: Cleanup the goto confusion in requeue_pi()Thomas Gleixner2015-12-20
* futex: Remove pointless put_pi_state calls in requeue()Thomas Gleixner2015-12-20