summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-17gpio: shared-proxy: implement the shared GPIO proxy driverBartosz Golaszewski-0/+343
2025-11-17gpiolib: implement low-level, shared GPIO supportBartosz Golaszewski-0/+620
2025-11-17gpiolib: define GPIOD_FLAG_SHAREDBartosz Golaszewski-0/+1
2025-11-17iommu/tegra: fix device leak on probe_device()Johan Hovold-3/+2
2025-11-17iommu/sun50i: fix device leak on of_xlate()Johan Hovold-0/+2
2025-11-17iommu/omap: simplify probe_device() error handlingJohan Hovold-4/+1
2025-11-17iommu/omap: fix device leaks on probe_device()Johan Hovold-3/+1
2025-11-17iommu/mediatek-v1: add missing larb count sanity checkJohan Hovold-0/+3
2025-11-17iommu/mediatek-v1: fix device leaks on probe()Johan Hovold-5/+18
2025-11-17iommu/mediatek-v1: fix device leak on probe_device()Johan Hovold-0/+2
2025-11-17iommu/mediatek: simplify dt parsing error handlingJohan Hovold-4/+3
2025-11-17iommu/mediatek: fix use-after-free on probe deferralJohan Hovold-7/+18
2025-11-17iommu/mediatek: fix device leak on of_xlate()Johan Hovold-0/+2
2025-11-17iommu/ipmmu-vmsa: fix device leak on of_xlate()Johan Hovold-0/+2
2025-11-17iommu/exynos: fix device leak on of_xlate()Johan Hovold-6/+3
2025-11-17iommu/qcom: fix device leak on of_xlate()Johan Hovold-6/+4
2025-11-17iommu/apple-dart: fix device leak on of_xlate()Johan Hovold-0/+2
2025-11-17iommupt: Actually correct pt_test_sw_bit_{acquire_release}() parameter descri...Bagas Sanjaya-2/+2
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum-10/+4
2025-11-17thunderbolt: Fix typos in xdomain.cAlan Borzeszkowski-2/+2
2025-11-17thunderbolt: Fix typos in usb4.cAlan Borzeszkowski-13/+13
2025-11-17thunderbolt: Fix typos in tunnel.cAlan Borzeszkowski-7/+7
2025-11-17thunderbolt: Fix typos in tmu.cAlan Borzeszkowski-2/+2
2025-11-17thunderbolt: Fix typos in tb_regs.hAlan Borzeszkowski-3/+3
2025-11-17thunderbolt: Fix typos in tb.hAlan Borzeszkowski-7/+7
2025-11-17thunderbolt: Fix typos in tb.cAlan Borzeszkowski-7/+7
2025-11-17thunderbolt: Fix typos in switch.cAlan Borzeszkowski-3/+3
2025-11-17thunderbolt: Fix typos in retimer.cAlan Borzeszkowski-1/+1
2025-11-17thunderbolt: Fix typos in nhi.cAlan Borzeszkowski-1/+1
2025-11-17thunderbolt: Fix typos in lc.cAlan Borzeszkowski-1/+1
2025-11-17thunderbolt: Fix typos in icm.cAlan Borzeszkowski-3/+3
2025-11-17thunderbolt: Fix typos in domain.cAlan Borzeszkowski-1/+1
2025-11-17thunderbolt: Fix typos in debugfs.cAlan Borzeszkowski-2/+2
2025-11-17thunderbolt: Fix typos in ctl.cAlan Borzeszkowski-1/+1
2025-11-17drivers/xen/xenbus: Simplify return statement in join()Thorsten Blum-1/+1
2025-11-17Merge tag 'drm-misc-next-2025-11-14-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie-661/+2168
2025-11-17Merge tag 'drm-xe-next-2025-11-14' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-437/+3985
2025-11-16vfio/nvgrace-gpu: register device memory for poison handlingAnkit Agrawal-1/+44
2025-11-16mm: change ghes code to allow poison of non-struct pfnAnkit Agrawal-6/+0
2025-11-16mm: change type of parameter for memory_notifyIsrael Batista-2/+2
2025-11-16mm: change type of state in struct memory_blockIsrael Batista-1/+1
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual-2/+0
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo-6/+5
2025-11-16iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu-4/+28
2025-11-16iommu: disable SVA when CONFIG_X86 is setLu Baolu-0/+3
2025-11-16mm: update mem char driver to use mmap_prepareLorenzo Stoakes-34/+50
2025-11-16device/dax: update devdax to use mmap_prepareLorenzo Stoakes-11/+21
2025-11-16drivers/base/node: fold unregister_node() into unregister_one_node()Donet Tom-21/+17
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom-32/+20
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-4/+3