| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/mm_init.c: remove obsolete macro HASH_SMALL | Miaohe Lin | 2023-08-18 | 1 | -2/+1 |
* | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2023-01-01 | 1 | -4/+7 |
|\ |
|
| * | futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error | Mathieu Desnoyers | 2022-12-27 | 1 | -4/+7 |
* | | futex: Resend potentially swallowed owner death notification | Alexey Izbyshev | 2022-12-02 | 1 | -9/+17 |
|/ |
|
* | freezer,sched: Rewrite core freezer logic | Peter Zijlstra | 2022-09-07 | 1 | -4/+4 |
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-05-26 | 1 | -0/+1 |
|\ |
|
| * | futex: add missing rtmutex.h include | Christian König | 2022-04-07 | 1 | -0/+1 |
* | | futex: Remove a PREEMPT_RT_FULL reference. | Sebastian Andrzej Siewior | 2022-05-13 | 1 | -1/+1 |
|/ |
|
* | mm/truncate: Inline invalidate_complete_page() into its one caller | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+1 |
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 1 | -1/+1 |
|\ |
|
| * | exit: Move oops specific logic from do_exit into make_task_dead | Eric W. Biederman | 2021-12-13 | 1 | -1/+1 |
* | | futex: Remove futex_cmpxchg detection | Arnd Bergmann | 2021-11-25 | 3 | -63/+0 |
|/ |
|
* | futex: Fix PREEMPT_RT build | Peter Zijlstra | 2021-10-19 | 1 | -0/+4 |
* | futex: Implement sys_futex_waitv() | André Almeida | 2021-10-07 | 3 | -0/+335 |
* | futex: Simplify double_lock_hb() | Peter Zijlstra | 2021-10-07 | 1 | -8/+6 |
* | futex: Split out wait/wake | Peter Zijlstra | 2021-10-07 | 4 | -536/+543 |
* | futex: Split out requeue | Peter Zijlstra | 2021-10-07 | 4 | -963/+979 |
* | futex: Rename mark_wake_futex() | Peter Zijlstra | 2021-10-07 | 1 | -5/+5 |
* | futex: Rename: match_futex() | Peter Zijlstra | 2021-10-07 | 1 | -12/+12 |
* | futex: Rename: hb_waiter_{inc,dec,pending}() | Peter Zijlstra | 2021-10-07 | 1 | -17/+17 |
* | futex: Split out PI futex | Peter Zijlstra | 2021-10-07 | 4 | -1405/+1449 |
* | futex: Rename: {get,cmpxchg}_futex_value_locked() | Peter Zijlstra | 2021-10-07 | 1 | -15/+15 |
* | futex: Rename hash_futex() | Peter Zijlstra | 2021-10-07 | 1 | -11/+11 |
* | futex: Rename __unqueue_futex() | Peter Zijlstra | 2021-10-07 | 1 | -7/+7 |
* | futex: Rename: queue_{,un}lock() | Peter Zijlstra | 2021-10-07 | 1 | -13/+13 |
* | futex: Rename futex_wait_queue_me() | Peter Zijlstra | 2021-10-07 | 1 | -5/+5 |
* | futex: Rename {,__}{,un}queue_me() | Peter Zijlstra | 2021-10-07 | 1 | -23/+23 |
* | futex: Split out syscalls | Peter Zijlstra | 2021-10-07 | 4 | -418/+453 |
* | futex: Move to kernel/futex/ | Peter Zijlstra | 2021-10-07 | 2 | -0/+4275 |