All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-16 10:47:42 to 2026-06-16 11:22:48 UTC [more...]

[PATCH 00/11] HID: iio: warning clean up and prefer kernel coding style
 2026-06-16 11:22 UTC  (9+ messages)
` [PATCH 02/11] iio: humidity: hid-sensor-humidity: align parenthesis for readability
` [PATCH 03/11] iio: gyro: hid-sensor-gyro-3d: "
` [PATCH 08/11] iio: hid-sensor-magn-3d: use ! instead of explicit NULL check
` [PATCH 11/11] iio: hid-sensor-accel-3d: "

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-06-16 11:21 UTC  (5+ messages)

[PATCH v5 00/10] media: rcar: Streams support
 2026-06-16 11:22 UTC  (7+ messages)
` [PATCH v5 03/10] media: rcar-csi2: Move {enable|disable}_streams() calls
` [PATCH v5 04/10] media: rcar-csi2: Switch to Streams API

[PATCH v2 1/4] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type
 2026-06-16 11:16 UTC  (4+ messages)

[PATCH 01/11] iio: hid-sensors: add missing blank line after declarations
 2026-06-16 11:22 UTC  (2+ messages)

[GIT PULL] kselftest update for Linux 7.2-rc1
 2026-06-16 11:21 UTC  (2+ messages)

[GIT PULL] kunit update for Linux 7.2-rc1
 2026-06-16 11:21 UTC  (2+ messages)

[PATCH 0/4] test/crypto: update CN20K and sessionless coverage
 2026-06-16 11:21 UTC  (5+ messages)
` [PATCH 1/4] test/crypto: add asymmetric sessionless test case
` [PATCH 2/4] test/crypto: add asym autotest support for cn20k
` [PATCH 3/4] test/crypto: add "
` [PATCH 4/4] test/crypto: add unit test for Rx inject multi seg

[RFC PATCH v1] PCI: Remove pcie_flr() and convert all callers to use pcie_reset_flr()
 2026-06-16 11:21 UTC  (2+ messages)

[PATCH v3 0/4] Various patches to improve Secure Boot support
 2026-06-16 11:20 UTC  (7+ messages)
` [PATCH v3 2/4] x86/efi: discard multiboot support for PE binary
` [PATCH v3 3/4] x86/efi: avoid a relocation in efi_arch_post_exit_boot()
` [PATCH v3 4/4] x86: Split .init section to satisfy UEFI CA memory mitigation

ERROR: modpost: "kvm_free_tlb_tag" [arch/x86/kvm/kvm-intel.ko] undefined!
 2026-06-16 11:20 UTC 

[PATCH] lib: math: test_mul_u64_u64_div_u64: define div64_s64_rem
 2026-06-16 11:20 UTC  (3+ messages)

[PATCH] posix-cpu-timers: use u64 multiplication in update_rlimit_cpu()
 2026-06-16 11:20 UTC 

[PATCH 04/11] iio: magnetometer: hid-sensor-magn-3d: align parenthesis for readability
 2026-06-16 11:19 UTC  (2+ messages)

[PATCH 1/2] libinput: upgrade 1.30.2 -> 1.30.4
 2026-06-16 11:18 UTC  (3+ messages)
` [PATCH 2/2] libinput: upgrade 1.30.4 -> 1.31.3
` [OE-core] [PATCH 1/2] libinput: upgrade 1.30.2 -> 1.30.4

[PATCH] read_gitfile_gently(): return non-repo path on error
 2026-06-16 11:19 UTC  (4+ messages)
    ` [PATCH v2] read_gitfile(): simplify NOT_A_REPO error message

[PATCH 0/3] Improve soft IH ring
 2026-06-16 11:18 UTC  (3+ messages)
