summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-12-23Merge tag 'drm/tegra/for-5.17-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie1-15/+61
2021-12-23block: remove unnecessary trailing '\'Keith Busch1-1/+1
2021-12-23bio.h: fix kernel-doc warningsRandy Dunlap1-2/+2
2021-12-22memblock: fix memblock_phys_alloc() section mismatch errorJackie Liu1-2/+2
2021-12-22memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros1-1/+8
2021-12-22efi: apply memblock cap after memblock_add()Pingfan Liu1-0/+2
2021-12-22driver core: auxiliary bus: Add driver data helpersDavid E. Box1-0/+10
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman6-109/+8
2021-12-22lib/scatterlist: cleanup macros into static inline functionsLogan Gunthorpe1-6/+23
2021-12-22compiler.h: Fix annotation macro misplacement with ClangJosh Poimboeuf2-4/+4
2021-12-21block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa1-1/+1
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2-5/+13
2021-12-21power: supply: add helpers for charge_behaviour sysfsThomas Weißschuh1-0/+9
2021-12-21power: supply: add charge_behaviour attributesThomas Weißschuh1-0/+7
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+2
2021-12-21Merge tag 'qcom-drivers-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+3
2021-12-21kernfs: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-12-21counter: Add the necessary colons and indents to the comments of counter_compiYanteng Si1-20/+20
2021-12-21rapidio: remove not used code about RIO_VID_TUNDRATiezhu Yang1-7/+0
2021-12-21rapidio: remove not used macro definition in rio_ids.hTiezhu Yang1-6/+0
2021-12-21Merge tag 'fpga-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman3-39/+89
2021-12-21net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn1-0/+3
2021-12-21net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn1-2/+20
2021-12-21soc: qcom: llcc: Add configuration data for SM8350Konrad Dybcio1-0/+3
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan1-0/+5
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan1-0/+1
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan1-0/+6
2021-12-20tty: serial: samsung: Remove USI initializationSam Protsenko1-9/+0
2021-12-20iommu/iova: Temporarily include dma-mapping.h from iova.hJoerg Roedel1-0/+1
2021-12-20rfkill: allow to get the software rfkill stateEmmanuel Grumbach1-0/+7
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman13-37/+88
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-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-0/+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