aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-04idpf: fix idpf_vc_core_init error pathPavan Kumar Linga2-1/+1
2024-11-04idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga4-13/+8
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik1-1/+2
2024-11-04Merge tag 'mmc-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-14/+24
2024-11-04Merge tag 'tpmdd-next-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+22
2024-11-04drm/amd/pm: correct the workload settingKenneth Feng12-36/+84
2024-11-04drm/amd/pm: always pick the pptable from IFWIKenneth Feng1-64/+1
2024-11-04drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-04drm/amd/display: parse umc_info or vram_info based on ASICAurabindo Pillai1-1/+3
2024-11-04drm/amd/display: Fix brightness level not retained over rebootTom Chung1-0/+15
2024-11-04can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde1-3/+7
2024-11-04can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde1-3/+5
2024-11-04can: rockchip_canfd: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2024-11-04can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIPGeert Uytterhoeven1-0/+1
2024-11-04can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-11-04can: m_can: m_can_close(): don't call free_irq() for IRQ-less devicesMarc Kleine-Budde1-1/+2
2024-11-04can: {cc770,sja1000}_isa: allow building on x86_64Thomas Mühlbacher2-2/+2
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai1-21/+16
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai1-8/+8
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai1-1/+1
2024-11-04dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai1-9/+15
2024-11-04dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai1-4/+4
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka2-3/+7
2024-11-04dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie1-2/+2
2024-11-04drm/xe/guc/tlb: Flush g2h worker in case of tlb timeoutNirmoy Das1-0/+2
2024-11-04drm/xe/ufence: Flush xe ordered_wq in case of ufence timeoutNirmoy Das1-0/+7
2024-11-04drm/xe: Move LNL scheduling WA to xe_device.hNirmoy Das2-10/+15
2024-11-04drm/xe: Use the filelist from drm for ccs_mode changeBalasubramani Vivekanandan3-23/+5
2024-11-04drm/xe: Set mask bits for CCS_MODE registerBalasubramani Vivekanandan2-1/+7
2024-11-04thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-11-04thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov1-0/+7
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann6-13/+58
2024-11-04platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keysRenato Caldas1-0/+3
2024-11-04platform/x86: dell-wmi-base: Handle META key Lock/Unlock eventsKurt Borja1-0/+6
2024-11-04platform/x86: dell-smbios-base: Extends support to Alienware productsKurt Borja1-0/+1
2024-11-04platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey1-0/+5
2024-11-04platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K2-0/+2
2024-11-04drm/imagination: Break an object reference loopBrendan King4-4/+56
2024-11-04drm/imagination: Add a per-file PVR context listBrendan King4-0/+30
2024-11-04tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen2-14/+22
2024-11-03net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine startsSuraj Gupta1-2/+2
2024-11-03net: enetc: allocate vf_state during PF probesWei Fang1-9/+9
2024-11-03Merge tag 'phy-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-26/+56
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+61
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+5
2024-11-03Merge tag 'usb-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-31/+77
2024-11-03Merge tag 'char-misc-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-66/+91
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-64/+95