summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-031-2/+12
|\
| * irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEsMarc Zyngier2024-10-271-2/+12
* | Merge tag 'pci-v6.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-021-5/+9
|\ \
| * | PCI: Fix pci_enable_acs() support for the ACS quirksJason Gunthorpe2024-10-291-5/+9
* | | Merge tag 'drm-fixes-2024-11-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-11-0233-104/+376
|\ \ \
| * \ \ Merge tag 'drm-xe-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-11-015-35/+72
| |\ \ \
| | * | | drm/xe: Don't short circuit TDR on jobs not startedMatthew Brost2024-10-311-6/+12
| | * | | drm/xe: Add mmio read before GGTT invalidateMatthew Brost2024-10-311-0/+10
| | * | | drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resumeImre Deak2024-10-291-0/+1
| | * | | drm/xe/display: Separate the d3cold and non-d3cold runtime PM handlingImre Deak2024-10-291-5/+14
| | * | | drm/xe: Remove runtime argument from display s/r functionsMaarten Lankhorst2024-10-293-28/+39
| * | | | Merge tag 'mediatek-drm-fixes-20241028' of https://git.kernel.org/pub/scm/lin...Dave Airlie2024-10-3111-32/+179
| |\ \ \ \
| | * | | | drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()Dan Carpenter2024-10-231-2/+1
| | * | | | drm/mediatek: Fix get efuse issue for MT8188 DPTXLiankun Yang2024-10-231-1/+84
| | * | | | drm/mediatek: Fix color format MACROs in OVLHsin-Te Yuan2024-10-221-2/+2
| | * | | | drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCsJason-JH.Lin2024-10-2210-10/+46
| | * | | | drm/mediatek: ovl: Add blend_modes to driver dataJason-JH.Lin2024-10-221-3/+31
| | * | | | drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()Jason-JH.Lin2024-10-221-5/+0
| | * | | | drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placementJason-JH.Lin2024-10-221-9/+9
| | * | | | drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCsJason-JH.Lin2024-10-221-1/+7
| | | |/ / | | |/| |
| * | | | Merge tag 'amd-drm-fixes-6.12-2024-10-31' of https://gitlab.freedesktop.org/a...Dave Airlie2024-10-313-4/+7
| |\ \ \ \
| | * | | | drm/amdgpu/smu13: fix profile reportingAlex Deucher2024-10-281-3/+3
| | * | | | drm/amd/pm: Vangogh: Fix kernel memory out of bounds writeTvrtko Ursulin2024-10-281-1/+3
| | * | | | Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerat...Ovidiu Bunea2024-10-281-0/+1
| * | | | | Merge tag 'drm-misc-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-3114-33/+118
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()Jinjie Ruan2024-10-311-4/+4
| | * | | | drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()Jinjie Ruan2024-10-311-12/+12
| | * | | | drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()Jinjie Ruan2024-10-311-0/+42
| | * | | | drm/panthor: Report group as timedout when we fail to properly suspendBoris Brezillon2024-10-301-4/+11
| | * | | | drm/panthor: Fail job creation when the group is deadBoris Brezillon2024-10-301-0/+5
| | * | | | drm/panthor: Fix firmware initialization on systems with a page size > 4kBoris Brezillon2024-10-304-8/+24
| | * | | | accel/ivpu: Fix NOC firewall interrupt handlingAndrzej Kacprowski2024-10-304-1/+15
| | * | | | drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIMMatthew Brost2024-10-281-2/+3
| | * | | | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2024-10-25167-770/+1306
| | |\| | |
| | * | | | drm/tegra: Fix NULL vs IS_ERR() check in probe()Dan Carpenter2024-10-241-2/+2
* | | | | | Merge tag 'cxl-fixes-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-0211-67/+190
|\ \ \ \ \ \
| * | | | | | cxl/port: Prevent out-of-order decoder allocationDan Williams2024-10-251-10/+33
| * | | | | | cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams2024-10-254-44/+92
| * | | | | | cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams2024-10-251-0/+7
| * | | | | | cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams2024-10-251-3/+10
| * | | | | | cxl/port: Fix CXL port initialization order when the subsystem is built-inDan Williams2024-10-253-7/+31
| * | | | | | cxl/events: Fix Trace DRAM Event RecordShiju Jose2024-10-251-3/+14
| * | | | | | cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI...Li Zhijian2024-10-241-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds2024-11-023-16/+48
|\ \ \ \ \ \
| * | | | | | nvme: re-fix error-handling for io_uring nvme-passthroughKeith Busch2024-10-301-2/+5
| * | | | | | nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov2024-10-301-0/+1
| * | | | | | nvme: module parameter to disable pi with offsetsKeith Busch2024-10-301-2/+17
| * | | | | | nvme: enhance cns version checkingKeith Busch2024-10-221-12/+25
* | | | | | | Merge tag 'acpi-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-11-011-4/+5
|\ \ \ \ \ \ \
| * | | | | | | ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois2024-10-291-4/+5
| | |_|/ / / / | |/| | | | |