summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-12-20cfg80211: Fix order of enum nl80211_band_iftype_attr documentationIlan Peer1-2/+1
2021-12-20dt-bindings: pinctrl: samsung: Add pin drive definitions for Exynos850Sam Protsenko1-1/+12
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman19-53/+126
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-8/+10
2021-12-20iommu: Move flush queue data into iommu_dma_cookieRobin Murphy1-43/+1
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2-3/+4
2021-12-20iommu/iova: Squash flush_cb abstractionRobin Murphy1-8/+3
2021-12-20iommu/iova: Squash entry_dtor abstractionRobin Murphy1-23/+3
2021-12-20mm: add virt_to_folio() and folio_address()Vlastimil Babka1-0/+12
2021-12-20dt-bindings: clock: Add bindings definitions for Exynos7885 CMUDavid Virag1-0/+115
2021-12-20dt-bindings: clock: Add bindings for Exynos850 sysreg clocksSam Protsenko1-3/+9
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng2-1/+4
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng1-0/+11
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng2-8/+11
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng1-3/+3
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng2-3/+7
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng3-0/+23
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-0/+12
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-3/+3
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng2-7/+1
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+3
2021-12-19bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo1-1/+0
2021-12-19bpf: Introduce MEM_RDONLY flagHao Luo1-3/+5
2021-12-19bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2-9/+13
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo1-7/+12
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo1-6/+9
2021-12-18bpf: Introduce composable reg, ret and arg types.Hao Luo2-0/+55
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2-10/+3
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-6/+2
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig1-10/+2
2021-12-18uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig1-19/+1
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)1-1/+1
2021-12-18net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2-1/+2
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey2-2/+15
2021-12-18PCI: Convert pci_dev_present() stub to static inlineHans de Goede1-1/+4
2021-12-17virtchnl: Add support for new VLAN capabilitiesBrett Creeley1-0/+377
2021-12-17ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki1-0/+1
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-3/+0
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus1-0/+2
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus1-1/+2
2021-12-17Support HDMI audio on NVIDIA Tegra20Mark Brown4-6/+23
2021-12-17bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam1-5/+16
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul4-6/+23
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki1-0/+3
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki1-0/+2
2021-12-17powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPRZhang Rui1-0/+6
2021-12-17PM: core: Add new *_PM_OPS macros, deprecate old onesPaul Cercueil1-24/+50
2021-12-17PM: core: Redefine pm_ptr() macroPaul Cercueil1-5/+1