summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-27i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-09-27i2c: keba: I2C_KEBA should depend on KEBA_CP500Geert Uytterhoeven1-0/+1
2024-09-27net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-4/+1
2024-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4122-70930/+146821
2024-09-26drm/amd/pm: update workload mask after the settingKenneth Feng3-2/+13
2024-09-26drm/amdgpu: bump driver version for cleared VRAMAlex Deucher1-1/+2
2024-09-26drm/amdgpu: fix vbios fetching for SR-IOVAlex Deucher1-2/+9
2024-09-26drm/amdgpu: fix PTE copy corruption for sdma 7Frank Min1-2/+5
2024-09-26zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-473/+3405
2024-09-26Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+10
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-59/+152
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds262-2856/+19017
2024-09-26Merge tag 'staging-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds128-8531/+827
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-400/+499
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds162-1169/+2238
2024-09-26Merge tag 'hid-for-linus-2024092601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2024-09-26fbcon: break earlier in search_fb_in_map and search_for_mapped_conQianqiang Liu1-2/+6
2024-09-26fbdev: omapfb: Call of_node_put(ep) only once in omapdss_of_find_source_for_f...Markus Elfring1-5/+2
2024-09-26fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu1-0/+2
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds13-227/+822
2024-09-26dm verity: fallback to platform keyring also if key in trusted keyring is rej...Luca Boccassi1-1/+1
2024-09-26dm-verity: restart or panic on an I/O errorMikulas Patocka1-2/+21
2024-09-26dm: fix spelling errorsShen Lichuan2-2/+2
2024-09-26dm-cache: remove pointless error checkDipendra Khadka1-4/+0
2024-09-26sh: intc: Replace simple_strtoul() with kstrtoul()Hongbo Li1-1/+4
2024-09-26soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON configLukas Bulwahn1-1/+1
2024-09-26drm/sched: Always increment correct scheduler scoreTvrtko Ursulin1-1/+1
2024-09-26drm/sched: Always wake up correct scheduler in drm_sched_entity_push_jobTvrtko Ursulin1-2/+8
2024-09-26drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-9/+28
2024-09-26net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu1-1/+1
2024-09-26virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li1-2/+8
2024-09-26firmware/sysfb: Disable sysfb for firmware buffers with unknown parentThomas Zimmermann1-1/+3
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds7-26/+24
2024-09-25Merge tag 'spi-fix-v6.12-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-33/+26
2024-09-25Merge tag 'rtc-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds10-6/+543
2024-09-25HID: hid-goodix: drop unsupported and undocumented DT partKrzysztof Kozlowski1-9/+0
2024-09-25intel_idle: fix ACPI _CST matching for newer Xeon platformsArtem Bityutskiy1-8/+29
2024-09-25net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu1-1/+7
2024-09-25net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea1-1/+1
2024-09-25net/mlx5: HWS, changed E2BIG error to a negative return codeYevgeny Kliteynik3-4/+4
2024-09-25net/mlx5: HWS, fixed double-free in error flow of creating SQYevgeny Kliteynik1-1/+7
2024-09-25net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina1-0/+3
2024-09-25net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella1-0/+10
2024-09-25net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer1-1/+0
2024-09-25drm/amdkfd: Add SDMA queue quantum support for GFX12Sreekant Somasekharan1-0/+4
2024-09-25drm/amdgpu/vcn: enable AV1 on both instancesSaleemkhan Jamadar1-165/+0
2024-09-25drm/amdkfd: Fix CU occupancy for GFX 9.4.3Mukul Joshi4-11/+29
2024-09-25drm/amdkfd: Update logic for CU occupancy calculationsMukul Joshi6-65/+89