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
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-14
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2016-12-06
lockdep: Fix report formatting
Dmitry Vyukov
2016-12-04
don't open-code file_inode()
Al Viro
2016-12-02
locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...
Thomas Gleixner
2016-12-02
locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALL
Thomas Gleixner
2016-12-02
Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes
Ingo Molnar
2016-12-02
locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()
Thomas Gleixner
2016-12-02
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
2016-11-30
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2016-11-22
locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...
Pan Xinhui
2016-11-22
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-11-18
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
2016-11-11
locking/lockdep: Remove unused parameter from the add_lock_to_list() function
Tahsin Erdogan
2016-10-25
locking/mutex: Enable optimistic spinning of woken waiter
Waiman Long
2016-10-25
locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()
Waiman Long
2016-10-25
locking/mutex: Restructure wait loop
Peter Zijlstra
2016-10-25
locking/mutex: Add lock handoff to avoid starvation
Peter Zijlstra
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
2016-09-22
locking/lglock: Remove lglock implementation
Peter Zijlstra
2016-09-22
stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()
Oleg Nesterov
2016-09-22
locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()
Pan Xinhui
2016-08-18
locking/rwsem: Scan the wait_list for readers only once
Davidlohr Bueso
2016-08-18
locking/rwsem: Remove a few useless comments
Davidlohr Bueso
2016-08-18
locking/rwsem: Return void in __rwsem_mark_wake()
Davidlohr Bueso
2016-08-10
locking/percpu-rwsem: Optimize readers and reduce global impact
Peter Zijlstra
2016-08-10
locking/pvstat: Separate wait_again and spurious wakeup stats
Waiman Long
2016-08-10
locking/qspinlock: Improve readability
Peter Zijlstra
2016-08-10
locking/pvqspinlock: Fix a bug in qstat_read()
Pan Xinhui
2016-08-10
locking/pvqspinlock: Fix double hash race
Wanpeng Li
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-07-07
Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready
Ingo Molnar
2016-06-27
locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()
Pan Xinhui
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
2016-06-16
locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()
Peter Zijlstra
2016-06-16
locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()
Peter Zijlstra
2016-06-16
locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions
Peter Zijlstra
2016-06-14
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
[next]