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