All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-01 02:09:07 to 2026-09-01 03:09:03 UTC [more...]

[PATCH v7 47/47] net/sxe2: fix VEC mode selection in mode set functions
 2026-09-01  3:08 UTC  (38+ messages)
` [PATCH v8 00/49] net/sxe2: re-align with reference and fix review findings
` [PATCH v8 01/49] common/sxe2: fix null pointer in class driver remove
` [PATCH v8 02/49] common/sxe2: allow munmap during kernel reset
` [PATCH v8 03/49] net/sxe2: fix VF PCI device ID
` [PATCH v8 04/49] net/sxe2: fix MSIX register width in PF map table
` [PATCH v8 05/49] net/sxe2: restore PF and port index caps assignment
` [PATCH v8 06/49] net/sxe2: fix VSI lifecycle management
` [PATCH v8 07/49] net/sxe2: initialize stats in representor device init
` [PATCH v8 08/49] net/sxe2: use base device name for representor naming
` [PATCH v8 09/49] net/sxe2: propagate LSC event to VF representors
` [PATCH v8 10/49] net/sxe2: clear security context pointer on uninit
` [PATCH v8 11/49] net/sxe2: rename representor VSI ID fields
` [PATCH v8 12/49] net/sxe2: clean up duplicate function declarations
` [PATCH v8 13/49] net/sxe2: fix null VSI dereference in device info
` [PATCH v8 14/49] net/sxe2: fill MAC addresses "
` [PATCH v8 15/49] net/sxe2: fix QinQ and RSS offload capability report
` [PATCH v8 16/49] net/sxe2: use regular write for mapped registers
` [PATCH v8 17/49] net/sxe2: move PCI register read macro to common header
` [PATCH v8 18/49] net/sxe2: validate PCI map resource type
` [PATCH v8 19/49] net/sxe2: guard PCI BAR unmap when not initialized
` [PATCH v8 20/49] net/sxe2: fix null dereference in dev uninit
` [PATCH v8 21/49] net/sxe2: fix duplicated cleanup in dev close
` [PATCH v8 22/49] net/sxe2: align dev init and cleanup order
` [PATCH v8 23/49] net/sxe2: simplify switchdev representor matching
` [PATCH v8 24/49] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v8 25/49] net/sxe2: move tunnel port helpers into flow module
` [PATCH v8 26/49] net/sxe2: add ACL engine event statistics support
` [PATCH v8 27/49] net/sxe2: enable FDIR on all Rx queues
` [PATCH v8 28/49] net/sxe2: refactor primary process MP message handling
` [PATCH v8 29/49] net/sxe2: refactor Tx queue reset operations
` [PATCH v8 30/49] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v8 31/49] net/sxe2: optimize NEON Tx descriptor fill
` [PATCH v8 32/49] net/sxe2: fix NEON Rx ptype mapping and memory ordering
` [PATCH v8 33/49] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v8 34/49] net/sxe2: fix RSS action attribute validation
` [PATCH v8 35/49] net/sxe2: restore PF-only guard in UDP tunnel port add
` [PATCH v8 36/49] net/sxe2: refresh link state on link change events

[PATCH] ARM: dts: helios4: add Wake-on-LAN gpio key
 2026-09-01  3:08 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-09-01  3:08 UTC  (13+ messages)
` [PATCH v2 02/16] KVM: x86/pmu: Rename all_valid_pmc_idx to pmc_exists
` [PATCH v2 03/16] KVM: x86/pmu: Rename reserved_bits to eventsel_rsvd in kvm_pmu
` [PATCH v2 04/16] KVM: x86/pmu: Gate BUFFER_OVF reserved bit on guest DS
` [PATCH v2 05/16] KVM: x86/pmu: Add PMC bitmap accessor helpers
` [PATCH v2 06/16] KVM: x86/pmu: Drop nr_arch_{gp,fixed}_counters from kvm_pmu
` [PATCH v2 07/16] KVM: x86/pmu: Expose kvm_host_pmu to vendor modules

[PATCH v3 1/2] usb: gadget: goku_udc: move debug output to debugfs
 2026-09-01  3:08 UTC  (6+ messages)
