summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra29-15/+38
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra9-35/+53
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar17-10/+18
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar86-822/+1583
2020-07-29seqcount: More consistent seqprop namesPeter Zijlstra1-26/+26
2020-07-29seqcount: Compress SEQCNT_LOCKNAME_ZERO()Peter Zijlstra1-45/+18
2020-07-29seqlock: Fold seqcount_LOCKNAME_init() definitionPeter Zijlstra1-47/+14
2020-07-29seqlock: Fold seqcount_LOCKNAME_t definitionPeter Zijlstra1-103/+39
2020-07-29seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/gPeter Zijlstra1-10/+10
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2-4/+11
2020-07-29kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29userfaultfd: Use sequence counter with associated spinlockAhmed S. Darwish1-2/+2
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29iocost: Use sequence counter with associated spinlockAhmed S. Darwish1-3/+2
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish4-5/+5
2020-07-29timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish1-8/+11
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish1-5/+5
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish1-2/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish2-3/+4
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish3-3/+4
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish3-10/+2
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish2-10/+1
2020-07-29seqlock: Align multi-line macros newline escapes at 72 columnsAhmed S. Darwish1-14/+15
2020-07-29seqlock: Extend seqcount API with associated locksAhmed S. Darwish2-69/+447
2020-07-29seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish1-6/+23
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish2-0/+20
2020-07-29seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish1-4/+5
2020-07-29seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish1-77/+348
2020-07-29seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish1-80/+78
2020-07-29seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish1-2/+2
2020-07-29seqlock: Properly format kernel-doc code samplesAhmed S. Darwish1-52/+56
2020-07-29Documentation: locking: Describe seqlock design and usageAhmed S. Darwish3-45/+211
2020-07-29Merge branch 'locking/header'Peter Zijlstra22-42/+3
2020-07-29locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2-8/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu20-34/+2
2020-07-28lockdep: Move list.h inclusion into lockdep.hHerbert Xu2-2/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar655-2784/+5169
2020-07-25locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson1-1/+1
2020-07-24Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+11
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds14-25/+91
2020-07-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds1-1/+1
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+21
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+11
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-25/+36
2020-07-24Merge tag 'iommu-fix-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-20/+17
2020-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/r...Linus Torvalds6-21/+49
2020-07-24Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+20