All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-15 08:31:49 to 2025-10-15 09:08:18 UTC [more...]

[RFC PATCH] mm: vmscan: wakeup kswapd during node_reclaim
 2025-10-15  9:08 UTC  (2+ messages)

[PATCH v2 00/54] bnxt patchset
 2025-10-15  9:00 UTC  (55+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/54] net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs
  ` [PATCH v3 03/54] net/bnxt: enable vector mode processing
  ` [PATCH v3 04/54] net/bnxt/tf_ulp: add meter stats support for Thor2
  ` [PATCH v3 05/54] net/bnxt/tf_core: dynamic UPAR support for THOR2
  ` [PATCH v3 06/54] net/bnxt/tf_core: fix the miscalculation of the lkup table pool
  ` [PATCH v3 07/54] net/bnxt/tf_core: thor2 TF table scope sizing adjustments
  ` [PATCH v3 08/54] net/bnxt/tf_ulp: add support for global identifiers
  ` [PATCH v3 09/54] net/bnxt/tf_core: add support for multi instance
  ` [PATCH v3 10/54] net/bnxt/tf_core: fix table scope free
  ` [PATCH v3 11/54] net/bnxt/tf_core: fix vfr clean up and stats lockup
  ` [PATCH v3 12/54] net/bnxt/tf_ulp: add support for special vxlan
  ` [PATCH v3 13/54] net/bnxt/tf_ulp: increase shared pool size to 32
  ` [PATCH v3 14/54] next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache
  ` [PATCH v3 15/54] net/bnxt/tf_ulp: add support for tcam priority update
  ` [PATCH v3 16/54] net/bnxt/tf_ulp: hot upgrade support
  ` [PATCH v3 17/54] net/bnxt/tf_core: tcam manager logical id free
  ` [PATCH v3 18/54] net/bnxt/tf_ulp: fix stats counter memory initialization
  ` [PATCH v3 19/54] net/bnxt: fix max VFs count for thor2
  ` [PATCH v3 20/54] net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2
  ` [PATCH v3 21/54] net/bnxt/tf_ulp: fix seg fault when devargs argument missing
  ` [PATCH v3 22/54] net/bnxt: fix default rss config
  ` [PATCH v3 23/54] net/bnxt/tf_ulp: enable support for global index table
  ` [PATCH v3 24/54] net/bnxt/tf_core: fix build failure with flow scale option
  ` [PATCH v3 25/54] net/bnxt: truflow remove redundant code for mpc init
  ` [PATCH v3 26/54] net/bnxt/tf_ulp: optimize template enums
  ` [PATCH v3 27/54] net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash
  ` [PATCH v3 28/54] net/bnxt/tf_ulp: support MPLS packets
  ` [PATCH v3 29/54] net/bnxt/tf_core: add backing store debug to dpdk
  ` [PATCH v3 30/54] net/bnxt/tf_core: truflow global table scope
  ` [PATCH v3 31/54] net/bnxt/tf_ulp: ulp parser support to handle gre key
  ` [PATCH v3 32/54] net/bnxt/tf_core: handle out of order MPC completions
  ` [PATCH v3 33/54] net/bnxt/tf_ulp: socket direct enable
  ` [PATCH v3 34/54] net/bnxt: fix adding udp_tunnel_port
  ` [PATCH v3 35/54] net/bnxt/tf_ulp: add non vfr mode capability
  ` [PATCH v3 36/54] net/bnxt: avoid iova range check when external memory is used
  ` [PATCH v3 37/54] net/bnxt: avoid potential segfault in VFR handling
  ` [PATCH v3 38/54] net/bnxt/tf_ulp: change rte_mem_virt2iova to rte_mem_virt2phys
  ` [PATCH v3 39/54] net/bnxt: thor2 truflow memory manager bug
  ` [PATCH v3 40/54] net/bnxt: fix stats collection when rx queue is not set
  ` [PATCH v3 41/54] net/bnxt: fix rss configuration when set to none
  ` [PATCH v3 42/54] net/bnxt: packet drop after port stop and start
  ` [PATCH v3 43/54] net/bnxt/tf_core: fix truflow crash on memory allocation failure
  ` [PATCH v3 44/54] net/bnxt: truflow remove RTE devarg processing for mpc=1
  ` [PATCH v3 45/54] net/bnxt: add meson build options for TruFlow
  ` [PATCH v3 46/54] net/bnxt: truflow HSI struct fixes
  ` [PATCH v3 47/54] net/bnxt/tf_ulp: truflow add pf action handler
  ` [PATCH v3 48/54] net/bnxt/tf_ulp: add support for unicast only feature
  ` [PATCH v3 49/54] net/bnxt/tf_core: remove excessive debug logging
  ` [PATCH v3 50/54] net/bnxt/tf_core: fix truflow PF init failure on sriov disabled
  ` [PATCH v3 51/54] net/bnxt/tf_ulp: fixes to enable TF functionality
  ` [PATCH v3 52/54] net/bnxt/tf_ulp: add feature bit rx miss handling
  ` [PATCH v3 53/54] net/bnxt: add support for truflow promiscuous mode
  ` [PATCH v3 54/54] net/bnxt/tf_ulp: remove Truflow DEBUG code