` [PATCH 1/3] amdgpu/ih6.1: Fix minor version

[RFC PATCH 0/4] Xe driver asynchronous notification mechanism
 2026-06-16 11:18 UTC  (4+ messages)

[PATCH v2] pinctrl: qcom: Unconditionally mark gpio as wakeup enable
 2026-06-16 11:18 UTC  (3+ messages)

[PATCH] btrfs: declare btrfs_ioctl_search_args_v2::buf as __u8
 2026-06-16 11:18 UTC  (2+ messages)

[PATCH] vfio: Validate that bitmap.pgsize is a power-of-2 in vfio_iommu_type1_unmap_dma
 2026-06-16 11:17 UTC 

[PATCH 0/7] drm/amdgpu: Improve retry fault handling (v2)
 2026-06-16 11:17 UTC  (4+ messages)
` [PATCH 3/7] drm/amdgpu/gmc: Don't compare page fault timestamps with other interrupts

[PATCH 0/4] builtin/refs: add ability to write references
 2026-06-16 11:17 UTC  (3+ messages)
` [PATCH 3/4] builtin/refs: add "update" subcommand

[PATCH RFC v5 0/6] iio: add Open Sensor Fusion IIO driver
 2026-06-16 11:16 UTC  (5+ messages)
` [PATCH RFC v5 3/6] iio: osf: add protocol decoding
` [PATCH RFC v5 4/6] iio: osf: add stream parser

[PATCH v8 00/14] Allow preemption during IPI completion waiting to improve real-time performance
 2026-06-16 11:11 UTC  (15+ messages)
` [PATCH v8 01/14] smp: Disable preemption explicitly in __csd_lock_wait()
` [PATCH v8 02/14] smp: Enable preemption early in smp_call_function_single()
` [PATCH v8 03/14] smp: Refactor remote CPU selection in smp_call_function_any()
` [PATCH v8 04/14] smp: Use task-local IPI cpumask in smp_call_function_many_cond()
` [PATCH v8 05/14] smp: Alloc percpu csd data in smpcfd_prepare_cpu() only once
` [PATCH v8 06/14] smp: Enable preemption early in smp_call_function_many_cond()
` [PATCH v8 07/14] smp: Remove preempt_disable() from smp_call_function()
` [PATCH v8 08/14] smp: Remove preempt_disable() from on_each_cpu_cond_mask()
` [PATCH v8 09/14] scftorture: Remove preempt_disable() in scftorture_invoke_one()
` [PATCH v8 10/14] x86/mm: Factor out flush_tlb_info initialization
` [PATCH v8 11/14] x86/mm: Cap flush_tlb_info alignment at 64 bytes
` [PATCH v8 12/14] x86/mm: Move flush_tlb_info back to the stack
` [PATCH v8 13/14] x86/kvm: Disable preemption in kvm_flush_tlb_multi()
` [PATCH v8 14/14] x86/mm: Re-enable preemption before flush_tlb_multi()

[PATCH] drm/atomic: introduce PAGE_FLIP_EVENT property
 2026-06-16 11:15 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
 2026-06-16 11:15 UTC  (6+ messages)

[PATCH] cat-file: speed up default format
 2026-06-16 11:15 UTC  (7+ messages)

[PATCH] ref-manual: add note explaining OE will identify missing packages
 2026-06-16 11:15 UTC 

[PATCH i-g-t v4 0/6] Vswing / Pre-emphasis Override decoding
 2026-06-16 11:12 UTC  (7+ messages)
` [PATCH i-g-t v4 1/6] tools/vbt_decode: fix tables' offset reading
` [PATCH i-g-t v4 2/6] tools/vbt_decode: rename VBT#57 related vars
` [PATCH i-g-t v4 3/6] tools/vbt_decode: validate DEVICE env var
` [PATCH i-g-t v4 4/6] tools/vbt_decode: parse & dump VS/PE-O tables for LT
` [PATCH i-g-t v4 5/6] tools/vbt_decode: parse & dump VS/PE-O tables for Snps
` [PATCH i-g-t v4 6/6] tools/vbt_decode: parse & dump VS/PE-O tables for Combo

[PATCH v7 0/4] drm/amdgpu: Add WAIT_EVENT ioctl for render-node events
 2026-06-16 11:12 UTC  (5+ messages)
` [PATCH v7 1/4] drm/amdgpu/uapi: Add WAIT_EVENT ioctl and metadata structures
` [PATCH v7 2/4] drm/amdgpu: Add wait-event manager and per-file lifetime plumbing
` [PATCH v7 3/4] drm/amdgpu: Register WAIT_EVENT ioctl
` [PATCH v7 4/4] drm/amdgpu: Remove queue-scoped WAIT_EVENT records on queue teardown

[PATCH] drm/i915/display: update to the BW buddy configuration
 2026-06-16 11:14 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/2] TI: AM64-EVM/SK: Enable MAIN UART1 for SYSFW tracing
 2026-06-16 11:14 UTC  (3+ messages)
` [PATCH 1/2] arm: mach-k3: am642: Update MAIN UART1 serial alias from 3 to 1

