aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/percpu-rwsem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver1-0/+6
2022-04-05locking: Apply contention tracepoints in the slow pathNamhyung Kim1-0/+5
2022-02-11locking: Add missing __sched attributesMinchan Kim1-2/+3
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-2/+2
2020-04-08locking/percpu-rwsem: Fix a task_struct refcountQian Cai1-1/+2
2020-03-21rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)1-1/+1
2020-02-11locking/percpu-rwsem: Add might_sleep() for writer lockingDavidlohr Bueso1-0/+1
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso1-15/+0
2020-02-11locking/percpu-rwsem: Remove the embedded rwsemPeter Zijlstra1-41/+112
2020-02-11locking/percpu-rwsem: Extract __percpu_down_read_trylock()Peter Zijlstra1-6/+13
2020-02-11locking/percpu-rwsem: Move __this_cpu_inc() into the slowpathPeter Zijlstra1-0/+2
2020-02-11locking/percpu-rwsem: Convert to boolPeter Zijlstra1-4/+4
2020-02-11locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra1-4/+12
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-0/+2
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso1-4/+3
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra1-97/+131
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong1-0/+1
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov1-5/+5
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov1-39/+11
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov1-11/+7
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov1-0/+7
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney1-0/+5
2015-08-15percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov1-0/+13
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra1-0/+165