summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-69/+395
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-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. Darwish1-45/+40
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-0/+2
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-0/+2
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown4-46/+59
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini1-11/+18
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel4-28/+26
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg 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-29ACPI: NFIT: Add runtime firmware activate supportDan Williams1-2/+3
2020-07-29PM, libnvdimm: Add runtime firmware activation supportDan Williams2-0/+50
2020-07-29remoteproc: kill IPA notify codeAlex Elder1-82/+0
2020-07-29rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-32/+24
2020-07-29rhashtable: Fix unprotected RCU dereference in __rht_ptrHerbert Xu1-12/+13
2020-07-29Add pldmfw library for PLDM firmware updateJacob Keller1-0/+165
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang1-0/+4
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig1-12/+6
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-14/+13
2020-07-28net: make sockptr_is_null strict aliasing safeChristoph Hellwig1-1/+3
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin1-0/+1
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell2-0/+9
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-4/+9
2020-07-28block: Remove callback typedefs for blk_mq_opsDaniel Wagner1-32/+18
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-46/+49
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi1-4/+4
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun1-2/+3
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2-4/+18
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi2-3/+11
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi1-3/+3
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi1-3/+4
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar39-79/+269
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha1-1/+1
2020-07-28lockdep: Move list.h inclusion into lockdep.hHerbert Xu2-2/+1
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen1-0/+2
2020-07-28math64: New DIV_S64_ROUND_CLOSEST helperChunyan Zhang1-0/+19
2020-07-28sched: Fix a typo in a comment王文虎1-1/+1