summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-03-07drm/panic: fix overindented list items in documentationMiguel Ojeda1-6/+6
2025-03-07drm/panic: use `div_ceil` to clean Clippy warningMiguel Ojeda1-2/+2
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy1-6/+28
2025-03-07virt: sev-guest: Allocate request data dynamicallyNikunj A Dadhania1-9/+15
2025-03-07thunderbolt: Prevent use-after-free in resume from hibernateMika Westerberg2-3/+10
2025-03-07wifi: iwlwifi: trans: cancel restart work on op mode leaveMiri Korenblit1-0/+2
2025-03-07wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platformsEmmanuel Grumbach1-3/+3
2025-03-07wifi: iwlwifi: pcie: Fix TSO preparationIlan Peer1-5/+6
2025-03-07fs/pipe: add simpler helpers for common casesLinus Torvalds1-2/+2
2025-03-07Merge tag 'drm-fixes-2025-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds26-197/+456
2025-03-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski7-32/+33
2025-03-07Merge tag 'amd-drm-fixes-6.14-2025-03-06' of https://gitlab.freedesktop.org/a...Dave Airlie6-17/+24
2025-03-07Merge tag 'drm-xe-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie10-141/+289
2025-03-07Merge tag 'drm-intel-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-1/+2
2025-03-07Merge tag 'drm-misc-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-38/+141
2025-03-06Merge tag 'net-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-208/+299
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-03-06usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li1-0/+4
2025-03-06Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-2/+25
2025-03-06gpio: rcar: Fix missing of_node_put() callFabrizio Castro1-1/+6
2025-03-06Merge tag 'nvme-6.14-2025-03-05' of git://git.infradead.org/nvme into block-6.14Jens Axboe5-26/+68
2025-03-06drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()Ivan Abramov1-0/+5
2025-03-06USB: serial: option: fix Telit Cinterion FE990A nameFabio Porcedda1-4/+4
2025-03-06USB: serial: option: add Telit Cinterion FE990B compositionsFabio Porcedda1-0/+16
2025-03-06USB: serial: option: match on interface class for Telit FN990BJohan Hovold1-12/+12
2025-03-06mctp i3c: handle NULL header addressMatt Johnston1-0/+3
2025-03-06RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()Qasim Ijaz1-5/+9
2025-03-06drm/bochs: Fix DPMS regressionTakashi Iwai1-2/+3
2025-03-06rapidio: add check for rio_add_net() in rio_scan_alloc_net()Haoxiang Li1-1/+4
2025-03-06rapidio: fix an API misues when rio_add_net() failsHaoxiang Li1-1/+2
2025-03-06net: dsa: mt7530: Fix traffic flooding for MMIO devicesLorenzo Bianconi1-6/+2
2025-03-05drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström4-9/+52
2025-03-05drm/xe/hmm: Don't dereference struct page pointers without notifier lockThomas Hellström1-26/+86
2025-03-05drm/xe/hmm: Style- and include fixesThomas Hellström2-6/+8
2025-03-05drm/xe: Add staging tree for VM bindsMatthew Brost3-19/+46
2025-03-05drm/xe: Fix fault mode invalidation with unbindThomas Hellström4-60/+75
2025-03-05drm/xe/vm: Fix a misplaced #endifThomas Hellström1-1/+1
2025-03-05drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström1-1/+10
2025-03-05clk: samsung: update PLL locktime for PLL142XX used on FSD platformVarada Pavani1-1/+6
2025-03-05clk: samsung: gs101: fix synchronous external abort in samsung_clk_save()Peter Griffin1-8/+0
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3
2025-03-05Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-58/+70
2025-03-05drm/amd/pm: always allow ih interrupt from fwKenneth Feng1-11/+1
2025-03-05drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200MRichard Thier3-3/+19
2025-03-05drm/amdkfd: Fix NULL Pointer Dereference in KFD queueAndrew Martin1-2/+2
2025-03-05ice: register devlink prior to creating health reportersPrzemek Kitszel1-2/+2
2025-03-05drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_s...Ma Ke1-1/+2
2025-03-05ice: Fix switchdev slow-path in LAGMarcin Szycik2-1/+30
2025-03-05ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-03-05regulator: core: Fix deadlock in create_regulator()Ludvig Pärsson1-33/+43