index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
2025-06-11
futex: Verify under the lock if hash can be replaced
Sebastian Andrzej Siewior
1
-0
/
+10
2025-06-05
futex: Handle invalid node numbers supplied by user
Peter Zijlstra
1
-2
/
+2
2025-06-03
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-06-01
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-21
futex: Correct the kernedoc return value for futex_wait_setup().
Sebastian Andrzej Siewior
1
-1
/
+2
2025-05-16
futex: Fix kernel-doc comments
Borislav Petkov (AMD)
2
-3
/
+3
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
2
-17
/
+105
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
2
-20
/
+113
2025-05-03
futex: Allow to make the private hash immutable
Sebastian Andrzej Siewior
1
-6
/
+43
2025-05-03
futex: Allow to resize the private local hash
Sebastian Andrzej Siewior
2
-19
/
+276
2025-05-03
futex: Allow automatic allocation of process wide futex hash
Sebastian Andrzej Siewior
1
-0
/
+11
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
2
-18
/
+200
2025-05-03
futex: Create helper function to initialize a hash slot
Sebastian Andrzej Siewior
1
-5
/
+9
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
4
-6
/
+53
2025-05-03
futex: Decrease the waiter count before the unlock operation
Sebastian Andrzej Siewior
2
-5
/
+5
2025-05-03
futex: Acquire a hash reference in futex_wait_multiple_setup()
Sebastian Andrzej Siewior
1
-0
/
+6
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
2
-0
/
+20
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
5
-24
/
+30
2025-05-03
futex: Create hb scopes
Peter Zijlstra
4
-474
/
+493
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
4
-10
/
+8
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
3
-40
/
+41
2025-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
1
-10
/
+11
2025-02-08
Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+14
2025-01-27
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+1
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
4
-8
/
+14
2025-01-13
kernel: remove get_task_comm() and print task comm directly
Yafang Shao
1
-2
/
+1
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
1
-4
/
+1
2024-12-09
futex: fix user access on powerpc
Linus Torvalds
1
-2
/
+2
2024-11-25
futex: improve user space accesses
Linus Torvalds
2
-24
/
+57
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-11-20
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2024-11-20
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+5
2024-11-08
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-11-07
futex: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-3
/
+3
2024-10-17
futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
Uros Bizjak
1
-2
/
+2
2024-10-17
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Uros Bizjak
1
-1
/
+1
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
1
-1
/
+5
2024-09-02
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
1
-0
/
+1
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
1
-1
/
+1
2024-01-19
futex: Prevent the reuse of stale pi_state
Sebastian Andrzej Siewior
2
-6
/
+20
2023-12-21
plist: Split out plist_types.h
Kent Overstreet
3
-0
/
+3
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
1
-3
/
+6
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
[next]