summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel5-352/+70
2022-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+3
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan1-4/+14
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan3-32/+67
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen1-1/+0
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko1-0/+2
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu1-2/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu1-1/+0
2022-03-04HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon1-1/+2
2022-03-04HID: add mapping for KEY_DICTATEWilliam Mahon1-0/+1
2022-03-03Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-9/+35
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-2/+2
2022-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-2/+10
2022-03-02net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey1-1/+5
2022-03-01Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller1-0/+5
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal1-1/+1
2022-03-01rfkill: define rfill_soft_blocked() if !RFKILLBen Dooks1-0/+5
2022-03-01netfilter: egress: silence egress hook lockdep splatsFlorian Westphal1-0/+4
2022-02-28Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+9
2022-02-28iommu: Split struct iommu_opsLu Baolu1-38/+53
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-1/+1
2022-02-28iommu: Use right way to retrieve iommu_opsLu Baolu1-0/+11
2022-02-28iommu: Remove apply_resv_regionLu Baolu1-4/+0
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu1-29/+0
2022-02-28iommu/vt-d: Remove aux-domain related callbacksLu Baolu1-17/+0
2022-02-28iommu: Remove guest pasid related interfaces and definitionsLu Baolu2-225/+0
2022-02-28iommu/vt-d: Remove guest pasid related callbacksLu Baolu2-22/+0
2022-02-27Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+8
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+12
2022-02-25Merge tag 'pm-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+3
2022-02-25Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy1-10/+12
2022-02-25Merge tag 'soc-fsl-fix-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann5-5/+9
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+9
2022-02-25Merge tag 'for-net-2022-02-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-2/+9
2022-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-33/+36
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz1-0/+8
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-02-24Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-02-24Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki1-0/+3
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-0/+5
2022-02-23Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash1-0/+1
2022-02-22KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin1-0/+1
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-3/+1
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-1/+3
2022-02-21slab: remove __alloc_size attribute from __kmalloc_track_callerGreg Kroah-Hartman1-2/+1
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2-3/+1