All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 02:48:45 to 2026-03-25 04:01:18 UTC [more...]

[PATCH v9 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-03-25  4:00 UTC  (9+ messages)
` [PATCH v9 net-next 01/11] net/nebula-matrix: add minimum nbl build framework
` [PATCH v9 net-next 03/11] net/nebula-matrix: add chip related definitions
` [PATCH v9 net-next 04/11] net/nebula-matrix: channel msg value and msg struct
` [PATCH v9 net-next 05/11] net/nebula-matrix: add channel layer
` [PATCH v9 net-next 06/11] net/nebula-matrix: add common resource implementation
` [PATCH v9 net-next 09/11] net/nebula-matrix: add Dispatch layer implementation
` [PATCH v9 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation
` [PATCH v9 net-next 11/11] net/nebula-matrix: add common dev start/stop operation

[PATCH 6.1 000/481] 6.1.167-rc1 review
 2026-03-25  3:59 UTC  (5+ messages)

[PATCH net] net: lan743x: fix duplex configuration in mac_link_up
 2026-03-25  4:00 UTC  (2+ messages)

[PATCH] wifi: mt76: mt7996: disable UNI_BSS_INFO_PROTECT_INFO for mt7996
 2026-03-25  3:59 UTC 

[PATCH v5 0/7] Add RISC-V big-endian target support
 2026-03-25  3:58 UTC  (2+ messages)

[PATCH v2 0/5] Migrate soc, drm-mediatek, mdp3 to new CMDQ APIs (series 2/4)
 2026-03-25  3:57 UTC  (12+ messages)
` [PATCH v2 1/5] soc: mediatek: Use pkt_write function pointer for subsys ID compatibility
` [PATCH v2 2/5] soc: mediatek: mtk-cmdq: Add cmdq_pkt_jump_rel_temp() for removing shift_pa
` [PATCH v2 3/5] drm/mediatek:Use reg_write function pointer for subsys ID compatibility
` [PATCH v2 4/5] media: platform: mtk-mdp3: Refactor CMDQ writes for CMDQ API change
` [PATCH v2 5/5] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()

[PATCH] generic/551: prevent OOM on NFS on systems with no swap memory
 2026-03-25  3:58 UTC 

[PATCH v2 0/9] Add eDP support for RK3576
 2026-03-25  3:58 UTC  (6+ messages)
` [PATCH v2 7/9] drm/bridge: analogix_dp: Rename and simplify is_rockchip()

[PATCH 1/4] wifi: mac80211: factor out part of ieee80211_calc_expected_tx_airtime
 2026-03-25  3:58 UTC  (3+ messages)

[akpm-mm:mm-stable 72/140] arch/sparc/mm/init_64.c:2582:16: error: implicit declaration of function 'vmemmap_pgd_populate'; did you mean 'vmemmap_populate'?
 2026-03-25  3:57 UTC  (3+ messages)

[PATCH net v5 0/3] macsec: Add support for VLAN filtering in offload mode
 2026-03-25  3:55 UTC  (9+ messages)

[OE-core][PATCH] tzdata,tzcode-native: upgrade 2025c -> 2026a
 2026-03-25  3:55 UTC 

[OE-core][PATCH] epiphany: upgrade 49.2 -> 49.7
 2026-03-25  3:54 UTC 

[PATCH V6 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-03-25  3:53 UTC  (7+ messages)
` [PATCH V6 1/5] dt-bindings: misc: qcom, fastrpc: Add compatible for Glymur
  ` [PATCH V6 1/5] dt-bindings: misc: qcom,fastrpc: "
` [PATCH V6 2/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC
` [PATCH V6 3/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP
` [PATCH V6 4/5] arm64: dts: glymur: Add LPASS macro codecs and pinctrl
` [PATCH V6 5/5] arm64: dts: qcom: glymur-crd: add Audio sound card node

[PATCH v8 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-25  3:52 UTC  (32+ messages)
` [PATCH v8 01/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v8 02/31] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v8 03/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v8 04/31] gpu: nova-core: add Copy/Clone to Spec and Revision, add chipset() accessor
` [PATCH v8 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v8 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v8 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v8 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v8 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v8 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v8 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v8 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v8 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v8 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v8 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v8 16/31] rust: ptr: add const_align_up()
` [PATCH v8 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v8 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v8 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v8 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v8 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v8 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v8 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v8 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v8 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v8 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v8 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v8 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v8 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v8 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v8 31/31] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()

[PATCH 0/4] i.MX8MP: Convert to DM_PMIC for a few boards
 2026-03-25  3:50 UTC  (6+ messages)
` [PATCH 1/4] imx8mp: phyboard-pollux-rdk: Convert to DM_PMIC

[PATCH net-next v2 0/2] net: dsa: mxl862xx: MDIO bus integrity and optimization
 2026-03-25  3:50 UTC  (2+ messages)

[PATCH net-next] net: ethtool: pass genl_info to the ethnl parse_request operation
 2026-03-25  3:50 UTC  (2+ messages)

[PATCH 0/2] Enable PCI P2PDMA support for RAID0 and NVMe Multipath
 2026-03-25  3:50 UTC  (5+ messages)
` [PATCH 2/2] nvme-multipath: enable PCI P2PDMA for multipath devices

[PATCH net v2] virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false
 2026-03-25  3:50 UTC  (2+ messages)

[PATCH v3 0/5] linux-user/riscv: add vector state to signal context
 2026-03-25  3:49 UTC  (11+ messages)
` [PATCH v3 1/5] tests/tcg/riscv64: Add a user signal handling test
` [PATCH v3 2/5] linux-user/riscv: Allow restore_sigcontext to return error
` [PATCH v3 3/5] linux-user/riscv: Add extended state to sigcontext
` [PATCH v3 4/5] linux-user/riscv: Add vector state to signal context
` [PATCH v3 5/5] tests/tcg/riscv64: Add vector state to signal test

[PATCH net-next v11 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-03-25  3:47 UTC  (16+ messages)
` [PATCH net-next v11 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v11 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v11 03/15] quic: provide common utilities and data structures
` [PATCH net-next v11 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v11 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v11 06/15] quic: add stream management
` [PATCH net-next v11 07/15] quic: add connection id management
` [PATCH net-next v11 08/15] quic: add path management
` [PATCH net-next v11 09/15] quic: add congestion control
` [PATCH net-next v11 10/15] quic: add packet number space
` [PATCH net-next v11 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v11 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v11 13/15] quic: add timer management
` [PATCH net-next v11 14/15] quic: add packet builder base
` [PATCH net-next v11 15/15] quic: add packet parser base

[PATCH v2 0/5] PCI: tegra: Add Tegra264 support
 2026-03-25  3:48 UTC  (3+ messages)
` [PATCH v2 4/5] "

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-25  3:47 UTC  (7+ messages)
` [PATCH v2 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH v2 5/7] selftests: memcg: Reduce the expected swap.peak with larger "

[PATCH] cxl/hdm: fix a warning in devm_remove_action()
 2026-03-25  3:47 UTC  (3+ messages)

[PATCH] ACPI: APEI: EINJ: make einj_initialized static
 2026-03-25  3:46 UTC 

[Intel-wired-lan] [PATCH net-next v3 00/13] net: sleepable ndo_set_rx_mode
 2026-03-25  3:44 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net-next v3 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
        `  "

[PATCH v3] PCI: dw-rockchip: Enable async probe by default
 2026-03-25  3:44 UTC  (8+ messages)

drivers/regulator/pf0900-regulator.c:891:7-32: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ)
 2026-03-25  3:43 UTC 

[PATCH net-next] net/dst: improve dst_ops refcounting with per-dst bit
 2026-03-25  3:42 UTC  (2+ messages)

[PATCH v3 0/3] target/riscv: corner case fixes
 2026-03-25  3:40 UTC  (7+ messages)
` [PATCH v3 1/3] target/riscv: Fix IALIGN check in misa write
` [PATCH v3 3/3] tests/tcg: Add riscv test for interrupted vector ops

[PATCH v5 0/3] arm64: dts: qcom: Introduce sa8255p platform device tree
 2026-03-25  3:40 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: Introduce sa8255p SoC

[PATCH net-next v3 0/2] r8152: add helper functions for PLA/USB/PHY OCP registers
 2026-03-25  3:35 UTC  (6+ messages)
` [PATCH net-next v3 1/2] r8152: add helper functions for PLA/USB "

[PATCH 0/3] correct the parameter type of some mm functions
 2026-03-25  3:34 UTC  (8+ messages)
` [PATCH 2/3] mm: memcontrol: correct the parameter type of __mod_memcg{_lruvec}_state()
` [PATCH 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()

subscribe
 2026-03-25  3:34 UTC  (2+ messages)

[android-common:android12-5.10 0/1] drivers/powercap/dtpm.c:358: warning: Excess function parameter 'name' description in 'dtpm_alloc'
 2026-03-25  3:33 UTC 

[thomas-weissschuh:b4/vdso-ifdeffery 4/6] arch/s390/kernel/vdso/../../../../lib/vdso/gettimeofday.c:446:21: error: conflicting types for 'clock_getres_fallback'; have 'int(clockid_t, struct __kernel_timespec *)' {aka 'int(int, struct __kernel_timespec *)'}
 2026-03-25  3:33 UTC 

[PATCH 0/3] liveupdate: fix incoming error handling and teardown paths
 2026-03-25  3:31 UTC  (5+ messages)
` [PATCH 2/3] liveupdate: keep sessions retrievable after release failures
` [PATCH 3/3] liveupdate: initialize incoming FLB state before finish

[PATCH v2 0/1] ocfs2: split transactions in dio completion to avoid
 2026-03-25  3:31 UTC  (8+ messages)
` [PATCH v2 1/1] ocfs2: split transactions in dio completion to avoid credit exhaustion

[PATCH] sched/topology: Avoid spurious asymmetry from CPU capacity noise
 2026-03-25  3:30 UTC  (4+ messages)

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-25  3:30 UTC  (13+ messages)
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs

[PATCH v2 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-25  3:28 UTC  (6+ messages)
` [PATCH v2 7/9] "

[PATCH] LoongArch: add spectre boundry for syscall dispatch table
 2026-03-25  3:26 UTC  (2+ messages)

[PATCH] lib: sbi_domain: reject overflowing address range in check_addr_range()
 2026-03-25  3:25 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Make reg_bounds test more robust
 2026-03-25  3:23 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mp-evk: Specify ADV7535 register addresses
 2026-03-25  3:24 UTC  (3+ messages)

[PATCH 0/2] Add nor dt-bindings new clock and modify driver
 2026-03-25  3:18 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spi: Fix clock-names definition
` [PATCH 2/2] spi: spi-mtk-nor: add new clock support

[PATCH v6 00/15] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
 2026-03-25  3:18 UTC  (10+ messages)
` [PATCH v6 09/15] arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes, change path

[RFC][PATCH 1/3] fdtdec: Deduplicate iterator function
 2026-03-25  3:17 UTC  (3+ messages)
` [RFC][PATCH 2/3] fdtdec: Introduce fdtdec_setup_mem_ram_top() to determine end of topmost DRAM bank
` [RFC][PATCH 3/3] arm64: renesas: Set gd->ram_top to the end address of last "

[PATCH v7 net-next 0/5] octeontx2-af: npc: Enhancements
 2026-03-25  3:14 UTC  (4+ messages)
` [PATCH v7 net-next 5/5] octeontx2-af: npc: Support for custom KPU profile from filesystem

[PATCH v3 0/2] Add support for AD5706R DAC
 2026-03-25  3:13 UTC  (5+ messages)
` [PATCH v3 2/2] iio: dac: ad5706r: "

[folded-merged] mm-memcontrol-convert-objcg-to-be-per-memcg-per-node-type-fix-fix-fix-2-fix.patch removed from -mm tree
 2026-03-25  3:12 UTC  (3+ messages)

[PATCH] tools/perf: Fix ratio_to_prev event parsing test
 2026-03-25  3:12 UTC  (2+ messages)

[PATCH v2] sched_ext: Choose the right sch->ops.name to output in the print_scx_info()
 2026-03-25  3:11 UTC 

[PATCH v3] coresight: tpdm: add traceid_show for checking traceid
 2026-03-25  3:10 UTC 

[Intel-wired-lan] [PATCH iwl-net v2] ice: fix posted write support for sideband queue operations
 2026-03-25  3:09 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: fix 'adjust' timer programming for E830 devices
 2026-03-25  3:09 UTC  (3+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-25  3:08 UTC  (3+ messages)
` [PATCH 05/12] PCI: use generic driver_override infrastructure

[PATCH] Input: gf2k: clamp hat values to the lookup table
 2026-03-25  3:07 UTC  (2+ messages)

[PATCH] drm/msm/mdp5: drop workarounds specific to MDP5 1.0
 2026-03-25  3:06 UTC 

[PATCH ath-current] wifi: ath10k: fix station lookup failure during disconnect
 2026-03-25  3:05 UTC 

[PATCH v1] irq_work: Fix use-after-free in irq_work_single on PREEMPT_RT
 2026-03-25  3:05 UTC 

[PATCH] slab,rcu: disable KVFREE_RCU_BATCHED for strict grace period
 2026-03-25  3:02 UTC  (3+ messages)

[PATCH v3] dt-bindings: input: touchscreen: edt-ft5x06: Add FocalTech FT3519
 2026-03-25  3:02 UTC  (2+ messages)

[PATCH v12] media: Add t4ka3 camera sensor driver
 2026-03-25  3:01 UTC  (7+ messages)

[PATCH v2 0/7] Refactor reserved memory regions handling code
 2026-03-25  3:00 UTC  (4+ messages)

[RESEND RFC PATCH v3 0/6] drm/amd: Add support for non-4K page size systems
 2026-03-25  3:00 UTC  (5+ messages)
` [RESEND RFC PATCH v3 5/6] drm/amd: Fix MQD and control stack alignment for non-4K
` [RESEND RFC PATCH v3 6/6] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size

[thomas-weissschuh:b4/vdso-ifdeffery 4/6] arch/s390/kernel/vdso/../../../../lib/vdso/gettimeofday.c:446:21: error: conflicting types for 'clock_getres_fallback'
 2026-03-25  3:00 UTC 

[PATCH v24 00/11] Type2 device basic support
 2026-03-25  2:59 UTC  (3+ messages)
` [PATCH v24 10/11] cxl: Avoid dax creation for accelerators

[PATCH] drm/msm/mdp5: drop single flush support
 2026-03-25  2:59 UTC 

[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-25  2:59 UTC  (9+ messages)
` [PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
` [PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v10 7/8] riscv: "
` [PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug

[PATCH v2] drm/amdkfd: check system memory when set apu_prefer_gtt
 2026-03-25  2:57 UTC  (8+ messages)

[REGRESSION] [PATCH v2] ceph: fix num_ops OBOE when crypto allocation fails
 2026-03-25  2:56 UTC  (3+ messages)

[RFC v5] mm/damon: add synchronous commit for commit_inputs
 2026-03-25  2:53 UTC  (2+ messages)
` (sashiko review) "

[trace:bootconfig/for-next 16/16] init/main.c:468:1: warning: the frame size of 4304 bytes is larger than 2048 bytes
 2026-03-25  2:49 UTC 

[mark:testing/v7.0-rc5 2/2] arch/arm64/kernel/process.c:704:31: error: expected readable system register
 2026-03-25  2:49 UTC 

[RFC PATCH v4 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-25  2:49 UTC  (2+ messages)

[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
 2026-03-25  2:49 UTC  (4+ messages)
` [PATCH v2 3/8] liveupdate: Remove file handler module refcounting

[PATCH v5 00/10] clk: realtek: Add RTD1625 clock support
 2026-03-25  1:59 UTC  (5+ messages)
` [PATCH v5 01/10] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
` [PATCH v5 08/10] clk: realtek: Add support for MMC-tuned PLL clocks

[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-03-25  2:49 UTC  (8+ messages)

[PATCH 0/2] clk: add kernel docs for struct clk_core and update tests to use HZ_PER_MHZ
 2026-03-25  2:31 UTC  (3+ messages)
` [PATCH 1/2] clk: add kernel docs for struct clk_core

[PATCH v15 0/4] Add driver support for ESWIN eic700 SoC clock controller
 2026-03-25  2:13 UTC  (9+ messages)
` [PATCH v15 1/4] dt-bindings: clock: eswin: Documentation for eic7700 SoC
` [PATCH v15 2/4] clk: divider: Add devm_clk_hw_register_divider_parent_data
` [PATCH v15 3/4] clk: eswin: Add eic7700 clock driver
` [PATCH v15 4/4] MAINTAINERS: Add entry for ESWIN EIC7700 "

[PATCH v7 0/5] Power Management for Raspberry Pi V3D GPU
 2026-03-25  2:06 UTC  (3+ messages)
` [PATCH v7 1/5] clk: bcm: rpi: Manage clock rate in prepare/unprepare callbacks

[PATCH v3 0/9] arm64: dts: amlogic: Add MMC/SD/SDIO support for Khadas VIM4 (Amlogic T7)
 2026-03-25  2:48 UTC  (4+ messages)
` [PATCH v3 1/9] arm64: dts: amlogic: t7: Add eMMC, SD card and SDIO pinctrl nodes


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.