[PATCH v4] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-16 11:14 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/guc: Hold device ref until queue teardown completes (rev2)

[PATCH v3 0/9] rv/tlob: Add task latency over budget RV monitor
 2026-06-16 11:14 UTC  (3+ messages)
` [PATCH v3 8/9] selftests/verification: fix verificationtest-ktap for out-of-tree execution

[meta][wrynose][PATCH] openssl: upgrade 3.5.6 -> 3.5.7
 2026-06-16 11:13 UTC 

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-16 11:13 UTC  (4+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v19 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-16 11:12 UTC  (5+ messages)
` [PATCH v19 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH] arm64: dts: qcom: qcs615-ride: fix sdhc_2 vqmmc-supply for UHS-I mode
 2026-06-16 11:13 UTC  (2+ messages)

[PATCH 0/2] pwm: loongson: Fix PWM configuration handling
 2026-06-16 11:13 UTC  (6+ messages)
` [PATCH 1/2] pwm: loongson: Fix low pulse buffer register handling
` [PATCH 2/2] pwm: loongson: Reload PWM configuration through counter reset

[PATCH v4 00/20] rust: I/O type generalization and projection
 2026-06-16 11:12 UTC  (9+ messages)
` [PATCH v4 07/20] rust: io: implement `Mmio` as view type
` [PATCH v4 08/20] rust: pci: io: make `ConfigSpace` a view

[PATCH v2 0/3] Bluetooth: btmtksdio: teardown fixes
 2026-06-16 11:12 UTC  (4+ messages)
` [PATCH v2 1/3] Bluetooth: btmtksdio: correct btmtksdio_txrx_work() loop timeout check
` [PATCH v2 2/3] Bluetooth: btmtksdio: test for bug IO errors in btmtksdio_txrx_work()
` [PATCH v2 3/3] Bluetooth: btmtksdio: call cancel_work_sync() outside of host lock scope

[meta-networking][PATCH] spice: fix build failures with GCC 16
 2026-06-16 11:11 UTC 

[PATCH net 0/4] ICSSG XDP zero copy bug fixes
 2026-06-16 11:11 UTC  (4+ messages)
` [PATCH net 4/4] net: ti: icssg: Fix XSK zero copy TX during application wakeup

[PATCH v2] hw/arm/bcm2838: Route I2C interrupts to GIC
 2026-06-16 11:10 UTC  (2+ messages)

[PATCH 0/4] testing: some minor QoL changes for functional tests
 2026-06-16 11:09 UTC  (2+ messages)

[PATCH net 0/2] devlink: Fix a couple parent ref leaks
 2026-06-16 11:06 UTC  (3+ messages)
` [PATCH net 1/2] devlink: Fix parent ref leak in devl_rate_node_create()
` [PATCH net 2/2] devlink: Fix parent ref leak on tc-bw failure

[PATCH 0/2] fuse: fix and optimize parallel writes on passthrough mounts
 2026-06-16 11:06 UTC  (4+ messages)
