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
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
1
-6
/
+6
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
1
-18
/
+20
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
1
-3
/
+8
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
1
-3
/
+10
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
3
-21
/
+69
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
1
-15
/
+17
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
1
-0
/
+57
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
1
-2
/
+13
2016-06-08
Merge branch 'locking/urgent' into locking/core, to pick up dependency
Ingo Molnar
1
-0
/
+60
2016-06-08
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
1
-0
/
+60
2016-06-08
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
1
-1
/
+1
2016-06-08
locking/lockdep: Use __jhash_mix() for iterate_chain_key()
Peter Zijlstra
1
-4
/
+9
2016-06-03
locking/mutex: Set and clear owner using WRITE_ONCE()
Jason Low
2
-4
/
+10
2016-06-03
locking/rwsem: Optimize write lock by reducing operations in slowpath
Jason Low
1
-7
/
+18
2016-06-03
locking/rwsem: Rework zeroing reader waiter->task
Davidlohr Bueso
1
-10
/
+7
2016-06-03
locking/rwsem: Enable lockless waiter wakeup(s)
Davidlohr Bueso
1
-16
/
+42
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
1
-3
/
+6
2016-05-26
add down_write_killable_nested()
Al Viro
1
-0
/
+16
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2016-05-17
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+62
2016-05-16
Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-8
/
+68
2016-05-15
locking/rwsem: Fix down_write_killable()
Peter Zijlstra
1
-6
/
+15
2016-05-12
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
2
-3
/
+36
2016-05-05
locking/pvqspinlock: Robustify init_qspinlock_stat()
Davidlohr Bueso
1
-8
/
+14
2016-05-05
locking/pvqspinlock: Avoid double resetting of stats
Davidlohr Bueso
1
-2
/
+0
2016-05-05
Merge tag 'v4.6-rc6' into locking/core, to pick up fixes
Ingo Molnar
3
-6
/
+41
2016-05-05
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
1
-9
/
+62
2016-04-28
lcoking/locktorture: Simplify the torture_runnable computation
Paul E. McKenney
1
-6
/
+1
2016-04-26
ext4: fix races between changing inode journal mode and ext4_writepages
Daeho Jeong
1
-0
/
+1
2016-04-23
lockdep: Fix lock_chain::base size
Peter Zijlstra
2
-1
/
+25
2016-04-23
locking/lockdep: Fix ->irq_context calculation
Boqun Feng
1
-2
/
+11
2016-04-22
locking/rwsem: Provide down_write_killable()
Michal Hocko
1
-0
/
+19
2016-04-19
locking/pvqspinlock: Fix division by zero in qstat_read()
Davidlohr Bueso
1
-3
/
+5
2016-04-13
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2
-8
/
+45
2016-04-13
locking/rwsem: Get rid of __down_write_nested()
Michal Hocko
1
-6
/
+1
2016-04-13
locking/lockdep: Deinline register_lock_class(), save 2328 bytes
Denys Vlasenko
1
-1
/
+1
2016-04-13
locking/locktorture: Fix NULL pointer dereference for cleanup paths
Davidlohr Bueso
1
-0
/
+12
2016-04-13
locking/locktorture: Fix deboosting NULL pointer dereference
Davidlohr Bueso
1
-3
/
+3
2016-04-04
locking/lockdep: Fix print_collision() unused warning
Borislav Petkov
1
-0
/
+2
2016-03-31
locking/lockdep: Print chain_key collision information
Alfredo Alvarez Fernandez
1
-2
/
+77
2016-03-23
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-16
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
1
-2
/
+1
2016-02-29
locking/lockdep: Detect chain_key collisions
Ingo Molnar
1
-8
/
+51
2016-02-29
locking/lockdep: Prevent chain_key collisions
Alfredo Alvarez Fernandez
1
-8
/
+6
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2016-02-29
locking/pvqspinlock: Enable slowpath locking count tracking
Waiman Long
2
-0
/
+8
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
1
-4
/
+3
2016-02-29
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...
Waiman Long
2
-20
/
+9
2016-02-29
locking/mcs: Fix mcs_spin_lock() ordering
Peter Zijlstra
1
-1
/
+7
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
1
-59
/
+0
[next]