summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2021-09-15locking/lockdep: Mark local_lock_tPeter Zijlstra1-7/+9
2021-09-15locking/mutex: Fix HANDOFF conditionPeter Zijlstra1-10/+5
2021-07-14lockdep: Fix wait-type for empty stackPeter Zijlstra1-1/+1
2021-07-14lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng1-1/+11
2021-07-14locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng1-2/+106
2021-06-30locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-1/+3
2021-05-26locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang4-11/+17
2021-05-26locking/lockdep: Correct calling tracepointsLeo Yan1-2/+2
2021-04-28locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi1-3/+4
2021-04-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa1-1/+2
2021-04-14lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-04-07locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long1-11/+14
2021-03-04locking/lockdep: Avoid unmatched unlockPeter Zijlstra1-1/+2
2021-02-07locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra1-1/+6
2021-01-30rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2-4/+2
2021-01-27locking/lockdep: Cure noinstr failPeter Zijlstra1-1/+1
2021-01-09rwsem: Implement down_read_interruptibleEric W. Biederman1-0/+26
2021-01-09rwsem: Implement down_read_killable_nestedEric W. Biederman1-0/+14
2020-11-17lockdep: Put graph lock/unlock under lock_recursion protectionBoqun Feng1-2/+4
2020-11-10lockdep: Avoid to modify chain keys in validate_chain()Boqun Feng1-10/+9
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+7
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra1-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra1-1/+1
2020-10-22lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra1-2/+2
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar3-56/+101
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra1-40/+59
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra2-19/+20
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng1-39/+60
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-2/+2
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2-6/+31
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng1-18/+35
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng1-17/+2
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng1-47/+141
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng1-3/+44
2020-08-26lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng1-8/+35
2020-08-26lockdep: Make __bfs(.match) return boolBoqun Feng1-10/+10
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng1-19/+94
2020-08-26lockdep: Introduce lock_list::depBoqun Feng1-4/+88
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng1-3/+3
2020-08-26lockdep: Make __bfs() visit every dependency until a matchBoqun Feng1-26/+35
2020-08-26lockdep: Demagic the return value of BFSBoqun Feng1-66/+89
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng1-0/+14
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra1-5/+9
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra1-2/+2
2020-08-24locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun1-1/+1
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+2