` [PATCH v2 0/2] fuse: fix passthrough parallel direct writes with a minimal series
  ` [PATCH v2 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens

[PATCH v2 0/3] Improve U-Boot's TPM handling in the non-EFI case
 2026-06-16 11:06 UTC  (11+ messages)
` [PATCH v2 3/3] tpm: allocate tpm event log if missing

[PATCH v2 0/1] s390/mm: Fix handling of _PAGE_UNUSED pte bit
 2026-06-16 11:06 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/6] Add Axiado SoC AX3000 and EVK board
 2026-06-16 11:05 UTC  (3+ messages)
` [PATCH v3 5/6] hw/gpio: Add Cadence GPIO controller

[PATCH] ceph: use fscrypt_finalize_bounce_page() for cleanup
 2026-06-16 11:05 UTC 

[PATCH RFC] bitbake-setup: add source choices
 2026-06-16 11:05 UTC 

[PATCH v17 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
 2026-06-16 11:05 UTC  (2+ messages)

[PATCH net] tipc: free bearer discoverer via RCU to fix tipc_disc_rcv UAF
 2026-06-16 11:04 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: qcom: hamoa: reserved-memory changes
 2026-06-16 11:04 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: qcom: hamoa: Fix xbl_tmp_buffer_mem size

[PATCH] gpiolib: acpi: Add quirk for ASUS ROG Strix G614 series
 2026-06-16 11:04 UTC  (5+ messages)

[PATCH 0/4] MIPS: kernel: proc: More efficient data output in show_cpuinfo()
 2026-06-16 11:00 UTC  (3+ messages)
` [0/4] "

[PATCH] MIPS: mm: remove comment referring to removed CONFIG_MIPS_CMP
 2026-06-16 11:01 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] i40e: add devlink parameter for Flow Director ATR sample rate
 2026-06-16 11:03 UTC  (3+ messages)
  `  "

[PATCH v17 12/12] vfio/pci: Virtualize PCIe TPH capability registers
 2026-06-16 11:03 UTC  (2+ messages)

wifi: rtw88: 8822cs/bs: Issues migrating RTL8822CS/BS from downstream to upstream driver
 2026-06-16 11:02 UTC  (3+ messages)

[PATCH 1/1] spi: Add NULL check for spi_get_device_id() in spi_get_device_match_data()
 2026-06-16 11:02 UTC 

[PATCH net v3] ip_tunnel: drop stale dst from generated PMTU ICMP replies
 2026-06-16 11:02 UTC  (2+ messages)

[PATCH v2 0/6] rust / dma_buf: Add abstractions for dma_fence
 2026-06-16 11:02 UTC  (2+ messages)

[PATCH v3 RESEND 0/5] Add initial device trees for Nord SA8797P
 2026-06-16 11:02 UTC  (8+ messages)
` [PATCH v3 RESEND 2/5] arm64: dts: qcom: Add device tree for Nord SoC series
` [PATCH v3 RESEND 3/5] arm64: dts: qcom: Add device tree for Nord SA8797P SoC
` [PATCH v3 RESEND 5/5] arm64: dts: qcom: Add device tree for SA8797P Ride board

[PATCH v3] media: atomisp: replace kmalloc() with kmalloc_objs() in sh_css.c
 2026-06-16 11:01 UTC  (2+ messages)

[PATCH 11/11] iio: hid-sensor-accel-3d: use ! instead of explicit NULL check
 2026-06-16 11:01 UTC 

[PATCH 0/5] staging: rtl8723bs: Fix coding style issues in header files
 2026-06-16 11:00 UTC  (6+ messages)
` [PATCH 1/5] staging: rtl8723bs: Fix multi-line comment style in wlan_bssdef.h
` [PATCH 2/5] staging: rtl8723bs: Fix indentation in enum in rtw_mlme.h
` [PATCH 3/5] staging: rtl8723bs: Fix block comment style "
` [PATCH 4/5] staging: rtl8723bs: Fix multi-line "
` [PATCH 5/5] staging: rtl8723bs: Fix whitespace in comments "

[gourryinverse:scratch/gourry/managed_nodes/rfc5 25/53] Warning: mm/page_alloc.c:5692 function parameter 'candidates' not described in 'find_next_best_node_in'
 2026-06-16 11:00 UTC 

[frank-w-bpi-r2-4.14:7.0-main 162/162] utils/firmware/airoha/EthMD32.DSP.bin: warning: ignored by one of the .gitignore files
 2026-06-16 11:00 UTC 

[PATCH v3 00/12] New features for the AD5686 IIO driver
 2026-06-16 11:00 UTC  (6+ messages)
` [PATCH v3 11/12] iio: dac: ad5686: read_raw/write_raw: use guard(mutex)()

[PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
 2026-06-16 11:00 UTC  (2+ messages)

[PATCH v17 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
 2026-06-16 11:00 UTC  (2+ messages)

[PATCH v3 0/4] Add support for an external command for fetching notes
 2026-06-16 10:59 UTC  (2+ messages)

[PATCH v9 00/22] CMTG enablement
 2026-06-16 10:59 UTC  (8+ messages)
` [PATCH v9 20/22] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [PATCH v9 21/22] drm/i915/cmtg: Restore CMTG after DC6 exit
` [PATCH v9 22/22] drm/i915/cmtg: Add CMTG interrupt handling
` ✓ i915.CI.Full: success for CMTG enablement (rev9)

[PATCH v2] drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
 2026-06-16 10:59 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry() (rev2)

[PATCH v3] fat: stop reading directory entries past the end-of-directory marker
 2026-06-16 10:59 UTC  (2+ messages)

[LTP] [PATCH v2] tst_security.sh: Use enforce toggle to trigger SELinux measurement
 2026-06-16 10:58 UTC  (2+ messages)

peak_usb_start(): double free of RX buffer when usb_submit_urb() fails
 2026-06-16 10:58 UTC  (2+ messages)

[PATCH for-4.22] x86/ucode: Exclude Zen6 from entrysign digest checking
 2026-06-16 10:57 UTC  (2+ messages)

[PATCH 0/6 v2] sched/eevdf: Improve scheduling latency of short slice task
 2026-06-16 10:57 UTC  (3+ messages)
` [PATCH 6/6 v2] sched/eevdf: Speedup short slice task scheduling

[PATCH] install-buildtools: make SDK name configurable via --sdk-name
 2026-06-16 10:57 UTC  (2+ messages)
` [PATCH v2] install-buildtools: auto-discover environment setup script via glob

[PATCH] net: airoha: Clean up RX queues in airoha_dev_stop
 2026-06-16 10:50 UTC 

[PATCH] drm/bridge: tc358767: fix NULL return in tc_edid_read
 2026-06-16 10:12 UTC 

[PATCH v3 0/2] sched/fork: fix timer_slack_ns for children of RT tasks
 2026-06-16 10:56 UTC  (2+ messages)

[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
 2026-06-16 10:57 UTC  (5+ messages)
` [PATCH 02/13] gpu: nova-core: fsp: catch bogus queue pointer issues

[PATCH v17 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
 2026-06-16 10:56 UTC  (2+ messages)

[PATCH] mm/sparse: Optimize section number calculations using bit shifts
 2026-06-16  2:59 UTC 

sched_ext/lavd hard lockup in old call_rcu_tasks_generic needadjust path
 2026-06-16 10:56 UTC  (7+ messages)

[linux-next:master 9794/14023] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_hdcp.c:584 update_config() error: we previously assumed 'aconnector->dc_sink' could be null (see line 559)
 2026-06-16 10:56 UTC  (2+ messages)

[PATCH] drm/amdkfd: Use last + 1 of vm range to check 2MB huge page alignment
 2026-06-16 10:56 UTC  (2+ messages)
` [PATCH v2] drm/amdkfd: Use exclusive bounds for SVM split alignment checks

[PATCH v17 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
 2026-06-16 10:55 UTC  (2+ messages)

[PATCH v17 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
 2026-06-16 10:55 UTC  (2+ messages)

[PATCH v17 03/12] PCI/TPH: Cache TPH requester capability at probe time
 2026-06-16 10:55 UTC  (2+ messages)

[PATCH] net: airoha: Stop TX queues on error path in airoha_dev_open
 2026-06-16 10:50 UTC 

[PATCH net] dpaa2-switch: fix VLAN upper check not rejecting bridge join
 2026-06-16 10:54 UTC 

[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-16 10:54 UTC  (3+ messages)

[PATCH v3 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16 10:54 UTC  (10+ messages)
` [PATCH v3 1/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy
` [PATCH v3 1/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_CREATE in host handler
` [PATCH v3 2/7] KVM: arm64: Forward FFA_NOTIFICATION_BITMAP calls to Trustzone
` [PATCH v3 2/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_DESTROY in host handler
` [PATCH v3 3/7] KVM: arm64: Support FFA_NOTIFICATION_BIND "
` [PATCH v3 4/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND "
` [PATCH v3 5/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v3 6/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v3 7/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "

[PATCH v17 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
 2026-06-16 10:53 UTC  (2+ messages)

[oe-core][PATCH] xuser-account: convert to standard-user-account
 2026-06-16 10:53 UTC  (2+ messages)

[PATCH v17 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
 2026-06-16 10:53 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Fix whitespace in comments in rtw_mlme.h
 2026-06-16 10:53 UTC  (2+ messages)

[PATCH v3 1/1] can: mcp251xfd: Add ACPI device ID table for MCP251XFD
 2026-06-16 10:52 UTC  (5+ messages)
` [PATCH v4 0/2] "
      `  "

[PATCH 00/12] clk: qcom: Assorted fixes for gcc-mdm9607 (and gcc-msm8916/39)
 2026-06-16 10:52 UTC  (5+ messages)
` [PATCH 04/12] clk: qcom: gcc-mdm9607: Fix BIMC PLL definition

[PATCH] net: airoha: Fix QoS counter configuration for Tx-fwd channels
 2026-06-16 10:50 UTC 

[PATCH v17 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
 2026-06-16 10:52 UTC  (2+ messages)

[PATCH v17 06/12] PCI/TPH: Expose the enabled TPH requester type
 2026-06-16 10:51 UTC  (2+ messages)

[PATCH v16 00/12] vfio/pci: Add PCIe TPH support
 2026-06-16 10:51 UTC  (4+ messages)

[Intel-wired-lan] [PATCH] ice: retry reading NVM if admin queue returns EBUSY
 2026-06-16 10:45 UTC 

[DPDK/core Bug 1925] parameters of macros in lib/eal/include/rte_test.h are not parenthesized
 2026-06-16 10:50 UTC  (2+ messages)

[Bug 1027] mempool cache size parameter is misleading
 2026-06-16 10:50 UTC  (2+ messages)
` [DPDK/core Bug "

[PATCH V1] arm64: dts: imx8mq-evk: add uart3 and bluetooth node
 2026-06-16 10:52 UTC 

[PATCH 5.10/5.15/6.1/6.6/6.12/6.18] tap: free page on error paths in tap_get_user_xdp()
 2026-06-16  9:02 UTC 

[PATCH] ASoC: fsl_audmix: switch regmap to cache-only mode after probe
 2026-06-16 10:48 UTC  (2+ messages)

[PATCH 0/6] net/dpaa2: RSS fixes and improvements
 2026-06-16 10:47 UTC  (7+ messages)
` [PATCH 1/6] net/dpaa2: add L4 destination port to the RSS hash key
` [PATCH 2/6] net/dpaa2: use L4 port extraction for SCTP RSS
` [PATCH 3/6] net/dpaa2: drop stray extract count bump in RSS key build
` [PATCH 4/6] net/dpaa2: set PPPoE configured flag "
` [PATCH 5/6] net/dpaa2: support inner RSS level for tunnelled traffic
` [PATCH 6/6] net/dpaa2: implement RSS RETA query and update

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-16 10:47 UTC  (5+ messages)
` [PATCH v6 5/7] cxl/region: Add extent output to region query


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.