summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-26netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski2-4/+4
2025-06-26netlink: specs: fou: replace underscores with dashes in namesJakub Kicinski1-18/+18
2025-06-26netlink: specs: nfsd: replace underscores with dashes in namesJakub Kicinski1-2/+2
2025-06-26net: enetc: Correct endianness handling in _enetc_rd_reg64Simon Horman1-1/+1
2025-06-26atm: idt77252: Add missing `dma_map_error()`Thomas Fourier1-0/+5
2025-06-26selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-06-26i2c: omap: Fix an error handling path in omap_i2c_probe()Christophe JAILLET1-2/+5
2025-06-26platform/x86: Use i2c adapter name to fix build errorsPratap Nirujogi1-1/+2
2025-06-26i2c: amd-isp: Initialize unique adapter namePratap Nirujogi3-0/+15
2025-06-26i2c: designware: Initialize adapter name only when not setPratap Nirujogi1-2/+3
2025-06-25i2c: tiny-usb: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang1-0/+6
2025-06-25i2c: imx: fix emulated smbus block readLukasz Kucharczyk1-1/+2
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell2-3/+23
2025-06-25cxl/edac: Fix using wrong repair type to check dram event recordLi Ming1-1/+1
2025-06-25Merge tag 'spi-fix-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+7
2025-06-25smb: client: remove \t from TP_printk statementsStefan Metzmacher1-12/+12
2025-06-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-42/+161
2025-06-25Merge tag 'uml-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-31/+29
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-7/+8
2025-06-25io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe1-5/+6
2025-06-25KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flushManuel Andreas1-0/+3
2025-06-25smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-06-25drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector typeJayesh Choudhary1-9/+60
2025-06-25EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMsAvadhut Naik1-21/+36
2025-06-25KVM: SVM: Add missing member in SNP_LAUNCH_START command structureNikunj A Dadhania1-0/+2
2025-06-25io_uring: fix resource leak in io_import_dmabuf()Penglei Jiang1-2/+4
2025-06-25Documentation: KVM: Fix unexpected unindent warningsBinbin Wu1-15/+15
2025-06-25ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirkNiklas Cassel1-1/+1
2025-06-25mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky1-0/+1
2025-06-25platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1Alok Tiwari1-1/+1
2025-06-25platform/x86: thinkpad_acpi: handle HKEY 0x1402 eventMark Pearson1-0/+1
2025-06-25platform/x86: asus-nb-wmi: add DMI quirk for ASUS Zenbook Duo UX8406CARahul Chandra1-0/+9
2025-06-25platform/x86: dell-lis3lv02d: Add Latitude 5500Paul Menzel1-0/+1
2025-06-25Merge tag 'iwlwifi-fixes-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Johannes Berg1-2/+2
2025-06-25RDMA/mlx5: Fix vport loopback for MPV devicePatrisious Haddad1-0/+33
2025-06-25RDMA/mlx5: Fix CC counters query for MPVPatrisious Haddad1-1/+1
2025-06-25RDMA/mlx5: Fix HW counters query for non-representor devicesPatrisious Haddad1-1/+1
2025-06-25IB/core: Annotate umem_mutex acquisition under fs_reclaim for lockdepOr Har-Toov1-0/+11
2025-06-25IB/mlx5: Fix potential deadlock in MR deregistrationOr Har-Toov1-14/+47
2025-06-25um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-06-25um: Use correct data source in fpregs_legacy_set()Tiwei Bie1-1/+1
2025-06-25um: vfio: Prevent duplicate device assignmentsTiwei Bie1-0/+14
2025-06-25um: ubd: Add missing error check in start_io_thread()Tiwei Bie1-1/+1
2025-06-25drm/i915: fix build error some moreArnd Bergmann1-1/+1
2025-06-25ALSA: usb: qcom: fix NULL pointer dereference in qmi_stop_sessionPei Xiao1-1/+1
2025-06-25io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov1-3/+7
2025-06-25io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov2-1/+7
2025-06-25io_uring/rsrc: fix folio unpinningPavel Begunkov1-4/+9
2025-06-25ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei1-10/+25