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
/
lockdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-18
locking/lockdep: Correct calling tracepoints
Leo Yan
1
-2
/
+2
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+12
2021-04-26
Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
1
-1
/
+1
2021-04-05
lockdep: Allow tuning tracing capacity constants.
Tetsuo Handa
1
-1
/
+1
2021-03-23
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
1
-1
/
+1
2021-03-22
locking: Fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2021-03-06
lockdep: Add lockdep lock state defines
Shuah Khan
1
-5
/
+6
2021-03-06
lockdep: Add lockdep_assert_not_held()
Shuah Khan
1
-1
/
+5
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
1
-2
/
+7
2021-02-05
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-01-14
locking/lockdep: Exclude local_lock_t from IRQ inversions
Boqun Feng
1
-4
/
+53
2021-01-14
locking/lockdep: Clean up check_redundant() a bit
Peter Zijlstra
1
-42
/
+49
2021-01-14
locking/lockdep: Add a skip() function to __bfs()
Boqun Feng
1
-10
/
+19
2021-01-14
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-01-12
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-12
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
1
-2
/
+4
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
1
-10
/
+9
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-22
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
1
-2
/
+2
2020-10-09
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
1
-52
/
+92
2020-10-09
lockdep: Fix lockdep recursion
Peter Zijlstra
1
-40
/
+59
2020-10-09
lockdep: Fix usage_traceoverflow
Peter Zijlstra
1
-17
/
+15
2020-09-29
lockdep: Optimize the memory usage of circular queue
Boqun Feng
1
-39
/
+60
2020-09-03
locking/lockdep: Fix "USED" <- "IN-NMI" inversions
peterz@infradead.org
1
-6
/
+29
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
1
-18
/
+35
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
1
-17
/
+2
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
1
-47
/
+141
2020-08-26
lockdep: Adjust check_redundant() for recursive read change
Boqun Feng
1
-3
/
+44
2020-08-26
lockdep: Support deadlock detection for recursive read locks in check_noncirc...
Boqun Feng
1
-8
/
+35
2020-08-26
lockdep: Make __bfs(.match) return bool
Boqun Feng
1
-10
/
+10
2020-08-26
lockdep: Extend __bfs() to work with multiple types of dependencies
Boqun Feng
1
-19
/
+94
2020-08-26
lockdep: Introduce lock_list::dep
Boqun Feng
1
-4
/
+88
2020-08-26
lockdep: Reduce the size of lock_list::distance
Boqun Feng
1
-3
/
+3
2020-08-26
lockdep: Make __bfs() visit every dependency until a match
Boqun Feng
1
-26
/
+35
2020-08-26
lockdep: Demagic the return value of BFS
Boqun Feng
1
-66
/
+89
2020-08-26
locking: More accurate annotations for read_lock()
Boqun Feng
1
-0
/
+14
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
1
-5
/
+9
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
1
-2
/
+2
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+8
2020-08-04
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-48
/
+94
2020-08-03
Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch
Ingo Molnar
1
-1
/
+7
2020-07-31
lockdep: Refactor IRQ trace events fields into struct
Marco Elver
1
-28
/
+30
2020-07-27
locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs
peterz@infradead.org
1
-1
/
+7
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-8
/
+8
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
1
-15
/
+15
2020-07-10
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
1
-15
/
+15
2020-07-10
lockdep: Prepare for NMI IRQ state tracking
Peter Zijlstra
1
-4
/
+42
[next]