messages from 2026-05-26 16:42:41 to 2026-05-26 19:36:24 UTC [more...]
[PATCH net-next 0/4] docs: page_pool: tweaks and updates
2026-05-26 19:36 UTC (9+ messages)
` [PATCH net-next 1/4] docs: net: page_pool: drop reference to removed PP_FLAG_PAGE_FRAG
` [PATCH net-next 2/4] docs: clarify page pool NAPI consumer requirement
` [PATCH net-next 3/4] docs: page_pool: drop the mention of the legacy stats API
` [PATCH net-next 4/4] net: make page_pool_get_stats() void
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-05-26 19:15 UTC (3+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
[PATCH ipsec-next v9 00/16] xfrm: XFRM_MSG_MIGRATE_STATE new netlink message
2026-05-26 19:10 UTC (17+ messages)
` [PATCH ipsec-next v9 01/16] xfrm: remove redundant assignments
` [PATCH ipsec-next v9 02/16] xfrm: add extack to xfrm_init_state
` [PATCH ipsec-next v9 03/16] xfrm: allow migration from UDP encapsulated to non-encapsulated ESP
` [PATCH ipsec-next v9 04/16] xfrm: fix NAT-related field inheritance in SA migration
` [PATCH ipsec-next v9 05/16] xfrm: rename reqid in xfrm_migrate
` [PATCH ipsec-next v9 06/16] xfrm: split xfrm_state_migrate into create and install functions
` [PATCH ipsec-next v9 07/16] xfrm: check family before comparing addresses in migrate
` [PATCH ipsec-next v9 08/16] xfrm: add state synchronization after migration
` [PATCH ipsec-next v9 09/16] xfrm: add error messages to state migration
` [PATCH ipsec-next v9 10/16] xfrm: move encap and xuo into struct xfrm_migrate
` [PATCH ipsec-next v9 11/16] xfrm: refactor XFRMA_MTIMER_THRESH validation into a helper
` [PATCH ipsec-next v9 12/16] xfrm: extract address family and selector validation helpers
` [PATCH ipsec-next v9 13/16] xfrm: make xfrm_dev_state_add xuo parameter const
` [PATCH ipsec-next v9 14/16] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
` [PATCH ipsec-next v9 15/16] xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATE
` [PATCH ipsec-next v9 16/16] xfrm: add documentation "
[PATCH ipsec-next v8 00/14] xfrm: XFRM_MSG_MIGRATE_STATE new netlink message
2026-05-26 19:02 UTC (7+ messages)
` [PATCH ipsec-next v8 12/14] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
` [devel-ipsec] "
` [PATCH ipsec-next v8 14/14] xfrm: add documentation for XFRM_MSG_MIGRATE_STATE
` [devel-ipsec] "
[PATCH net-next 00/10] docs: net: updates for old and cobwebbed docs
2026-05-26 18:56 UTC (8+ messages)
` [PATCH net-next 06/10] docs: net: refresh netdev feature guidance
` [PATCH net-next 08/10] docs: net: add Rx notes to the checksum guide
` [PATCH net-next 09/10] docs: net: render the checksum comment in checksum-offloads.rst
[PATCH v12 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
2026-05-26 18:29 UTC (3+ messages)
` [PATCH v12 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
[PATCH 0/3] ALSA: usb-audio: Add QUIRK_FLAG_MIXER_SKIP_GET_CUR_VOL for Sennheiser MOMENTUM 3
2026-05-26 17:49 UTC (4+ messages)
` [PATCH 1/3] ALSA: doc: usb-audio: Add doc for QUIRK_FLAG_IFB_SILENCE_ON_EMPTY
` [PATCH 2/3] ALSA: usb-audio: Add QUIRK_FLAG_MIXER_SKIP_GET_CUR_VOL
` [PATCH 3/3] ALSA: usb-audio: Add quirk flag for Sennheiser MOMENTUM 3
[sailus-media-tree:metadata 59/126] htmldocs: Documentation/userspace-api/media/v4l/subdev-config-model.rst:6: WARNING: duplicate label media_subdev_config_model, other instance in Documentation/userspace-api/media/v4l/dev-subdev.rst
2026-05-26 17:47 UTC
[PATCH -next] mtd: spi-nor: testing locking, fix new doc build warnings
2026-05-26 17:23 UTC
[PATCH net-next 0/3] devlink: Add boot-time eswitch mode defaults
2026-05-26 17:13 UTC (8+ messages)
` [PATCH net-next 3/3] net/mlx5: Apply devlink default eswitch mode during init
[PATCH v4 1/1] leds: Introduce the multi_max_intensity sysfs attribute
2026-05-26 17:09 UTC (4+ messages)
` (subset) "
[PATCH v5 00/13] AD9910 Direct Digital Synthesizer
2026-05-26 17:08 UTC (5+ messages)
` [PATCH v5 12/13] Documentation: ABI: testing: add docs for ad9910 sysfs entries
[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
2026-05-26 16:59 UTC (4+ messages)
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging "
[PATCH v6 00/19] drm/atomic: Rework initial state allocation
2026-05-26 16:46 UTC (20+ messages)
` [PATCH v6 01/19] drm/atomic: Document atomic commit lifetime
` [PATCH v6 02/19] drm/colorop: Fix typos in the doc
` [PATCH v6 03/19] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v6 04/19] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v6 05/19] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v6 06/19] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v6 07/19] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v6 08/19] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v6 09/19] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v6 10/19] drm/plane: Add new atomic_create_state callback
` [PATCH v6 11/19] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v6 12/19] drm/crtc: Add new atomic_create_state callback
` [PATCH v6 13/19] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v6 14/19] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback
` [PATCH v6 16/19] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v6 17/19] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v6 18/19] drm/tidss: Convert to atomic_create_state
` [PATCH v6 19/19] drm/bridge_connector: "
[PATCH v6 00/11] Dynamic PAMT
2026-05-26 16:42 UTC (4+ messages)
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox