aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-29nvmem: core: add support to auto devidSrinivas Kandagatla1-0/+3
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber1-0/+1
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-101/+37
2020-07-29seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/gPeter Zijlstra1-10/+10
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish1-1/+1
2020-07-29kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish1-1/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish1-2/+0
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. Darwish1-68/+394
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. Darwish1-0/+19
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-76/+347
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. Darwish1-43/+38
2020-07-29Merge branch 'locking/header'Peter Zijlstra4-10/+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 Xu2-2/+2
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown5-46/+146
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini1-11/+18
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva1-58/+38
2020-07-29ocxl: Remove unnecessary externsAlastair D'Silva1-3/+3
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel6-29/+237
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman1-0/+10
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman1-1/+2
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman1-1/+3
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+2
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef3-2/+10
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+4
2020-07-29nvme-fc: drop a duplicated word in a commentRandy Dunlap1-1/+1
2020-07-29Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+12
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser1-0/+25
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser2-0/+3
2020-07-28scsi: target: iscsi: Fix login error when receivingHou Pu1-4/+5
2020-07-28ACPI: NFIT: Add runtime firmware activate supportDan Williams1-2/+3
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams2-0/+50
2020-07-28dt-bindings: clock: sparx5: Add bindings include fileLars Povlsen1-0/+23
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez1-0/+18
2020-07-28remoteproc: kill IPA notify codeAlex Elder1-82/+0
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-32/+24
2020-07-28rhashtable: Fix unprotected RCU dereference in __rht_ptrHerbert Xu1-12/+13