summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang1-0/+8
2025-08-13block: restore default wbt enablementJulian Sun1-1/+1
2025-08-13Docs: admin-guide: Correct spelling mistakeErick Karanja1-1/+1
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso1-0/+30
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker3-1/+16
2025-08-13netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal1-3/+2
2025-08-13selftests: tls: test TCP stealing data from under the TLS socketJakub Kicinski1-0/+63
2025-08-13tls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
2025-08-13Merge branch '6.17/scsi-queue' into 6.17/scsi-fixesMartin K. Petersen6-43/+69
2025-08-13ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park2-0/+12
2025-08-12ixgbe: prevent from unwanted interface name changesJedrzej Jagielski1-0/+1
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski2-2/+6
2025-08-12drm/amdgpu: fix task hang from failed job submission during process killLiu01 Tong2-4/+14
2025-08-12ASoC: stm: stm32_i2s: Fix calc_clk_div() error handling in determine_rate()Sergio Perez Gonzalez1-5/+2
2025-08-12drm/amdgpu: fix incorrect vm flags to map boJack Xiao1-2/+2
2025-08-12drm/amdgpu: fix vram reservation issueYiPeng Chai1-2/+1
2025-08-12drm/amdgpu: Add PSP fw version check for fw reserve GFX commandFrank Min1-3/+16
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe1-12/+15
2025-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+7
2025-08-12ACPI: EC: Relax sanity check of the ECDT ID stringArmin Wolf1-3/+7
2025-08-12drm/xe/hwmon: Add SW clamp for power limits writesKarthik Poosa1-0/+29
2025-08-12drm/xe: Defer buffer object shrinker write-backs and GPU waitsThomas Hellström1-4/+47
2025-08-12drm/xe/migrate: prevent potential UAFMatthew Auld1-4/+5
2025-08-12drm/xe/migrate: don't overflow max copy sizeMatthew Auld1-0/+6
2025-08-12drm/xe/migrate: prevent infinite recursionMatthew Auld1-12/+17
2025-08-12Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+39
2025-08-12Merge tag 'snp_cache_coherency' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-0/+62
2025-08-12gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-12Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-12ACPI: processor: perflib: Move problematic pr->performance checkRafael J. Wysocki1-1/+4
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni4-6/+12
2025-08-12Merge branch 'net-prevent-deadlocks-and-mis-configuration-with-per-napi-threa...Paolo Abeni4-8/+27
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski2-2/+11
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski2-2/+10
2025-08-12selftests: drv-net: don't assume device has only 2 queuesJakub Kicinski1-4/+6
2025-08-12ASoC: codecs: Call strscpy() with correct size argumentThorsten Blum6-28/+17
2025-08-12docs: Fix name for net.ipv4.udp_child_hash_entriesJordan Rife1-1/+1
2025-08-12Merge branch 'fix-broken-link-with-th1520-gmac-when-linkspeed-changes'Paolo Abeni3-6/+24
2025-08-12riscv: dts: thead: Add APB clocks for TH1520 GMACsYao Zi1-4/+6
2025-08-12net: stmmac: thead: Get and enable APB clock on initializationYao Zi1-0/+14
2025-08-12dt-bindings: net: thead,th1520-gmac: Describe APB interface clockYao Zi1-2/+4
2025-08-12net: mdiobus: release reset_gpio in mdiobus_unregister_device()Buday Csaba2-3/+1
2025-08-12net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue when using C45Clark Wang1-10/+13
2025-08-12drm/i915/psr: Do not trigger Frame Change events from frontbuffer flushJouni Högander1-5/+9
2025-08-12drm/i915/fbc: fix the implementation of wa_18038517565Vinod Govindapillai1-4/+4
2025-08-12drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS fileAdrián Larumbe1-1/+1
2025-08-12proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-08-12mm/mremap: avoid expensive folio lookup on mremap folio pte batchLorenzo Stoakes1-0/+4
2025-08-12userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
2025-08-12mm: pass page directly instead of using folio_pageDev Jain1-13/+10