` [PATCH v3 2/2] usb: gadget: goku_udc: fix kobject warning on probe failure

[PATCH net 1/2] net: cap tx_queue_len at S16_MAX to prevent oversized ring allocations
 2026-09-01  3:08 UTC  (2+ messages)

[PATCH v4 00/10] iio: adc: Add TI ADS126X ADC family support
 2026-09-01  3:07 UTC  (9+ messages)
` [PATCH v4 02/10] dt-bindings: iio: adc: support the TI ADS126x ADC family
` [PATCH v4 03/10] iio: adc: add the ti-ads1262 driver

QCA: Add QCC2066 Bluetooth firmware hpnv21g.30c request-pull
 2026-09-01  3:07 UTC  (3+ messages)

[PATCH v2 00/12] Convert barrier pairs to acquire/release for better performance
 2026-09-01  3:06 UTC  (14+ messages)
` [PATCH v2 01/12] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH v2 02/12] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH v2 03/12] fs: aio: Use acquire/release for ring->tail publication
` [PATCH v2 04/12] fs: Use acquire/release for fdtable resize synchronization
` [PATCH v2 05/12] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH v2 06/12] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH v2 07/12] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v2 08/12] ext4: Convert group-count barrier protocol to acquire/release
` [PATCH v2 09/12] soreuseport: publish num_socks with acquire/release
` [PATCH v2 10/12] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH v2 11/12] 8021q: Fix data race when publishing vlan net_device pointers
` [PATCH v2 12/12] 8021q: publish vlan_devices_arrays entries with acquire/release

[PATCH 00/10] drm/amdgpu: secure userq lifecycle by its kref
 2026-09-01  3:06 UTC  (6+ messages)
` [PATCH 02/10] drm/amdgpu: keep the userq manager alive as long as its queues

[PATCH v3 net-next 00/15] net: enetc: SR-IOV improvements and ENETC v4 VF support
 2026-09-01  3:05 UTC  (5+ messages)
