index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
futex
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
4
-27
/
+63
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
1
-1
/
+11
2023-10-04
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...
Li zeming
1
-1
/
+1
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
2
-5
/
+10
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
2
-5
/
+16
2023-09-29
futex: add wake_data to struct futex_q
Jens Axboe
1
-0
/
+2
2023-09-29
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
2
-11
/
+23
2023-09-29
futex: factor out the futex wake handling
Jens Axboe
3
-4
/
+10
2023-09-29
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
2
-2
/
+2
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
1
-0
/
+38
2023-09-21
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
3
-10
/
+13
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
5
-15
/
+18
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
3
-55
/
+129
2023-09-21
futex: FLAGS_STRICT
peterz@infradead.org
3
-11
/
+15
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
1
-0
/
+30
2023-09-21
futex: Validate futex value against futex size
peterz@infradead.org
2
-0
/
+13
2023-09-21
futex: Flag conversion
peterz@infradead.org
3
-20
/
+71
2023-09-21
futex: Extend the FUTEX2 flags
peterz@infradead.org
1
-2
/
+7
2023-09-21
futex: Clarify FUTEX2 flags
peterz@infradead.org
1
-4
/
+3
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
2
-30
/
+52
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
1
-0
/
+11
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
1
-2
/
+1
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
1
-34
/
+33
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
1
-2
/
+1
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+7
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
1
-4
/
+7
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
1
-9
/
+17
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-4
/
+4
2022-05-26
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2022-05-13
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
1
-1
/
+1
2022-04-07
futex: add missing rtmutex.h include
Christian König
1
-0
/
+1
2022-03-21
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
1
-1
/
+1
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
3
-63
/
+0
2021-10-19
futex: Fix PREEMPT_RT build
Peter Zijlstra
1
-0
/
+4
2021-10-07
futex: Implement sys_futex_waitv()
André Almeida
3
-0
/
+335
2021-10-07
futex: Simplify double_lock_hb()
Peter Zijlstra
1
-8
/
+6
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
4
-536
/
+543
2021-10-07
futex: Split out requeue
Peter Zijlstra
4
-963
/
+979
2021-10-07
futex: Rename mark_wake_futex()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename: match_futex()
Peter Zijlstra
1
-12
/
+12
2021-10-07
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
1
-17
/
+17
2021-10-07
futex: Split out PI futex
Peter Zijlstra
4
-1405
/
+1449
2021-10-07
futex: Rename: {get,cmpxchg}_futex_value_locked()
Peter Zijlstra
1
-15
/
+15
2021-10-07
futex: Rename hash_futex()
Peter Zijlstra
1
-11
/
+11
2021-10-07
futex: Rename __unqueue_futex()
Peter Zijlstra
1
-7
/
+7
2021-10-07
futex: Rename: queue_{,un}lock()
Peter Zijlstra
1
-13
/
+13
2021-10-07
futex: Rename futex_wait_queue_me()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename {,__}{,un}queue_me()
Peter Zijlstra
1
-23
/
+23
[next]