Peter Zijlstra
|
9bbb25afeb
futex: Add missing error handling to FUTEX_REQUEUE_PI
|
8 年之前 |
Peter Zijlstra
|
c236c8e95a
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
|
8 年之前 |
Ingo Molnar
|
6e84f31522
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
|
8 年之前 |
Ingo Molnar
|
84f001e157
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
|
8 年之前 |
Vegard Nossum
|
f1f1007644
mm: add new mmgrab() helper
|
8 年之前 |
Yang Yang
|
25f71d1c3e
futex: Move futex_init() to core_initcall
|
8 年之前 |
Thomas Gleixner
|
2456e85535
ktime: Get rid of the union
|
8 年之前 |
Waiman Long
|
194a6b5b9c
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
|
8 年之前 |
Thomas Gleixner
|
e8b61b3f2c
futex: Add some more function commentry
|
9 年之前 |
Thomas Gleixner
|
784bdf3bb6
futex: Assume all mappings are private on !MMU systems
|
9 年之前 |
Mel Gorman
|
077fa7aed1
futex: Calculate the futex key based on a tail page for file-based futexes
|
9 年之前 |
Linus Torvalds
|
bd28b14591
x86: remove more uaccess_32.h complexity
|
9 年之前 |
Davidlohr Bueso
|
fe1bce9e21
futex: Acknowledge a new waiter in counter before plist
|
9 年之前 |
Sebastian Andrzej Siewior
|
89e9e66ba1
futex: Handle unlock_pi race gracefully
|
9 年之前 |
Jianyu Zhan
|
29b75eb2d5
futex: Replace barrier() in unqueue_me() with READ_ONCE()
|
9 年之前 |
Mel Gorman
|
65d8fc777f
futex: Remove requirement for lock_page() in get_futex_key()
|
9 年之前 |
Davidlohr Bueso
|
8ad7b378d0
futex: Rename barrier references in ordering guarantees
|
9 年之前 |
Thomas Gleixner
|
b4abf91047
rtmutex: Make wait_lock irq safe
|
9 年之前 |
Jann Horn
|
caaee6234d
ptrace: use fsuid, fsgid, effective creds for fs access checks
|
9 年之前 |
Dominik Dingel
|
4a9e1cda27
mm: bring in additional flag for fixup_user_fault to signal unlock
|
9 年之前 |
Kirill A. Shutemov
|
14d27abd1d
futex, thp: remove special case for THP in get_futex_key
|
9 年之前 |
Darren Hart
|
337f13046f
futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op
|
9 年之前 |
Thomas Gleixner
|
885c2cb770
futex: Cleanup the goto confusion in requeue_pi()
|
9 年之前 |
Thomas Gleixner
|
4959f2de11
futex: Remove pointless put_pi_state calls in requeue()
|
9 年之前 |
Thomas Gleixner
|
ecb38b78f6
futex: Document pi_state refcounting in requeue code
|
9 年之前 |
Thomas Gleixner
|
29e9ee5d48
futex: Rename free_pi_state() to put_pi_state()
|
9 年之前 |
Thomas Gleixner
|
fb75a4282d
futex: Drop refcount if requeue_pi() acquired the rtmutex
|
9 年之前 |
Linus Torvalds
|
e880e87488
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
|
9 年之前 |
Viresh Kumar
|
621a5f7ad9
debugfs: Pass bool pointer to debugfs_create_bool()
|
10 年之前 |
Rasmus Villemoes
|
ac742d3718
futex: Force hot variables into a single cache line
|
10 年之前 |