aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/locktorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso1-13/+1
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso1-0/+10
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso1-1/+1
2014-09-30locktorture: Support rwlocksDavidlohr Bueso1-3/+112
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso1-79/+82
2014-09-16locktorture: Support rwsemsDavidlohr Bueso1-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso1-20/+156
2014-09-16torture: Address race in module cleanupDavidlohr Bueso1-1/+2
2014-09-16locktorture: Make statistics genericDavidlohr Bueso1-16/+16
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso1-2/+13
2014-09-16locktorture: Support mutexesDavidlohr Bueso1-2/+39
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso1-4/+4
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney1-1/+2
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney1-2/+2
2014-05-13torture: Intensify locking testPaul E. McKenney1-1/+2
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney1-1/+32
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney1-0/+421