summaryrefslogtreecommitdiffstats
path: root/kernel/futex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* futex: Change locking rulesPeter Zijlstra2017-03-231-33/+132
* futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2017-03-231-16/+14
* futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra2017-03-231-2/+1
* futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra2017-03-231-15/+15
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-141-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-141-9/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-02-131-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-211-4/+4
* futex: Add some more function commentryThomas Gleixner2016-09-051-3/+12
* futex: Assume all mappings are private on !MMU systemsThomas Gleixner2016-07-291-1/+22
* futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-06-081-3/+11
* x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-221-1/+1
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-211-1/+1
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-201-3/+22
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2016-03-081-2/+6
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2016-02-171-8/+91
* futex: Rename barrier references in ordering guaranteesDavidlohr Bueso2016-02-171-17/+17
* rtmutex: Make wait_lock irq safeThomas Gleixner2016-01-261-9/+9
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+1
* mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-151-1/+1
OpenPOWER on IntegriCloud