[PATCH net-next v4 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
2026-09-12 20:13 UTC (2+ messages)
[PATCH net-next v4 06/10] net: pcs: xpcs: add ANRESTART support for SGMII link recovery
2026-09-12 20:13 UTC (2+ messages)
[PATCH net-next v4 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
2026-09-12 20:13 UTC (2+ messages)
[PATCH net-next v4 04/10] dt-bindings: net: pcs: add rockchip,rk3568-xpcs support
2026-09-12 20:13 UTC (2+ messages)
[PATCH net-next v4 03/10] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568
2026-09-12 20:13 UTC (2+ messages)
[PATCH net-next v4 01/10] net: stmmac: move XPCS lifetime management to platform drivers
2026-09-12 20:13 UTC (2+ messages)
[syzbot] [wireless?] memory leak in ieee80211_mesh_csa_beacon
2026-09-12 20:10 UTC (2+ messages)
[PATCH 0/4] ARM: allocate the cacheinfo early to fix the PREEMPT_RT boot warning
2026-09-12 20:09 UTC (6+ messages)
` [PATCH 1/4] ARM: cacheinfo: avoid out-of-bounds write in populate_cache_leaves()
` [PATCH 2/4] ARM: cacheinfo: count external caches in early_cache_level()
` [PATCH 3/4] ARM: cacheinfo: guard the CLIDR read in populate_cache_leaves()
` [PATCH 4/4] ARM: topology: allocate the cacheinfo early on the boot CPU
[BUG] sound/usb: out-of-bounds in prepare_playback_urb()
2026-09-12 20:09 UTC (3+ messages)
[RFC PATCH 0/9] mm/damon: cleanup, clarify, and add/improve test
2026-09-12 20:08 UTC (10+ messages)
` [RFC PATCH 1/9] mm/damon/api: remove NR_DAMOS_FILTER_TYPES
` [RFC PATCH 2/9] mm/damon/core: use abs_diff() in damon_feed_loop_next_input()
` [RFC PATCH 3/9] mm/damon/core: use mult_frac() "
` [RFC PATCH 4/9] mm/damon/core: use damos_quota_is_set() in damos_adjust_quota()
` [RFC PATCH 5/9] mm/damon/core: document damon_call()/damon_start() race hang issue
` [RFC PATCH 6/9] mm/damon/paddr: remove pa parameter from damon_pa_filter_pass()
` [RFC PATCH 7/9] selftests/damon/sysfs_memcg_path_leak: fail only for real DAMON leak
` [RFC PATCH 8/9] mm/damon/tests/core-kunit: test eligible_mem_bp commitment
` [RFC PATCH 9/9] Docs/mm/damon/design: clarify bp is basis point
[PATCH 6.1 0000/1191] 6.1.188-rc1 review
2026-09-12 20:05 UTC (3+ messages)
[PATCH] ALSA: usb-audio: Clamp implicit feedback packet count to URB capacity
2026-09-12 20:05 UTC
[PATCH 5.10 000/798] 5.10.270-rc1 review
2026-09-12 19:58 UTC (3+ messages)
[PATCH 0/3] alpha: self-extracting compressed kernel images
2026-09-12 19:55 UTC (4+ messages)
` [PATCH 1/3] xz: add arch-specific tuning for alpha
` [PATCH 2/3] alpha: add self-extracting compressed kernel boot stub
` [PATCH 3/3] alpha: support the remaining kernel compression formats
[PATCH] parisc: fix typos in comments
2026-09-12 19:54 UTC (2+ messages)
[PATCH v6 0/3] mm: improve folio refcount scalability
2026-09-12 19:50 UTC (4+ messages)
` [PATCH v6 1/3] gve: reduce pagecnt_bias to USHRT_MAX
` [PATCH v6 2/3] mm: drop page refcount zero state semantics
` [PATCH v6 3/3] mm: implement page refcount locking via dedicated bit
[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-12 19:40 UTC (7+ messages)
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
rtw89: WOW_CPUIO_RX_CTRL is never answered on RTL8851B
2026-09-12 19:39 UTC
[PATCH bpf-next v3 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs
2026-09-12 19:37 UTC (3+ messages)
[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
2026-09-12 19:33 UTC (8+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-12 19:30 UTC (4+ messages)
` [PATCH v2 04/26] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
[PATCH 6.12 0000/1376] 6.12.110-rc1 review
2026-09-12 19:28 UTC (3+ messages)
[PATCH v4 00/18] drm/panthor: Fix the unplug logic
2026-09-12 19:27 UTC (3+ messages)
` [PATCH v4 18/18] drm/panthor: Add debugfs knobs to simulate reset failures
[PATCH] spi: virtio: Use the per-transfer bits per word
2026-09-12 19:20 UTC
[RFC PATCH 0/8] mm/damon: move damos filter range arguments validation to core
2026-09-12 19:18 UTC (9+ messages)
` [RFC PATCH 1/8] mm/damon/sysfs-schemes: read sysfs_filter->addr_range only once
` [RFC PATCH 2/8] mm/damon/sysfs-schemes: read sysfs_filter->sz_range "
` [RFC PATCH 3/8] mm/damon/core: return an error from damos_commit_filter_arg()
` [RFC PATCH 4/8] mm/damon/core: disallow max < min damos filter range arguments commit
` [RFC PATCH 5/8] mm/damon/sysfs-schemes: drop centralized filter range arg validations
` [RFC PATCH 6/8] mm/damon/sysfs-schemes: use switch-case in add_scheme_filters()
` [RFC PATCH 7/8] mm/damon/core-kunit: extend damos_commit_filter_for() for wrong input
` [RFC PATCH 8/8] mm/damon/core-kunit: test invalid damos filter commits
[PATCH v7 0/3] hwspinlock: convert to XArray and add debug capabilities
2026-09-12 19:14 UTC (4+ messages)
` [PATCH v7 1/3] hwspinlock: Convert to XArray
` [PATCH v7 2/3] hwspinlock: add list of locks to debugfs
` [PATCH v7 3/3] hwspinlock: add low level debug capabilities
[PATCH] mfd: intel_quark_i2c_gpio: manage the fixed-rate clock
2026-09-12 19:12 UTC
[PATCH] staging: most: video: add comments to mutex and spinlock definitions
2026-09-12 19:12 UTC (5+ messages)
[PATCH v2 0/5] PM: Use %pe to print error pointers symbolically
2026-09-12 19:11 UTC (6+ messages)
` [PATCH v2 1/5] power: "
` [PATCH v2 2/5] devfreq: "
` [PATCH v2 3/5] cpufreq: "
` [PATCH v2 4/5] thermal: "
` [PATCH v2 5/5] powercap: intel_rapl: "
[PATCH 0/5] PM: Use %pe to print error pointers symbolically
2026-09-12 19:10 UTC (7+ messages)
` [PATCH 4/5] devfreq: "
` [PATCH 5/5] power: "
[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
2026-09-12 19:09 UTC (11+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()
` [PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
2026-09-12 19:06 UTC (7+ messages)
` [PATCH v2 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits
[PATCH] ALSA: hda/scodec: imply SERIAL_MULTI_INSTANTIATE for AW88399
2026-09-12 19:04 UTC
[PATCH] spi: rockchip-sfc: skip DMA cleanup in PIO mode
2026-09-12 19:00 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/6] Add two-byte cmpxchg emulation and wire it into the architectures
2026-09-12 18:58 UTC (6+ messages)
` [PATCH 1/6] lib: Add two-byte cmpxchg emulation function
[PATCH v4 0/7] read proc/pid/smaps_rollup under per-vma lock
2026-09-12 18:55 UTC (3+ messages)
[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-12 18:55 UTC (2+ messages)
[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-12 18:53 UTC (5+ messages)
[PATCH] srcutree: Add lockdep and early-boot checks to synchronize_srcu_atomic()
2026-09-12 18:50 UTC (4+ messages)
[BUG] drivers/usb: NULL pointer dereference in stub_recv_cmd_submit()
2026-09-12 18:41 UTC (3+ messages)
[PATCH net-next v2] selftests: drv-net: add BIG TCP test cases
2026-09-12 18:40 UTC (4+ messages)
[PATCH] clk: mediatek: mt8173-mfgtop: do not use the clk API from power_on
2026-09-12 18:32 UTC
[PATCH 6.6 0000/1424] 6.6.157-rc1 review
2026-09-12 18:32 UTC (2+ messages)
[PATCH] x86/sev: Do not fail SNP platform init if the vTPM cannot be registered
2026-09-12 18:24 UTC (3+ messages)
[GIT PULL] Kbuild fixes for 7.3 #1
2026-09-12 18:24 UTC
[PATCH 0/2] drm/panel: novatek-nt51021: add the BOE TV101WUM-NM0
2026-09-12 18:22 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: display: panel: "
` [PATCH 2/2] drm/panel: novatek-nt51021: "
[PATCH] watchdog: sbsa_gwdt: stop the watchdog across the whole system-sleep transition
2026-09-12 18:21 UTC
[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
2026-09-12 18:20 UTC (2+ messages)
[PATCH v2 0/3] Novatek NT51021 DSI panel IC driver
2026-09-12 18:19 UTC (4+ messages)
[PATCH net v2 2/2] net: ncsi: validate MAC and VLAN counts in Get Parameters response
2026-09-12 18:17 UTC
[PATCH] lib/decompress_bunzip2: fix off-by-one in run-length bounds check
2026-09-12 18:17 UTC
[PATCH] platform/x86: bitland-mifs-wmi: Don't abort suspend when platform profile access fails
2026-09-12 18:16 UTC (3+ messages)
[PATCH net v2 1/2] net: ncsi: validate response packet length before accessing fields
2026-09-12 18:09 UTC
[PATCH 5.15 000/935] 5.15.221-rc1 review
2026-09-12 18:07 UTC (3+ messages)
[PATCH bpf-next v2] bpf, mips: Add BPF_MEMSX support to the JITs
2026-09-12 18:06 UTC
[PATCH] virtio_pci: add missing newline to the pmcsr error message
2026-09-12 18:03 UTC
[PATCH v2 0/2] mm: stop calling pmd_folio() on special PMDs
2026-09-12 18:02 UTC (3+ messages)
` [PATCH v2 2/2] mm/madvise: use vm_normal_folio_pmd() in cold/pageout PMD range
[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-12 17:59 UTC (3+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
[PATCH] Input: synaptics-rmi4 - add support for reset gpios
2026-09-12 17:59 UTC
[PATCH v3 0/3] gpu: nova-core: retain the GSP-RM log buffers
2026-09-12 17:55 UTC (3+ messages)
` [PATCH v3 2/3] gpu: nova-core: gsp: retain the GSP-RM log buffers after unbind
[PATCH v2 00/10] efi/libstub: Avoid UTF-16 conversion busywork
2026-09-12 17:54 UTC (9+ messages)
` [PATCH v2 01/10] x86/boot: Drop pointless re-implementation of panic()
[PATCH nf 0/1] ipvs: avoid stack overflow from recursive connection expiration
2026-09-12 17:50 UTC (2+ messages)
[PATCH RFC 00/20] Add Initial Support For MSM8952, Add General Mobile Shamrock
2026-09-12 17:42 UTC (4+ messages)
` [PATCH RFC 20/20] arm64: dts: qcom: generalmobile-shamrock: new device
[PATCH net v2] selftests/net: Fix icmp.sh race between ping and tcpdump startup
2026-09-12 17:41 UTC (3+ messages)
[PATCH v4 0/3] dmaengine: dw-edma: Prepare channels for remote use
2026-09-12 17:40 UTC (4+ messages)
` [PATCH v4 1/3] dmaengine: Allow drivers to assign static channel IDs
` [PATCH v4 2/3] dmaengine: dw-edma: Configure remote interrupt routing
` [PATCH v4 3/3] dmaengine: dw-edma: Account for the MSI vector offset
[PATCH bpf-next v2] bpf: Avoid soft lockup in __htab_map_lookup_and_delete_batch()
2026-09-12 17:40 UTC (2+ messages)
[PATCH] rust: impl_flags: add conversions for raw flag representations
2026-09-12 17:39 UTC (2+ messages)
[PATCH] docs/vfs: Fix the struct file_system_type copy
2026-09-12 17:35 UTC (2+ messages)
[PATCH net-next 0/4] netlink: fix ynl spec tooling robustness bugs
2026-09-12 17:35 UTC (3+ messages)
[PATCH 6.18 0000/1518] 6.18.52-rc1 review
2026-09-12 17:33 UTC (2+ messages)
[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
2026-09-12 17:31 UTC (4+ messages)
[PATCH v4 0/5] sched: Handle split scheduling and execution contexts in task ticks
2026-09-12 17:30 UTC (4+ messages)
` [PATCH v4 4/5] sched/rt: Fix RT watchdog accounting for proxy execution
[PATCH] drm/amdgpu: replace kmalloc_array with kmalloc_objs
2026-09-12 17:25 UTC
[PATCH] nvmet-auth: fix out-of-bounds write in nvmet_auth_challenge()
2026-09-12 17:10 UTC
[PATCH] jffs2: fix double-free of f->target in jffs2_alloc_inode()
2026-09-12 16:57 UTC (5+ messages)
` AW: "
[PATCH net v9 0/1] llc: fix listener child socket leak on non-SABME frames
2026-09-12 16:53 UTC (2+ messages)
` [PATCH net v9 1/1] "
[PATCH net v2] nfc: nci: validate CORE_CONN_CREATE response length before reading fields
2026-09-12 16:52 UTC
[PATCH] ovl: disable index and nfs_export with different lower idmaps
2026-09-12 16:52 UTC (2+ messages)
[PATCH] ACPI: scan: Honor _DEP for Intel CVS devices
2026-09-12 16:50 UTC (2+ messages)
[RFC PATCH] mm/damon/core: add short circuit for temporal-goal schemes in damos_adjust_quota()
2026-09-12 16:48 UTC (2+ messages)
[PATCH] fbdev: fix typos in comments
2026-09-12 16:46 UTC (2+ messages)
[PATCH bpf v2 0/2] bpf: Fix use-after-free of progs detached from busy trampolines
2026-09-12 16:42 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: Skip detached progs in trampoline images that are still in use
[RFC PATCH] memstick: Add Broadcom BCM57765/BCM57785 host driver
2026-09-12 16:38 UTC
[PATCH v2 0/9] watchdog: msc313e: Fix issues Sashiko reported
2026-09-12 16:36 UTC (4+ messages)
` [PATCH v2 4/9] watchdog: msc313e: Enable clock before accessing hardware registers
[PATCH] drm/gem-dma: Correct GEM object wrapper documentation
2026-09-12 16:35 UTC (3+ messages)
[PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc
2026-09-12 16:34 UTC (2+ messages)
[PATCH] jfs: return -ENOSPC instead of BUG() on corrupted dmap tree in dbFindLeaf
2026-09-12 16:34 UTC
[PATCH v3] watchdog: msc313e: Propagate error code in resume()
2026-09-12 16:33 UTC
[PATCH] rust: allow `unknown_lints` in the generated bindings
2026-09-12 16:29 UTC (2+ messages)
[PATCH] ASoC: tas2783-sdw: stop describing the Latency and XU ID/Version Controls
2026-09-12 16:29 UTC
[PATCH] mailmap: update email address for Andrey Golovko
2026-09-12 16:26 UTC
[PATCH] media: v4l2-subdev: Fix media_entity_operations references in kernel-doc
2026-09-12 16:25 UTC (2+ messages)
[PATCH] fbdev: fix typos in comments
2026-09-12 16:22 UTC (2+ messages)
[PATCH v2] ALSA: core: Fix potential UAF after asynchronous card release
2026-09-12 16:21 UTC
[PATCH wireless-next v2] wifi: nxpwifi: validate variable IE lengths in beacon parser
2026-09-12 16:20 UTC
[GIT PULL] Btrfs fixes for 7.3-rc3
2026-09-12 16:16 UTC (2+ messages)
[GIT PULL] erofs fixes for 7.3-rc3
2026-09-12 16:16 UTC (2+ messages)
[PATCH v3 0/3] media: Add support for the Sony IMX681
2026-09-12 16:16 UTC (2+ messages)
` cause of the image error in Gnome Snapshot "
[PATCH 0/3] PCI: Remove device links to Generic PHY
2026-09-12 16:14 UTC (4+ messages)
` [PATCH 1/3] PCI: cadence: Remove device links to PHY
` [PATCH 2/3] PCI: dra7xx: "
` [PATCH 3/3] PCI: keystone: "
[PATCH v1] i2c: slave-testunit: prevent work requeueing during remove
2026-09-12 16:12 UTC
[PATCH v1] soc: qcom: pmic_pdcharger_ulog: prevent work requeue during remove
2026-09-12 16:12 UTC
[PATCH v1] auxdisplay: linedisp: prepare message before registration
2026-09-12 16:11 UTC
[PATCH] fbdev: sstfb: use managed PCI device enable
2026-09-12 16:09 UTC (2+ messages)
[PATCH RFC 0/3] PCI: pciehp: Report surprise removal during safe removal
2026-09-12 15:57 UTC (3+ messages)
` [PATCH RFC 2/3] PCI: pciehp: Report surprise removal from pciehp_isr()
[PATCH v2 0/4] amlogic: t7: give the MMC bus pipeline clock real consumers
2026-09-12 15:50 UTC (5+ messages)
` [PATCH v2 4/4] clk: meson: t7: don't mark sys_ampipe_nand as critical
[PATCH] staging: media: atomisp: remove duplicate blank line
2026-09-12 15:50 UTC (4+ messages)
[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
2026-09-12 15:49 UTC (3+ messages)
[PATCH] arm64: dts: rockchip: Fix i2c6 clock-frequency on NanoPC-T6
2026-09-12 15:48 UTC (4+ messages)
[PATCH] dmaengine: st_fdma: fix potential use-after-free in vchan tasklets
2026-09-12 15:46 UTC
[PATCH RFC] drivers/rufs: add Rust UFS host controller driver
2026-09-12 15:45 UTC (7+ messages)
[PATCH] README: fix awkward wording
2026-09-12 15:45 UTC
[PATCH net-next v3] tcp: annotate lockless access to sk->sk_err
2026-09-12 15:43 UTC
[BUG] drivers/nvme: out-of-bounds in nvmet_execute_auth_receive()
2026-09-12 15:37 UTC
[PATCH v6 0/4] arm64: dts: qcom: Add PMIC thermal support for Shikra platforms
2026-09-12 15:36 UTC (9+ messages)
` [PATCH v6 1/4] arm64: dts: qcom: pm4125: Add VADC and temp alarm nodes
` [PATCH v6 2/4] arm64: dts: qcom: pm8005: Add temp alarm node
` [PATCH v6 3/4] arm64: dts: qcom: Add PMIC thermal support for Shikra CQ2390M SoM platform
` [PATCH v6 4/4] arm64: dts: qcom: Add PMIC thermal support for Shikra IQ2390S "
[PATCH 0/5] arm64: dts: qcom: nord: Add USB support
2026-09-12 15:34 UTC (11+ messages)
` [PATCH 1/5] arm64: dts: qcom: nord-embedded: Fix i2c9/i2c10 pin functions
` [PATCH 2/5] arm64: dts: qcom: nord: Add the USB controller nodes
` [PATCH 3/5] arm64: dts: qcom: nord-embedded: Add USB resources and PHYs
` [PATCH 4/5] arm64: dts: qcom: nord-rrd: Enable USB ports
` [PATCH 5/5] arm64: dts: qcom: nord-ride-embedded: "
[PATCH v9 3/3] PCI: Remove device links to PHY
2026-09-12 15:28 UTC (4+ messages)
[PATCH 7.2.y] iommu/arm-smmu-v3: Disable implementations during devm teardown
2026-09-12 15:26 UTC (2+ messages)
[PATCH v2 0/2] Enable USB support (peripheral mode) for Xiaomi Redmi 5A (riva)
2026-09-12 15:18 UTC (3+ messages)
` [PATCH v2 1/2] power: supply: bq256xx: Expose VBUS state through extcon
` [PATCH v2 2/2] arm64: dts: qcom: msm8917-xiaomi-riva: Enable USB support (peripheral mode)
[PATCH] drm/msm/a6xx+: Increase GMU FW init timeout
2026-09-12 15:17 UTC (2+ messages)
[git pull] IOMMU Fixes for Linux v7.3-rc2
2026-09-12 15:16 UTC (2+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-7.3-3 tag
2026-09-12 15:16 UTC (2+ messages)
[GIT PULL] fbdev fixes for v7.3-rc3
2026-09-12 15:16 UTC (2+ messages)
[PATCH v1 0/6] Add StarFive JHB100 PECI support
2026-09-12 15:13 UTC (3+ messages)
` [PATCH v1 5/6] hwmon: (peci/cputemp) Add support for Granite Rapids (GNR)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®