[PATCH v2 0/6] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-10-15  9:08 UTC  (10+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] platform/x86: ayaneo-ec: Add hwmon support
` [PATCH v2 3/6] platform/x86: ayaneo-ec: Add charge control support
` [PATCH v2 4/6] platform/x86: ayaneo-ec: Add controller power and modules attributes
` [PATCH v2 5/6] platform/x86: ayaneo-ec: Move Ayaneo devices from oxpec to ayaneo-ec
` [PATCH v2 6/6] platform/x86: ayaneo-ec: Add suspend hook

[PATCH] tools/mm: use <stdbool.h> in page_owner_sort.c
 2025-10-15  9:08 UTC  (2+ messages)

[ANN] Media Summit 2026: co-locate again with Embedded Recipes?
 2025-10-15  9:08 UTC 

[PATCH v2] clk: tests: Add tests for clk lookup by name
 2025-10-15  9:06 UTC 

[PATCH 1/2] net: mdio: common handling of phy reset properties
 2025-10-15  9:07 UTC  (4+ messages)
` [PATCH 2/2] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy

[PATCH v4 0/7] KVM: SVM: Add Page Modification Logging (PML) support
 2025-10-15  9:06 UTC  (9+ messages)
` [PATCH v4 4/7] KVM: x86: Move nested CPU dirty logging logic to common code

[PATCH 0/4] Fix Ethernet interface support for microchip-icicle-kit
 2025-10-15  9:04 UTC  (3+ messages)

[PATCH v5 00/12] VRAM Self Refresh
 2025-10-15  9:04 UTC  (6+ messages)
` [PATCH v5 08/12] drm/xe/vrsr: Refactor d3cold.allowed to a enum
` [PATCH v5 12/12] drm/xe/vrsr: Introduce a debugfs node named vrsr_capable

[PATCH v2 0/6] amd-pstate optimizations
 2025-10-15  9:04 UTC  (11+ messages)
` [PATCH v2 1/6] cpufreq/amd-pstate: Use sysfs_match_string() for epp
` [PATCH v2 2/6] cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_string
` [PATCH v2 3/6] cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULL
` [PATCH v2 4/6] cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()
` [PATCH v2 5/6] cpufreq/amd-pstate: Fix some whitespace issues

selftests/mm/rmap: verify correct RMAP handling of COW pages after fork()
 2025-10-15  9:02 UTC  (3+ messages)

[PATCH v9 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-10-15  8:59 UTC  (8+ messages)
` [PATCH v9 1/7] vhost-user: Add VirtIO Shared Memory map request
` [PATCH v9 2/7] vhost_user.rst: Align VhostUserMsg excerpt members
` [PATCH v9 3/7] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
` [PATCH v9 4/7] vhost_user: Add frontend get_shmem_config command
` [PATCH v9 5/7] vhost_user.rst: Add GET_SHMEM_CONFIG message
` [PATCH v9 6/7] qmp: add shmem feature map
` [PATCH v9 7/7] vhost-user-device: Add shared memory BAR

[PATCH v4 0/2] fs: semihosting: Test correct variable and fix API
 2025-10-15  9:02 UTC  (4+ messages)
