index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
six.c
Age
Commit message (
Expand
)
Author
2024-09-29
Merge tag 'bcachefs-2024-09-28' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-09-27
bcachefs: Fix lost wake up
Alan Huang
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-01-01
bcachefs: six locks: Simplify optimistic spinning
Kent Overstreet
2023-11-14
bcachefs: six locks: Fix lost wakeup
Kent Overstreet
2023-10-30
six locks: Lock contended tracepoints
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()
Kent Overstreet
2023-10-22
bcachefs: six locks: Fix missing barrier on wait->lock_acquired
Kent Overstreet
2023-10-22
six locks: Disable percpu read lock mode in userspace
Kent Overstreet
2023-10-22
six locks: Use atomic_try_cmpxchg_acquire()
Kent Overstreet
2023-10-22
six locks: Fix an unitialized var
Kent Overstreet
2023-10-22
six locks: Delete redundant comment
Kent Overstreet
2023-10-22
six locks: Tiny bit more tidying
Kent Overstreet
2023-10-22
six locks: Seq now only incremented on unlock
Kent Overstreet
2023-10-22
six locks: Split out seq, use atomic_t instead of atomic64_t
Kent Overstreet
2023-10-22
six locks: Single instance of six_lock_vals
Kent Overstreet
2023-10-22
six_locks: Kill test_bit()/set_bit() usage
Kent Overstreet
2023-10-22
six locks: lock->state.seq no longer used for write lock held
Kent Overstreet
2023-10-22
six locks: Simplify six_relock()
Kent Overstreet
2023-10-22
six locks: Improve spurious wakeup handling in pcpu reader mode
Kent Overstreet
2023-10-22
six locks: Documentation, renaming
Kent Overstreet
2023-10-22
six locks: Kill six_lock_state union
Kent Overstreet
2023-10-22
six locks: Simplify dispatch
Kent Overstreet
2023-10-22
six locks: Centralize setting of waiting bit
Kent Overstreet
2023-10-22
six locks: Remove hacks for percpu mode lost wakeup
Kent Overstreet
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
2023-10-22
six locks: six_lock_readers_add()
Kent Overstreet
2023-10-22
six locks: be more careful about lost wakeups
Kent Overstreet
2023-10-22
six locks: Simplify six_lock_counts()
Kent Overstreet
2023-10-22
six locks: Improved optimistic spinning
Kent Overstreet
2023-10-22
six locks: Expose tracepoint IP
Kent Overstreet
2023-10-22
six locks: Wakeup now takes lock on behalf of waiter
Kent Overstreet
2023-10-22
six locks: Fix a lost wakeup
Kent Overstreet
2023-10-22
six locks: Enable lockdep
Kent Overstreet
2023-10-22
six locks: Add start_time to six_lock_waiter
Kent Overstreet
2023-10-22
six locks: six_lock_waiter()
Kent Overstreet
2023-10-22
six locks: Simplify wait lists
Kent Overstreet
2023-10-22
six locks: Delete six_lock_pcpu_free_rcu()
Kent Overstreet
2023-10-22
six locks: Improve six_lock_count
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet