summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-112-16/+105
|\
| * ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
| * ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)2020-08-101-3/+6
| * ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)2020-07-022-1/+24
| * ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)2020-07-021-4/+38
| * ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)2020-07-011-0/+2
| * ktest.pl: Just open up the log file onceSteven Rostedt (VMware)2020-07-011-12/+12
| * ktest.pl: Add a NOT operatorSteven Rostedt (VMware)2020-07-011-0/+6
| * ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)2020-07-012-1/+12
| * ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)2020-07-011-0/+4
| * ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)2020-07-011-2/+8
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-1178-203/+501
|\ \
| * | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-0629-15/+38
| * | locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra2020-08-069-35/+53
| * | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-0617-10/+18
| * | Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-0686-822/+1583
| |\ \
| | * | seqcount: More consistent seqprop namesPeter Zijlstra2020-07-291-26/+26
| | * | seqcount: Compress SEQCNT_LOCKNAME_ZERO()Peter Zijlstra2020-07-291-45/+18
| | * | seqlock: Fold seqcount_LOCKNAME_init() definitionPeter Zijlstra2020-07-291-47/+14
| | * | seqlock: Fold seqcount_LOCKNAME_t definitionPeter Zijlstra2020-07-291-103/+39
| | * | seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/gPeter Zijlstra2020-07-291-10/+10
| | * | hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-292-4/+11
| | * | kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-2/+2
| | * | userfaultfd: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-2/+2
| | * | NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-2/+2
| | * | iocost: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-3/+2
| | * | raid5: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-2/+2
| | * | vfs: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-294-5/+5
| | * | timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-8/+11
| | * | xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish2020-07-291-5/+5
| | * | netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish2020-07-291-2/+2
| | * | netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-3/+4
| | * | sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-293-3/+4
| | * | dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish2020-07-293-10/+2
| | * | dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish2020-07-292-10/+1
| | * | seqlock: Align multi-line macros newline escapes at 72 columnsAhmed S. Darwish2020-07-291-14/+15
| | * | seqlock: Extend seqcount API with associated locksAhmed S. Darwish2020-07-292-69/+447
| * | | locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-07-251-1/+1
* | | | Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-1123-292/+815
|\ \ \ \
| * | | | f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim2020-08-041-2/+2
| * | | | f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng2020-08-041-1/+1
| * | | | f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu2020-08-041-2/+2
| * | | | f2fs: make file immutable even if releasing zero compression blockDaeho Jeong2020-08-041-3/+3
| * | | | f2fs: compress: disable compression mount option if compression is offChao Yu2020-08-031-1/+14
| * | | | f2fs: compress: add sanity check during compressed cluster readChao Yu2020-08-031-3/+1
| * | | | f2fs: use macro instead of f2fs verity versionJack Qiu2020-08-031-2/+4
| * | | | f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim2020-08-031-0/+2
| * | | | f2fs: correct comment of f2fs_exist_written_dataJack Qiu2020-08-031-1/+1
| * | | | f2fs: compress: delay temp page allocationChao Yu2020-07-261-16/+21
| * | | | f2fs: compress: fix to update isize when overwriting compressed fileChao Yu2020-07-261-0/+4