summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-205-24/+127
|\ \ \ \ \
| | | | | * iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy2021-08-201-0/+10
| | | | * | iommu/vt-d: Allow devices to have more than 32 outstanding PRsLu Baolu2021-08-191-0/+5
| | | | * | iommu/vt-d: Update the virtual command related registersLu Baolu2021-08-191-3/+3
| | | | |/
| | | | * iommu: Allow enabling non-strict mode dynamicallyRobin Murphy2021-08-181-0/+6
| | | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-1/+0
| | | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-0/+11
| | | | * iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-181-5/+0
| | | | * iommu: Indicate queued flushes via gather dataRobin Murphy2021-08-181-1/+7
| | | | * iommu: Pull IOVA cookie management into the coreRobin Murphy2021-08-181-1/+2
| | | * | Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel2021-08-022-1/+18
| | | |\|
| | | * | iommu: Factor iommu_iotlb_gather_is_disjoint() outNadav Amit2021-08-021-8/+26
| | | * | iommu: Improve iommu_iotlb_gather helpersRobin Murphy2021-08-021-5/+33
| | |/ /
| * | / iommu/io-pgtable: Add DART pagetable formatSven Peter2021-08-121-0/+7
| | |/ | |/|
| * | iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-1/+1
| * | iommu: Add a map_pages() op for IOMMU driversIsaac J. Manjarres2021-07-261-0/+5
| * | iommu/io-pgtable: Introduce map_pages() as a page table opIsaac J. Manjarres2021-07-261-0/+4
| * | iommu: Add an unmap_pages() op for IOMMU driversIsaac J. Manjarres2021-07-261-0/+4
| * | iommu/io-pgtable: Introduce unmap_pages() as a page table opIsaac J. Manjarres2021-07-261-0/+4
| |/
* | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-153-1/+5
|\ \
| * | driver core: Add missing kernel doc for device::msi_lockThomas Gleixner2021-08-131-0/+1
| * | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-0/+2
| * | PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-102-1/+2
* | | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-1310-12/+27
|\ \ \
| * | | net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-121-1/+1
| * | | net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov2021-08-101-2/+5
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-102-3/+4
| |\ \ \
| | * | | bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-101-2/+2
| | * | | bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
| | * | | bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
| * | | | Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-08-101-2/+1
| |\ \ \ \
| | * | | | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-101-2/+1
| | |/ / /
| * / / / psample: Add a fwd declaration for skbuffRoi Dayan2021-08-101-0/+2
| |/ / /
| * | | once: Fix panic when module unloadKefeng Wang2021-08-081-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-063-2/+12
| |\ \ \
| | * | | netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-061-2/+0
| | * | | netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso2021-08-061-0/+9
| | * | | netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-041-0/+3
* | | | | vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-111-0/+1
| |_|/ / |/| | |
* | | | Merge tag 'tty-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+24
|\ \ \ \
| * | | | serial: 8250: fix handle_irq lockingJohan Hovold2021-07-211-0/+24
* | | | | Merge tag 'usb-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+1
|\ \ \ \ \
| * | | | | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'soc-fixes-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann2021-08-021-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-211-0/+1
| | * | | tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-07-211-0/+1
| | | |/ | | |/|
* | | | Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-055-3/+13
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-0/+1
| |\ \ \ \
| | * | | | xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-0/+1