` [PATCH v3 net-next 03/15] net: enetc: add link status message support to PF driver

[PATCH] crypto: mxs-dcp: handle zero-length skcipher requests
 2026-09-01  3:05 UTC  (5+ messages)

[PATCH 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-01  3:05 UTC  (3+ messages)
` [PATCH 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation

[PATCH v2 5/5] rust_binder: reject mremap()
 2026-09-01  3:04 UTC 

[PATCH net-next v7 0/6] hardware pacing offload
 2026-09-01  3:03 UTC  (5+ messages)
` [PATCH net-next v7 3/6] idpf: support "
` [PATCH net-next v7 6/6] selftests: drv-net: extend so_txtime with hw offload

[master/wrynose][PATCH 0/4] Add PipeWire audio stack
 2026-09-01  3:02 UTC  (5+ messages)
` [master/wrynose][PATCH 1/4] packagegroup-arago-connectivity: Remove pulseaudio
` [master/wrynose][PATCH 2/4] recipes-multimedia: Add PipeWire bbappend, service and config files
` [master/wrynose][PATCH 3/4] recipes-multimedia: Add wireplumber audio configuration
` [master/wrynose][PATCH 4/4] recipes-core: arago-default-image: Add PipeWire audio stack

[PATCH v2 0/3] soundwire: bus: re-enable CLOCK_STOP_MODE1 support
 2026-09-01  3:03 UTC  (4+ messages)
` [PATCH v2 1/3] soundwire: bus: add CLOCK_STOP_MODE1 support back
` [PATCH v2 2/3] soundwire: Intel: add wake_enable parameter to stop_bus ops
` [PATCH v2 3/3] soundwire: Intel: stop sdw clock in system suspend

[PATCH v4 00/12] Add support for Common SDP Transmission Line
 2026-09-01  3:03 UTC  (7+ messages)
` [PATCH v4 04/12] drm/i915/dp: Add helper to get AS "
` [PATCH v4 05/12] drm/i915/display: Add crtc state for DIP transmission lines
` [PATCH v4 06/12] drm/i915/dip: Store and use AS SDP transmission line from crtc state

[PATCH] staging: axis-fifo: fix underflow of tx_fifo_depth in size check
 2026-09-01  3:01 UTC 

[PATCH wireless] wifi: mac80211: fix channel changes for active monitors
 2026-09-01  2:55 UTC 

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-09-01  3:00 UTC  (7+ messages)

[PATCH net v2 0/1] ipv4: fib: bound automatic table ID allocation
 2026-09-01  3:00 UTC  (2+ messages)
` [PATCH net v2 1/1] "

[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01  2:59 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH net] net: gianfar: fix DMA unmap of time stamped frames at teardown
 2026-09-01  2:59 UTC  (2+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-09-01  2:58 UTC  (3+ messages)

[PATCH v3 0/9] Add ECDSA akcipher support and the ASPEED SBC ECDSA engine for AST10x0
 2026-09-01  2:56 UTC  (4+ messages)
` [PATCH v3 3/9] crypto/akcipher: Support ECDSA sign/verify with nettle

[PATCH v3 0/7] accel/tcg: cut per-block dispatch overhead
 2026-09-01  2:55 UTC  (10+ messages)
` [PATCH v4 4/9] tcg: pass the destination to tcg_gen_lookup_and_goto_ptr()
` [PATCH v4 5/9] accel/tcg: give the TB jump cache a second base pointer for generated code
` [PATCH v4 6/9] RFC: tcg: probe the TB jump cache inline instead of calling a helper

[PATCH] selftests: runner.sh: avoid overriding kselftest_cmd_args with empty variable
 2026-09-01  2:44 UTC  (2+ messages)

[RFC] mbuf: add configurable base private size for pktmbuf pools
 2026-09-01  2:55 UTC  (2+ messages)

[PATCH v2 0/5] iio: light: stk3310: per-chip match data and STK36C61 support
 2026-09-01  2:55 UTC  (10+ messages)
` [PATCH v2 5/5] iio: light: stk3310: support the Sensortek STK36C61

[PATCH v3 0/8] s390x: Add support for virtio-scsi-pci boot device
 2026-09-01  2:54 UTC  (3+ messages)
` [PATCH v3 7/8] s390x: Find scsi-pci boot device and build IPLB

[PATCH 0/2] sched_ext: fix wraparound-unsafe vtime orderings
 2026-09-01  2:54 UTC  (5+ messages)
` [PATCH 1/2] sched_ext: fix vtime priority queue inversion on wide vtime spread
` [PATCH 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe

[f2fs-dev] [PATCH v2 0/2] f2fs: fix online resize state
 2026-09-01  2:53 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 1/2] f2fs: flush SIT journal during filesystem resize
  ` [f2fs-dev] [PATCH v2 2/2] f2fs: refresh pinned allocation boundary after resize

[PATCH v2] crypto/amlogic: Use devm APIs for clock management
 2026-09-01  2:53 UTC  (3+ messages)

[PATCH] mm/memcg: clear folio memcg after changing per memcg stats
 2026-09-01  2:52 UTC  (3+ messages)

[PATCH net-next v3 0/6] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
 2026-09-01  2:52 UTC  (5+ messages)
` [PATCH net-next v3 2/6] dt-bindings: net: xlnx,xxv-ethernet: Add Xilinx XXV 10G/25G Ethernet
` [PATCH net-next v3 3/6] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support

[PATCH] spi: ma35d1-qspi: assert reset on probe error paths
 2026-09-01  2:51 UTC 

[RFC PATCH] PCI: Work around Pericom PI7C9X3G606GPC Port 4 BAR erratum
 2026-09-01  2:51 UTC  (3+ messages)

[PATCH] iio: flow: slf3s: disable regulator if measurement restart fails
 2026-09-01  2:50 UTC 

[PATCH net-next v2] net: dropreason: add SKB_DROP_REASON_IP_TTL_EXCEEDED
 2026-09-01  2:50 UTC  (3+ messages)

[PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in link update
 2026-09-01  2:50 UTC  (2+ messages)

[PATCH] ARM: dts: helios4: drop unused phy0 pin group
 2026-09-01  2:49 UTC  (2+ messages)

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-09-01  2:48 UTC  (5+ messages)

[PATCH v3] thunderbolt: Stop waiting on a path pending bit that never clears
 2026-09-01  2:48 UTC  (3+ messages)

[PATCH v3 0/2] gpu: nova: fix incorrect GSP barrier usage
 2026-09-01  2:47 UTC  (9+ messages)
` [PATCH v3 1/2] gpu: nova-core: fix barrier usage in CPU->GSP messaging path

[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
 2026-09-01  2:47 UTC  (11+ messages)

[PATCH] erofs: add sysfs feature entry for xattr prefixes
 2026-09-01  2:46 UTC 

[PATCH v4 0/4] hw/usb: Add ASPEED USB Device Controller (UDC)
 2026-09-01  2:44 UTC  (5+ messages)
` [PATCH v4 1/4] hw/usb/aspeed-udc: Add ASPEED UDC device controller
` [PATCH v4 2/4] hw/usb/aspeed-udc: Add ASPEED UDC gadget USB device
` [PATCH v4 3/4] hw/usb/aspeed-udc: Add programmable endpoint DMA transfers
` [PATCH v4 4/4] hw/arm/aspeed_ast2600: Wire up the UDC

[PATCH v2] virtio: Add aligned ld/st accessors for vring
 2026-09-01  2:44 UTC  (6+ messages)

[PATCH net-next] tcp: fix mdev comment in tcp_rtt_estimator()
 2026-09-01  2:35 UTC 

[PATCH v3 0/4] PCI: of: warn on bogus device_type property
 2026-09-01  2:42 UTC  (7+ messages)
` [PATCH v3 2/4] PCI: of: don't zero flags in of_pci_get_addr_flags()
` [PATCH v3 3/4] PCI: of: introduce of_pci_verify_node()

U-Boot USB host trusts advertised interface count after parsing fewer interfaces
 2026-09-01  1:04 UTC 

[PATCH 2/2] rust_binder: reject mremap()
 2026-09-01  2:37 UTC  (2+ messages)

[moderation/CI] Re: block: brd/loop error-path cleanup
 2026-09-01  2:36 UTC 

+ arch-kconfig-fix-dead-conditions-by-removing-dead-options.patch added to mm-nonmm-unstable branch
 2026-09-01  2:35 UTC 

[RFC] efi/tpm: ACPI reclaim event log allocation breaks x86 hibernation
 2026-09-01  2:34 UTC 

[PATCH v1 1/2] Bluetooth: dt-bindings: net: bluetooth: add BCM4384
 2026-09-01  2:33 UTC  (4+ messages)
` [PATCH v2 0/2] Add support for the Synaptics BCM4384 Bluetooth controller
  ` [PATCH v2 1/2] Bluetooth: dt-bindings: net: bluetooth: add BCM4384
  ` [PATCH v2 2/2] Bluetooth: btbcm: Add Synaptics 4384 chip support

[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-01  2:33 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v6 2/2] selftests/bpf: Add memcg async reclaim test

[PATCH 7.2 00/71] 7.2.3-rc1 review
 2026-09-01  2:30 UTC  (2+ messages)

[PATCH] riscv: ftrace: reject out-of-range non-direct targets
 2026-09-01  2:29 UTC  (5+ messages)

[PATCH linux next v2] net: stmmac: remove software VLAN tag stripping
 2026-09-01  2:28 UTC 

[PATCH v3] usb: typec: ucsi: recover from silent PPM completion in sync_control
 2026-09-01  2:27 UTC 

[PATCH] vhost/vsock: batch RX used-ring updates
 2026-09-01  2:27 UTC  (3+ messages)

[PATCH v2 0/5] iio: adc: bcm_iproc_adc: use device-managed resources
 2026-09-01  2:27 UTC  (5+ messages)
` [PATCH v2 2/5] iio: adc: bcm_iproc_adc: fix include dependencies
` [PATCH v2 5/5] iio: adc: bcm_iproc_adc: use devm_iio_device_register()

[PATCH v4 0/4] make unused huge shrinker memcg aware
 2026-09-01  2:25 UTC  (8+ messages)
` [PATCH v4 1/4] fs: fix missed removal of super_fs_objects_eligible()

[PATCH v3 0/5] platform: generic: spacemit: add K3 platform support
 2026-09-01  2:25 UTC  (5+ messages)
  ` [PATCH 1/3] platform: generic: spacemit: k3: de-vote cluster power-downs and ungate DMASYS before CCI enable
  ` [PATCH 3/3] platform: generic: spacemit: k3: wake A100 core 8 for ESOS/RPMI services

[RFC PATCH v2] ASoC: report component resume callback errors
 2026-09-01  2:26 UTC  (2+ messages)

[BUG] cgroup/cpuset: Concurrent WARN_ON_ONCE triggers during remote partition stress-test
 2026-09-01  2:25 UTC  (3+ messages)

[PATCH v3] media: v4l2-h264: Fix memcmp() size in B1 reference list comparison
 2026-09-01  2:23 UTC 

[PATCH 0/3] Support OpenSBI firmware header
 2026-09-01  2:22 UTC  (4+ messages)
` [PATCH 1/3] firmware: fw_base.S: add a formatted "
` [PATCH 2/3] firmware: fw_base.S: override a0, a1 and a2 from the "
` [PATCH 3/3] docs: firmware: document the OpenSBI "

[PATCH v5] platform/chrome: cros_ec_proto: Fix deferred response
 2026-09-01  2:20 UTC  (2+ messages)

[PATCH v2] sched_ext: Skip per-CPU data allocation for built-in DSQs
 2026-09-01  2:20 UTC  (2+ messages)

[PATCH] email: update policy for the ocfs2 subsystem
 2026-09-01  2:20 UTC 

[PATCH 0/9] Remove FGP_NOFS
 2026-09-01  2:17 UTC  (3+ messages)
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS

[PATCH v8 0/6] Add Amlogic stateless H.264 video decoder for S4
 2026-09-01  2:16 UTC  (5+ messages)
` [PATCH v8 3/6] media: dt-bindings: Add Amlogic V4L2 video decoder

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-01  2:17 UTC  (5+ messages)
` [PATCH v2 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v2 14/14] mm/page-flags: remove PG_private

[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
 2026-09-01  2:14 UTC  (2+ messages)

[PATCH 00/17] pylibfdt: Update the U-Boot version with changes from upstream dtc
 2026-09-01  2:13 UTC  (2+ messages)

KVM/QEMU community call tomorrow - agenda items?
 2026-09-01  2:12 UTC  (5+ messages)

[PATCH v5 1/2] dt-bindings: usb: dwc3: Document Renesas R-Car Gen5 DWC3 xHCI USB controller
 2026-09-01  2:05 UTC  (8+ messages)
` [PATCH v5 2/2] usb: dwc3: dwc3-generic-plat: Add Renesas R-Car Gen5 DWC3 xHCI USB controller glue

+ lib-decompress_unxz-make-it-obvious-that-there-is-no-memory-leak.patch added to mm-nonmm-unstable branch
 2026-09-01  2:12 UTC 

[PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family
 2026-09-01  2:11 UTC 

[PATCH usb-next v2] USB: gadgetfs: Fix use-after-free in gadgetfs_kill_sb
 2026-09-01  2:10 UTC  (4+ messages)

[PATCH v2] soc: qcom: apr: Drop unused apr_device_id
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH v6] arm64: dts: qcom: sm8750: Add GPU clock & IOMMU nodes
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH 0/7] soc: Remove redundant error messages on IRQ request failure
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
 2026-09-01  2:09 UTC  (3+ messages)
` (subset) "

[PATCH v4 0/4] clk: qcom: Migrate x1e80100 TCSR to clk_ref helper
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH v6 00/13] Add initial support for Qualcomm SM7250 SoC
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] Add Milos CPU-to-DDR BWMON support
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Sort kodiak pinctrl nodes & add camera mclk definitions
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH v5 00/15] Add initial support for Qualcomm Kuno SoC
 2026-09-01  2:09 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: clock: qcom,sm6375-gcc: Merge SM7150 into SM6375
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH] soc: qcom: apr: clean up failed service registrations
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH next] soc: qcom: smem: Fix signedness bug in smem_dram_parse()
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: x1-denali: Add audio playback over DisplayPort
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH v3 0/5] btrfs: fix io_uring encoded IO cleanup
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH RFC iproute2-next v2 0/2] seg6: add support for the SRv6 End.MAP behavior under seg6mobile encap
 2026-09-01  2:09 UTC  (3+ messages)
` [PATCH RFC iproute2-next v2 1/2] uapi: sync lwtunnel.h and add seg6_mobile.h
` [PATCH RFC iproute2-next v2 2/2] seg6: add support for the End.MAP behavior under seg6mobile encap


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.