LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2026-03-16 11:29:17 to 2026-03-16 13:11:33 UTC [more...]

[PATCH] phy: google-usb: Fix runtime PM cleanup on probe failure
 2026-03-16 13:11 UTC 

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-16 13:08 UTC  (24+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "

[PATCH] lib: fix compare_delta parameter order in percpu_counter_tree
 2026-03-16 13:06 UTC  (9+ messages)

[PATCH v5 00/22] Runtime TDX module update support
 2026-03-16 13:05 UTC  (9+ messages)
` [PATCH v5 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v5 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v5 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v5 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs

[PATCH bpf-next v1 0/2] Modify some code about test_verifier
 2026-03-16 13:04 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT

[GIT PULL] Btrfs fixes for 7.0-rc5
 2026-03-16 13:04 UTC 

[PATCH v3 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-03-16 13:01 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: add bindings for AD4691 family
` [PATCH v3 2/4] iio: adc: ad4691: add initial driver "

[PATCH v2] drm/bridge: cdns-mhdp8546: Add suspend resume support to the bridge driver
 2026-03-16 13:00 UTC  (2+ messages)

[net-next PATCH 0/4] octeontx2: CN20K NPA Halo context support
 2026-03-16 12:57 UTC  (5+ messages)
` [net-next PATCH 1/4] octeontx2-af: npa: cn20k: Add NPA Halo support
` [net-next PATCH 2/4] octeontx2-af: npa: cn20k: Add DPC support
` [net-next PATCH 3/4] octeontx2-af: npa: cn20k: Add debugfs for Halo
` [net-next PATCH 4/4] octeontx2-pf: cn20k: Use unified Halo context

[PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
 2026-03-16 12:58 UTC  (6+ messages)

[PATCH v10 0/8] PCI: endpoint: BAR subrange mapping support
 2026-03-16 12:57 UTC  (6+ messages)
` [PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound "

[PATCH] clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON
 2026-03-16 12:56 UTC  (2+ messages)

[PATCH] selftests/mm: add THP sysfs interface test
 2026-03-16 12:55 UTC  (2+ messages)

[PATCH] arm64: defconfig: Enable Qualcomm Eliza basic resource providers
 2026-03-16 12:55 UTC  (2+ messages)

[PATCH v4 0/2] Incorporate DRAM address in EDAC messages
 2026-03-16 12:53 UTC  (3+ messages)
` [PATCH v4 1/2] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM
` [PATCH v4 2/2] EDAC/amd64: Include DRAM address in output

[PATCH 0/5] Enable Bluetooth and WiFi on Fairphone (Gen. 6)
 2026-03-16 12:50 UTC  (6+ messages)
` [PATCH 4/5] arm64: dts: qcom: milos-fairphone-fp6: Enable Bluetooth

[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
 2026-03-16 12:50 UTC  (6+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags

[RFC PATCH 0/2] io_uring: add IPC channel infrastructure
 2026-03-16 12:49 UTC  (4+ messages)

[PATCH v2] platform/x86: asus-wmi: log thermal notification event
 2026-03-16 12:49 UTC 

[next-20260313] kernel build fails with “ar: unrecognized option '--thin'”
 2026-03-16 12:39 UTC  (3+ messages)

[syzbot] [mm?] KMSAN: uninit-value in copy_from_kernel_nofault
 2026-03-16 12:44 UTC  (3+ messages)

[PATCH] docs/zh_CN: sync process/2.Process.rst with English version
 2026-03-16 12:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] Faster Arm64 __arch_copy_from_user and __arch_copy_to_user
 2026-03-16 12:31 UTC 

[PATCH v2] media: uvcvideo: Fix buffer sequence in frame gaps
 2026-03-16 12:40 UTC  (3+ messages)

[PATCH] iio: frequency: adf4350: replace loop with order_base_2()
 2026-03-16 12:40 UTC  (3+ messages)
` [PATCH v2] iio: frequency: adf4350: replace loop with fls_long()

Missing signoff in the iommufd tree
 2026-03-16 12:39 UTC 

Missing signoff in the imx-mxs tree
 2026-03-16 12:39 UTC 

[PATCH v2 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-03-16 12:38 UTC  (11+ messages)
` [PATCH v2 01/11] dt-bindings: crypto: qcom,ice: Allow power-domain and iface clk

[PATCH v2] dt-bindings: display: ti,am65x-dss: Fix AM62L DSS reg and clock constraints
 2026-03-16 12:36 UTC  (4+ messages)

[PATCH v2 0/3] Add the missing mpll3 clock and clock controller nodes
 2026-03-16 12:33 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: clock: amlogic: Fix redundant hyphen in "amlogic,t7-gp1--pll" string
` [PATCH v2 2/3] dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock

[PATCH v4 0/3] Add SDHCI support for Canaan K230 SoC
 2026-03-16 12:33 UTC  (3+ messages)
` [PATCH v4 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support

[PATCH v4 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-16 12:33 UTC  (3+ messages)

[PATCH v6 0/4] iio: adc: ad4080: add support for AD4880 dual-channel ADC
 2026-03-16 12:31 UTC  (6+ messages)
` [PATCH v6 4/4] "

[PATCH] remoteproc: qcom: Fix leak when custom dump_segments addition fails
 2026-03-16 12:27 UTC 

[PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound mapping support
 2026-03-16 12:26 UTC  (2+ messages)

[PATCH] soc: qcom: socinfo: Add PM7550BA PMIC
 2026-03-16 12:26 UTC  (2+ messages)

[PATCH v3] media: saa7164: add missing ioremap error handling
 2026-03-16 12:24 UTC  (3+ messages)
` [PATCH v7 0/1] media: saa7164: add ioremap return checks and cleanups
  ` [PATCH v7 1/1] "

[PATCH v3 0/3] Enable QoS configuration on QCS615
 2026-03-16 12:24 UTC  (3+ messages)
` [PATCH v3 2/3] interconnect: qcom: qcs615: enable QoS configuration

[PATCH] arm64: dts: ti: k3-am62a7-sk: Disable mmc Schmitt Trigger
 2026-03-16 12:22 UTC  (11+ messages)

[PATCH] PCI: qcom: Advertise hotplug with no command completion support
 2026-03-16 12:22 UTC  (3+ messages)

[PATCH] drm/amdgpu/userq: fix memory leak in MQD creation error paths
 2026-03-16 12:21 UTC  (4+ messages)

[PATCH net-next] bonding: move utsrelease.h include out of bonding_priv.h
 2026-03-16 12:17 UTC 

[PATCH] drm/i915/fbdev: fix link failure without FBDEV emulation
 2026-03-16 12:18 UTC  (3+ messages)

[PATCH] [linux-next mismerge] drm/fbdev-emulation: restore drm_fb_helper_gem_is_fb() dummy
 2026-03-16 12:17 UTC  (2+ messages)

[PATCH v5 0/3] Add support for ICSSM Ethernet on AM57x, AM437x, and AM335x
 2026-03-16 12:00 UTC  (4+ messages)
` [PATCH v5 3/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM335x

[PATCH v8 0/3] PCI: Add support for PCIe WAKE# interrupt
 2026-03-16 12:16 UTC  (4+ messages)
` [PATCH v8 3/3] "

[PATCH v3 17/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
 2026-03-16 12:15 UTC  (2+ messages)

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-16 12:12 UTC  (12+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-16 12:14 UTC  (12+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks

[PATCH v2] x86/virt/tdx: Fix lockdep assertion failure in cache flush for kexec
 2026-03-16 12:14 UTC  (2+ messages)

[PATCH 1/1] firmware: stratix10-svc: add missing comment for fcs client
 2026-03-16 12:13 UTC  (2+ messages)

[PATCH v2 0/2] perf evsel fallback changes
 2026-03-16 12:13 UTC  (4+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] perf evlist: Improve default event for s390

[PATCH spi-next 00/11] spi: spi-fsl-lpspi: various cleanup and enhancement patches
 2026-03-16 12:11 UTC  (8+ messages)
` [PATCH spi-next 10/11] spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use mode from (struct fsl_lpspi_data::config::mode
` [PATCH spi-next 11/11] spi: spi-fsl-lpspi: fsl_lpspi_set_bitrate(): don't treat devtype_data->prescale_max == 0 as a special case

[PATCH v5 0/3] Add wiko-chuppito devictree
 2026-03-16 12:11 UTC  (3+ messages)
` [PATCH v5 3/3] arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree

[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
 2026-03-16 12:10 UTC  (8+ messages)
` [PATCH bpf-next v8 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v8 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v8 5/8] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH bpf-next v8 6/8] bpf: allow bpf_list_front/back result as the prev argument of bpf_list_add_impl
` [PATCH bpf-next v8 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v8 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[RFC PATCH] mm/mempolicy: NUMA mempolicy mismatch during remote access
 2026-03-16 12:04 UTC 

[PATCH v3] drm/shmem-helper: Fix Map huge page mapping in fault handler
 2026-03-16 12:10 UTC  (5+ messages)

[PATCH v6 1/7] clk: test: introduce clk_dummy_div for a mock divider
 2026-03-16 12:09 UTC  (2+ messages)

[PATCH v4 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-03-16 12:09 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
` [PATCH v4 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver

[PATCH v3 0/6] dma-buf: heaps: add coherent reserved-memory heap
 2026-03-16 12:08 UTC  (6+ messages)
` [PATCH v3 5/6] dma-buf: heaps: Add Coherent heap to dmabuf heaps

[PATCH v2 0/2] gpu: nova: rename drivers and directory to use kebab-case convention
 2026-03-16 12:08 UTC  (3+ messages)
` [PATCH v2 1/2] gpu: nova: rename drivers "
` [PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/

[PATCH] virtio: add kernel-doc for map and vmap members
 2026-03-16 12:08 UTC  (3+ messages)

[PATCH 0/4] Rust netlink support + use in Rust Binder
 2026-03-16 12:07 UTC  (3+ messages)
  ` [PATCH 3/4] rust_binder: add generated netlink.rs file

[PATCH] drm/ast: DisplayPort edid supports 256 bytes
 2026-03-16 12:06 UTC  (4+ messages)

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-16 12:06 UTC  (11+ messages)
` [PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
` [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-16 12:06 UTC  (2+ messages)

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-16 12:05 UTC  (7+ messages)
` [PATCH net-next v9 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v9 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v9 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v9 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v9 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v9 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH 0/3] media: uvcvideo: Improvements for UVC metadata
 2026-03-16 12:05 UTC  (8+ messages)
` [PATCH 1/3] media: uvcvideo: Enable VB2_DMABUF for metadata stream
` [PATCH 2/3] media: uvcvideo: uvc_queue_to_stream(): Support meta queues
` [PATCH 3/3] media: uvcvideo: Allow userspace to increase the meta buffersize

[PATCH 2/5] usb: typec: add kernel-doc for priority and mode_selection members
 2026-03-16 12:04 UTC  (3+ messages)

[PATCH net-next v11] virtio_net: add page_pool support for buffer allocation
 2026-03-16 12:04 UTC  (5+ messages)

[syzbot] [kernel?] possible deadlock in device_create (3)
 2026-03-16 12:02 UTC 

[PATCH net-next v1] net: openvswitch: decouple flow_table from ovs_mutex
 2026-03-16 12:01 UTC  (3+ messages)

[PATCH v10 0/7] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2026-03-16 12:01 UTC  (4+ messages)
` [PATCH v10 1/7] dt-bindings: media: qcom,x1e80100-camss: Add simple-mfd compatible

[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-16 12:00 UTC  (5+ messages)

[BUG] Apple Mac mini 2018 + Thunderbolt 3 eGPU: PCI bridge window / BAR allocation failure prevents NVIDIA and AMD GPUs from initializing
 2026-03-16 11:57 UTC  (3+ messages)

[PATCH v4 0/2] Add Xiaomi 12 Lite 5G (taoyao) device tree
 2026-03-16 11:57 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: dts: qcom: Add Xiaomi 12 Lite 5G (taoyao) DTS

[PATCH v9 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-16 11:54 UTC  (7+ messages)
` [PATCH v9 1/6] kho: add size parameter to kho_add_subtree()
` [PATCH v9 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v9 3/6] kho: persist blob size in KHO FDT
` [PATCH v9 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
` [PATCH v9 5/6] kho: kexec-metadata: track previous kernel chain
` [PATCH v9 6/6] kho: document kexec-metadata tracking feature

[PATCH] [PATCH v4] usb: serial: add support for Rolling Wireless RW135R-GL (33f8:1003)
 2026-03-16 11:55 UTC 

[RFC PATCH v2 0/7] futex: Use runtime constants for futex_hash computation
 2026-03-16 11:52 UTC  (5+ messages)
` [RFC PATCH v2 2/7] arm64/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 3/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching

[PATCH v2] kernel/fork: validate exit_signal in kernel_clone()
 2026-03-16 11:51 UTC  (2+ messages)

[PATCH] locking/rwsem: Fix logic error in rwsem_del_waiter()
 2026-03-16 11:51 UTC  (2+ messages)

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-16 11:51 UTC  (7+ messages)
` [PATCH v4 01/30] tools: lib: thermal: Fix typo
` [PATCH v4 02/30] tools/thermal: "
` [PATCH v4 03/30] tools: lib: thermal: Initialize CFLAGS before including Makefile.include

[PATCH 0/4] Fuller TDX kexec support
 2026-03-16 11:51 UTC  (3+ messages)
` [PATCH 3/4] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE

[PATCH v2] of/iommu: support multiple iommu-map entries per input ID
 2026-03-16 11:48 UTC  (2+ messages)

[PATCH v2 0/5] Add support for AD4129-4/8, AD4130-4, and AD4131-4/8
 2026-03-16 11:45 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: iio: adc: ad4130: Document interrupts property
` [PATCH v2 2/5] dt-bindings: iio: adc: ad4130: Add new supported parts
` [PATCH v2 3/5] iio: adc: ad4130: Add SPI device ID table
` [PATCH v2 4/5] iio: adc: ad4130: introduce chip info for future multidevice support
` [PATCH v2 5/5] iio: adc: ad4130: add new supported parts

[PATCH v2 00/11] arm64: dts: qcom: Add x1e/Hamoa camera DTSI
 2026-03-16 11:46 UTC  (4+ messages)
` [PATCH v2 10/11] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Add ov02c10 RGB sensor on CSIPHY4

[PATCH net-next v2 00/14] tcp: preserve receive-window accounting across ratio drift
 2026-03-16 11:44 UTC  (5+ messages)
` [PATCH net-next v2 05/14] tcp: grow rcvbuf to back scaled-window quantization slack
` [PATCH net-next v2 07/14] tcp: honor the maximum advertised window after live retraction

[PATCH v4 0/3] Creation of workqueues in Rust
 2026-03-16 10:43 UTC  (5+ messages)
` [PATCH v4 3/3] rust: workqueue: add creation of workqueues

[PATCH v10 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2026-03-16 11:39 UTC  (5+ messages)
` [PATCH v10 11/18] drm/bridge: analogix_dp: Apply drm_bridge_connector helper

[PATCH iwl-next 0/4] iavf: fix VLAN filter state machine races
 2026-03-16 11:37 UTC  (3+ messages)
` [PATCH iwl-next 4/4] iavf: harden VLAN filter state machine race handling
  ` [Intel-wired-lan] "

[PATCH v1 0/4] Add eDP support for RK3576
 2026-03-16 11:35 UTC  (5+ messages)
` [PATCH v1 2/4] arm64: dts: rockchip: Add eDP node "
` [PATCH v1 4/4] drm/rockchip: analogix_dp: Add support "

[PATCH 0/3] Add support for GXCLK for Milos
 2026-03-16 11:36 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: milos: Add GX clock controller

[PATCH v2 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
 2026-03-16 11:35 UTC  (3+ messages)
` [PATCH v2 2/2] riscv: ultrarisc: 8250_dw: support "

[PATCH RFC iwl-next 0/4] iavf: fix VLAN filter state machine races
 2026-03-16 11:35 UTC  (5+ messages)
` [PATCH RFC iwl-next 1/4] iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDING
  ` [Intel-wired-lan] "
` [PATCH RFC iwl-next 2/4] iavf: stop removing VLAN filters from PF on interface down
  ` [Intel-wired-lan] "

[PATCH v5 0/4] pid_namespace: make init creation more flexible
 2026-03-16 11:34 UTC  (3+ messages)
` [PATCH v5 4/4] selftests: Add tests for creating pidns init via setns

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-16 11:22 UTC  (3+ messages)

[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-16 11:31 UTC  (4+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
` [PATCH v2 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH v5] Bluetooth: btrtl: Add firmware format v3 support
 2026-03-16 11:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).