index
:
linux-toradex.git
colibri
colibri_vf
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.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
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
2021-11-17
locking/lockdep: Avoid RCU-induced noinstr fail
Peter Zijlstra
2021-09-15
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
2021-07-14
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
2021-07-14
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
2021-05-26
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
2021-04-28
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
2021-04-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
2021-04-07
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
2021-01-30
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2021-01-09
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2021-01-09
rwsem: Implement down_read_interruptible
Eric W. Biederman
2021-01-09
rwsem: Implement down_read_killable_nested
Eric W. Biederman
2020-10-01
locking/lockdep: Decrement IRQ context counters when removing lock chain
Waiman Long
2020-09-03
locking/lockdep: Fix overflow in presentation of average lock-time
Chris Wilson
2020-04-23
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
2020-04-17
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
2020-03-05
locking/lockdep: Fix lockdep_stats indentation problem
Waiman Long
2020-01-23
locking/lockdep: Fix buffer overrun problem in stack_trace[]
Waiman Long
2020-01-23
locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWN
Waiman Long
2020-01-12
locking/spinlock/debug: Fix various data races
Marco Elver
2019-09-25
Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
Wanpeng Li
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-16
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-08-08
mutex: Fix up mutex_waiter usage
Peter Zijlstra
2019-08-06
locking/mutex: Use mutex flags macro instead of hard code
Mukesh Ojha
2019-08-06
locking/mutex: Make __mutex_owner static to mutex.c
Mukesh Ojha
2019-08-06
locking/rwsem: Check for operations on an uninitialized rwsem
Davidlohr Bueso
2019-08-06
locking/rwsem: Make handoff writer optimistically spin on owner
Waiman Long
2019-08-01
lockdep: Make print_lock() address visible
Paul E. McKenney
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
2019-07-25
locking/lockdep: Report more stack trace statistics
Bart Van Assche
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not mod...
Bart Van Assche
2019-07-25
locking/mutex: Test for initialized mutex
Sebastian Andrzej Siewior
2019-07-25
locking/lockdep: Clean up #ifdef checks
Arnd Bergmann
2019-07-25
locking/lockdep: Hide unused 'class' variable
Arnd Bergmann
2019-07-25
locking/rwsem: Add ACQUIRE comments
Peter Zijlstra
2019-07-25
lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop
Peter Zijlstra
2019-07-25
locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is empty
Jan Stancek
2019-07-25
locking/rwsem: Don't call owner_on_cpu() on read-owner
Waiman Long
2019-07-15
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-07-13
locking/lockdep: Fix lock used or unused stats error
Yuyang Du
2019-07-08
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-06-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-06-25
locking/lockdep: increase size of counters for lockdep statistics
Kobe Wu
2019-06-25
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
2019-06-19
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...
Paul E. McKenney
2019-06-17
locking/rwsem: Guard against making count negative
Waiman Long
[next]