` [PATCH v4 2/2] fs: semihosting: Fixup smh_flen against overflow

[PATCH] arm64: defconfig: Drop duplicate CONFIG_OMAP_USB2 entry
 2025-10-15  9:01 UTC  (4+ messages)

[PATCH net-next v8 0/3] net: Avoid ehash lookup races
 2025-10-15  9:02 UTC  (5+ messages)
` [PATCH net-next v8 2/3] inet: Avoid ehash lookup race in inet_ehash_insert()
` [PATCH net-next v8 3/3] inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()

[PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-15  9:01 UTC  (5+ messages)
` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode

[PATCH v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
 2025-10-15  9:01 UTC 

[PATCH v1] objtool: Fix typo "teh" to "the"
 2025-10-15  9:01 UTC 

[PATCH v5 mptcp-next 00/10] mptcp: introduce backlog processing
 2025-10-15  9:00 UTC  (13+ messages)

[PATCH v3 0/4] Add Google Tensor SoC USB support
 2025-10-15  8:59 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: usb: dwc3: Add Google Tensor G5 DWC3

DevX UAR allocation failure on ConnectX-5 (MT27800) with DPDK 22.11.7
 2025-10-15  5:33 UTC 

[PATCH v1] net/idpf: add IDPF PCI class ID support
 2025-10-14 10:20 UTC  (4+ messages)
` [PATCH v7 0/2] net/intel: "
  ` [PATCH v7 1/2] net/idpf: "
  ` [PATCH v7 2/2] net/cpfl: added CPFL devID for MMG

[PATCH v7 0/5] MT8196 GPU Frequency/Power Control Support
 2025-10-15  8:59 UTC  (8+ messages)
` [PATCH v7 1/5] dt-bindings: gpu: mali-valhall-csf: add mediatek,mt8196-mali variant
` [PATCH v7 2/5] dt-bindings: power: Add MT8196 GPU frequency control binding
` [PATCH v7 3/5] drm/panthor: call into devfreq for current frequency
` [PATCH v7 4/5] drm/panthor: Use existing OPP table if present
` [PATCH v7 5/5] pmdomain: mediatek: Add support for MFlexGraphics

[PATCH net-next] net: dwmac-rk: No need to check the return value of the phy_power_on()
 2025-10-15  8:59 UTC  (2+ messages)

[PATCH net-next 0/4] Add DWMAC glue driver for Motorcomm YT6801
 2025-10-15  8:58 UTC  (2+ messages)

[PATCH 00/16] btrfs: remove fs_info argument from space_info functions
 2025-10-15  8:59 UTC  (2+ messages)

[PATCH 00/39] Add i.MX95 DPU/DSI/LVDS support
 2025-10-15  8:59 UTC  (5+ messages)
` [PATCH 03/39] dt-bindings: display: imx: Document i.MX95 Display Controller processing units

[PATCH i-g-t v1 0/2] Change debug mask to reduce log level
 2025-10-14  8:23 UTC  (3+ messages)
` [PATCH i-g-t v1 1/2] tests/kms_cursor_legacy: Change debug mask to reduce log
` [PATCH i-g-t v1 2/2] tests/intel/kms_dp_linktrain_fallback: "

[PATCH v3 0/3] drm/panic: Add kunit tests for drm_panic
 2025-10-15  8:51 UTC  (4+ messages)
` [PATCH v3 1/3] drm/panic: Rename draw_panic_static_* to draw_panic_screen_*
` [PATCH v3 2/3] drm/panic: Add kunit tests for drm_panic
` [PATCH v3 3/3] drm/panic: Add a drm_panic/draw_test in debugfs

[PATCH] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
 2025-10-15  8:56 UTC  (4+ messages)

In defense of Link (was Re: [b4] initial "b4 dig" to supplant Link: trailers)
 2025-10-15  8:56 UTC  (4+ messages)

[PATCH v4] exfat: fix out-of-bounds in exfat_nls_to_ucs2()
 2025-10-15  8:56 UTC  (2+ messages)

[PATCH] perf/x86/zhaoxin: Fix instructions error by missing fixedctr member
 2025-10-15  8:55 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-15  8:54 UTC  (4+ messages)
      ` [f2fs-dev] "

[PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-10-15  8:53 UTC  (2+ messages)

[PATCH v2 00/21] Runtime TDX Module update support
 2025-10-15  8:54 UTC  (3+ messages)

[PATCH] btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()
 2025-10-15  8:53 UTC  (2+ messages)

[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
 2025-10-15  8:53 UTC  (16+ messages)

isar-cip-core: on-device tests failing
 2025-10-15  8:53 UTC  (15+ messages)
    ` [cip-dev] "

[PATCH v3] Mandatory install device check for PowerPC
 2025-10-15  8:52 UTC  (3+ messages)

[PATCH] btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()
 2025-10-15  8:53 UTC  (2+ messages)

[PATCH v2 0/3] Add ADSP and CDSP support on Kaanapali SoC
 2025-10-15  8:52 UTC  (3+ messages)
` [PATCH v2 2/3] misc: fastrpc: Add support for new DSP IOVA formatting

[PATCH v7 0/7] Add initial USB support for the Renesas RZ/G3S SoC
 2025-10-15  8:51 UTC  (12+ messages)
` [PATCH v7 4/7] reset: rzg2l-usbphy-ctrl: Add support for USB PWRRDY

[PATCH 1/3] gpgme; 2.0.0 -> 2.0.1
 2025-10-15  8:51 UTC  (3+ messages)
` [PATCH 3/3] libxml2: upgrade 2.14.6 -> 2.15.0
  ` [OE-core] "

[OE-core][PATCH 1/2] musl: avoid redefinition error on ethhdr
 2025-10-15  8:50 UTC  (4+ messages)
` [OE-core][PATCH 2/2] systemd: upgrade from 257.8 to 258

[PATCH 00/21] net/ena: Release 2.14.0
 2025-10-15  8:50 UTC  (2+ messages)

[PATCH 6.17 000/563] 6.17.3-rc1 review
 2025-10-15  8:50 UTC  (4+ messages)
` [PATCH 6.17 230/563] drm/amdgpu: fix incorrect vm flags to map bo

[PATCH v2 0/3] mm: some optimizations for prot numa
 2025-10-15  8:50 UTC  (4+ messages)
` [PATCH v2 2/3] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()

[PATCH v2 0/5] MT8189 IOMMU SUPPORT
 2025-10-15  8:50 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v2 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v2 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v2 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v2 5/5] iommu/mediatek: mt8189: Add MM "

[Crash Report] kernel BUG in bdev_getblk
 2025-10-15  8:48 UTC 

[PATCH] drm/xe/uapi: Add documentation for DRM_XE_GEM_CREATE_FLAG_SCANOUT
 2025-10-15  8:47 UTC  (2+ messages)

selftests/mm/rmap: verify correct RMAP handling of COW pages after fork()
 2025-10-15  8:47 UTC  (2+ messages)

[PATCH i-g-t v1] tests/kms_vrr: Dynamically verify LOBF across vrefresh steps
 2025-10-15  8:47 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for tests/kms_vrr: Dynamically verify LOBF across vrefresh steps (rev2)

[PATCH 6.12 000/262] 6.12.53-rc1 review
 2025-10-15  8:46 UTC  (5+ messages)

[PATCH RESEND] sched/fair: Only update stats for allowed CPUs when looking for dst group
 2025-10-15  8:41 UTC  (3+ messages)

[PATCH v4 0/3] fstests: basic smoke test on zoned loop device
 2025-10-15  8:45 UTC  (4+ messages)
` [PATCH v4 2/3] common/zoned: add _create_zloop

[PATCH v16 00/14] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-10-15  8:45 UTC  (5+ messages)
` [PATCH v16 03/14] power: reset: reboot-mode: Add support for 64 bit magic
` [PATCH v16 05/14] power: reset: reboot-mode: Expose sysfs for registered reboot_modes

[PATCH 6.1 0/6] fix invalid sleeping in detect_cache_attributes()
 2025-10-15  8:45 UTC  (3+ messages)

[oe][meta-oe][scarthgap][PATCH 1/4] mercurial: Update CVE status for CVE-2022-43410
 2025-10-15  8:44 UTC  (3+ messages)
` [oe][meta-oe][scarthgap][PATCH 2/4] libvpx: patch CVE-2024-5197

[Intel-wired-lan] [PATCH iwl-next] ice: unify PHY FW loading status handler for E800 devices
 2025-10-15  8:44 UTC  (3+ messages)
`  "

[PATCH -v2 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-15  8:43 UTC  (4+ messages)
` [PATCH -v2 1/2] mm: add spurious fault fixing support for huge pmd

[PATCH 6.1 000/196] 6.1.156-rc1 review
 2025-10-15  8:42 UTC  (4+ messages)

[PATCH 0/2] sched/deadline: minor code cleanups
 2025-10-15  8:41 UTC  (2+ messages)

[PATCH] btrfs: Fix NULL pointer access in btrfs_check_leaked_roots()
 2025-10-15  8:41 UTC  (3+ messages)

[Bug 220667] New: xhci_hcd prevents S3 suspend to RAM from working on Zen 5 system
 2025-10-15  8:41 UTC  (2+ messages)
` [Bug 220667] "

[PATCH v2] remoteproc: mtk_scp: Construct FW path if firmware-name not present
 2025-10-15  8:41 UTC 

[PATCH bpf-next 0/4] bpf: add and use migrate_enable_rcu
 2025-10-15  8:40 UTC  (4+ messages)
` [PATCH bpf-next 1/4] rcu: factor out migrate_enable_rcu and migrate_disable_rcu

[RFC PATCH 0/7] rework EAL argument parsing in DPDK
 2025-10-15  8:40 UTC  (7+ messages)
` [PATCH v11 00/21]
  ` [PATCH v11 05/21] argparse: add documentation on supported value types
  ` [PATCH v11 06/21] argparse: add support for parsing core lists

[PATCH] sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
 2025-10-15  8:40 UTC  (9+ messages)

[PATCH v3] drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
 2025-10-15  8:40 UTC 

[PATCH 0/2] optimization of dma-buf system_heap allocation
 2025-10-15  8:40 UTC  (11+ messages)
` [PATCH 2/2] driver: dma-buf: use alloc_pages_bulk_list for order-0 allocation

[RFC PATCH v1] tools: update-subtree.sh improve user experience
 2025-10-15  8:38 UTC 

[PATCH v2] webkitgtk: upgrade 2.48.5 -> 2.50.0
 2025-10-15  8:38 UTC 

[PATCH 0/2] KHO: Fix metadata allocation in scratch area
 2025-10-15  8:37 UTC  (3+ messages)
` [PATCH 2/2] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH net-next] netdevsim: add ipsec hw_features
 2025-10-15  8:36 UTC 

[PATCH 1/2] fs: factor out final file open logic out of openat()
 2025-10-15  8:34 UTC  (2+ messages)
` [PATCH 2/2] fs: allocate inodes for O_TMPFILE-created files

[PATCH] arc: Add const attribute support for mathematical ARC builtins
 2025-10-15  8:34 UTC  (3+ messages)

Realtek ALC897 - no 5.1 surround sound
 2025-10-15  8:34 UTC 

[PATCH] mfd: da9055: Fix missing regmap_del_irq_chip() in error path
 2025-10-15  8:33 UTC  (2+ messages)

[PATCH 00/10] Preparatory patches for guardband optimization
 2025-10-15  8:33 UTC  (5+ messages)
` [PATCH 08/10] drm/i915/psr: Check if final vblank is sufficient for PSR features
` ✗ CI.checksparse: warning for Preparatory patches for guardband optimization (rev6)

[PATCH] drm/i915: drop unused non-i915 IS_<PLATFORM> macros
 2025-10-15  8:33 UTC  (3+ messages)

[PATCH] [v2] md: fix rcu protection in md_wakeup_thread
 2025-10-15  8:32 UTC 

[PATCH v8 00/23] SLUB percpu sheaves
 2025-10-15  8:32 UTC  (5+ messages)

[PATCH v4 0/2] tracing: fprobe: optimization for entry only case
 2025-10-15  8:32 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] lib/test_fprobe: add testcase for mixed fprobe

[PATCH v2] arm64: dts: mediatek: mt8188-geralt: Enable first SCP core
 2025-10-15  8:31 UTC  (5+ messages)

[PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
 2025-10-15  8:31 UTC  (2+ messages)


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.