summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-06-01ASoC: nau8822: add support for supply regulatorsMark Brown22-53/+95
2026-06-01spi: fsl-lpspi: fix DMA termination issuesMark Brown48-103/+506
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov1-2/+1
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-3/+36
2026-06-01ALSA: core: Use flexible array for card private dataCássio Gabriel1-0/+2
2026-06-01ALSA: seq: Use flexible array for device argumentsCássio Gabriel1-1/+2
2026-06-01kho: docs: fix typo in ABI documentationLongWei1-1/+1
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-0/+6
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack1-1/+2
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi1-0/+21
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski1-2/+19
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang1-2/+3
2026-05-31Merge branch 'for-linus' into for-nextTakashi Iwai26-50/+411
2026-05-31iio: core: Add IIO_COVERAGE channel typeLiviu Stan1-0/+1
2026-05-31iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literalAndy Shevchenko1-3/+3
2026-05-31iio: buffer: Move from int64_t to s64 for timestampAndy Shevchenko1-1/+1
2026-05-31iio: backend: add devm_iio_backend_get_by_index()Antoniu Miclaus1-0/+1
2026-05-31Merge tag 'renesas-r8a78000-dt-binding-defs-tag1' into renesas-dts-for-v7.2Geert Uytterhoeven1-0/+28
2026-05-31soc/tegra: pmc: Move legacy code behind CONFIG_ARM guardThierry Reding1-21/+21
2026-05-31soc/tegra: pmc: Remove unused legacy functionsThierry Reding1-47/+0
2026-05-30Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2026-05-30driver core: remove driver_set_override()Danilo Krummrich1-2/+0
2026-05-30rpmsg: use generic driver_override infrastructureDanilo Krummrich1-4/+0
2026-05-30Drivers: hv: vmbus: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-05-30cdx: use generic driver_override infrastructureDanilo Krummrich1-4/+0
2026-05-30amba: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-05-30Merge tag 'tty-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+13
2026-05-30Merge tag 'char-misc-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-05-29RDMA/uverbs: Expose CoCo DMA bounce requirement to userspaceJiri Pirko2-0/+5
2026-05-29RDMA/mlx5: Use UMEM attribute for QP doorbell recordJiri Pirko1-0/+4
2026-05-29RDMA/mlx5: Use UMEM attribute for CQ doorbell recordJiri Pirko1-0/+1
2026-05-29RDMA/umem: Add ib_umem_is_contiguous() stub for !CONFIG_INFINIBAND_USER_MEMJiri Pirko1-0/+4
2026-05-29RDMA/uverbs: Use UMEM attributes for QP creationJiri Pirko1-0/+3
2026-05-29RDMA/uverbs: Remove legacy umem field from struct ib_cqJiri Pirko2-8/+0
2026-05-29RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpersJiri Pirko2-0/+21
2026-05-29RDMA/uverbs: Push out CQ buffer umem processing into a helperJiri Pirko1-0/+7
2026-05-29RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()Jiri Pirko1-2/+7
2026-05-29RDMA/core: Introduce generic buffer descriptor infrastructure for umemJiri Pirko3-0/+93
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-5/+5
2026-05-29Merge tag 'net-7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2026-05-30Merge tag 'ffa-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-2/+7
2026-05-29Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+18
2026-05-30Merge tag 'scmi-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-16/+34
2026-05-30Merge tag 'qcom-drivers-for-7.2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann5-21/+90
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+2
2026-05-29workqueue: Add warnings and fallback if system_{unbound}_wq is usedMarco Crivellari1-0/+1
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao3-10/+1
2026-05-29Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2026-05-29Merge tag 'hid-for-linus-2026052801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2026-05-29EDAC/igen6: Fix memory topology parsing for Panther Lake-H SoCsQiuxu Zhuo1-0/+3