messages from 2025-07-02 13:13:56 to 2025-07-03 05:19:03 UTC [more...]
[PATCH v11 net-next 00/15] AccECN protocol patch series
2025-07-03 5:17 UTC (13+ messages)
` [PATCH v11 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v11 net-next 02/15] tcp: fast path functions later
` [PATCH v11 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v11 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v11 net-next 05/15] tcp: AccECN core
` [PATCH v11 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v11 net-next 07/15] tcp: Add wait_third_ack flag for ECN negotiation in simultaneous connect
` [PATCH v11 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v11 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v11 net-next 10/15] tcp: sack option handling improvements
` [PATCH v11 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v11 net-next 12/15] tcp: accecn: AccECN option send control
[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-03 4:57 UTC (8+ messages)
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
[PATCH v3] irqchip/riscv-imsic: Add kernel parameter to disable IPIs
2025-07-03 4:53 UTC (3+ messages)
[PATCH v2] docs: document linked lists
2025-07-03 4:16 UTC (6+ messages)
[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-07-03 3:22 UTC (26+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
[PATCH] docs: Fix kernel-doc indentation errors in multiple drivers
2025-07-03 2:35 UTC
[PATCH 00/12] [PATCH 00/11] Thrash up the parser/output interface
2025-07-03 2:07 UTC (14+ messages)
` [PATCH 01/12] docs: kdoc; Add a rudimentary class to represent output items
` [PATCH 02/12] docs: kdoc: simplify the output-item passing
` [PATCH 03/12] docs: kdoc: drop "sectionlist"
` [PATCH 04/12] docs: kdoc: Centralize handling of the item section list
` [PATCH 05/12] docs: kdoc: remove the "struct_actual" machinery
` [PATCH 06/12] docs: kdoc: use self.entry.parameterlist directly in check_sections()
` [PATCH 07/12] docs: kdoc: Coalesce parameter-list handling
` [PATCH 08/12] docs: kdoc: Regularize the use of the declaration name
` [PATCH 09/12] docs: kdoc: straighten up dump_declaration()
` [PATCH 10/12] docs: kdoc: directly access the always-there KdocItem fields
` [PATCH 11/12] docs: kdoc: clean up check_sections()
` [PATCH 12/12] docs: kdoc: Improve the output text accumulation
[PATCH 00/15] Add driver for 1Gbe network chips from MUCSE
2025-07-03 1:48 UTC (16+ messages)
` [PATCH 01/15] net: rnpgbe: Add build support for rnpgbe
` [PATCH 02/15] net: rnpgbe: Add n500/n210 chip support
` [PATCH 03/15] net: rnpgbe: Add basic mbx ops support
` [PATCH 04/15] net: rnpgbe: Add get_capability mbx_fw "
` [PATCH 05/15] net: rnpgbe: Add download firmware for n210 chip
` [PATCH 06/15] net: rnpgbe: Add some functions for hw->ops
` [PATCH 07/15] net: rnpgbe: Add get mac from hw
` [PATCH 08/15] net: rnpgbe: Add irq support
` [PATCH 09/15] net: rnpgbe: Add netdev register and init tx/rx memory
` [PATCH 10/15] net: rnpgbe: Add netdev irq in open
` [PATCH 11/15] net: rnpgbe: Add setup hw ring-vector, true up/down hw
` [PATCH 12/15] net: rnpgbe: Add link up handler
` [PATCH 13/15] net: rnpgbe: Add base tx functions
` [PATCH 14/15] net: rnpgbe: Add base rx function
` [PATCH 15/15] net: rnpgbe: Add ITR for rx
[PATCH] docs/zh_CN: add translation of scsi subsystem
2025-07-03 1:42 UTC (3+ messages)
[RFC PATCH v3 00/13] mm/damon/vaddr: Allow interleaving in migrate_{hot,cold} actions
2025-07-03 1:03 UTC (23+ messages)
` [RFC PATCH v3 01/13] mm/damon: add struct damos_migrate_dests
` [RFC PATCH v3 02/13] mm/damon/core: add damos->migrate_dests field
` [RFC PATCH v3 03/13] mm/damon/sysfs-schemes: implement DAMOS action destinations directory
` [RFC PATCH v3 04/13] mm/damon/sysfs-schemes: set damos->migrate_dests
` [RFC PATCH v3 05/13] Docs/ABI/damon: document schemes dests directory
` [RFC PATCH v3 06/13] Docs/admin-guide/mm/damon/usage: document "
` [RFC PATCH v3 07/13] mm/damon/core: Commit damos->target_nid/migrate_dests
` [RFC PATCH v3 08/13] mm/damon: Move migration helpers from paddr to ops-common
` [RFC PATCH v3 09/13] mm/damon/vaddr: Add vaddr versions of migrate_{hot,cold}
` [RFC PATCH v3 10/13] Docs/mm/damon/design: Document vaddr support for migrate_{hot,cold}
` [RFC PATCH v3 11/13] mm/damon/vaddr: Use damos->migrate_dests in migrate_{hot,cold}
` [RFC PATCH v3 12/13] mm/damon: Move folio filtering from paddr to ops-common
` [RFC PATCH v3 13/13] mm/damon/vaddr: Apply filters in migrate_{hot/cold}
[PATCH 0/6] HID: Add Legion Go S Driver
2025-07-03 0:49 UTC (7+ messages)
` [PATCH 1/6] HID: Include firmware version in the uevent
` [PATCH 2/6] HID: Allow HID drivers to add more uevent variables
` [PATCH 3/6] HID: Add Legion Go S ID's
` [PATCH 4/6] HID: Add documentation for lenovo-legos-hid driver
` [PATCH 5/6] HID: Add lenovo-legos-hid core
` [PATCH 6/6] HID: Add lenovo-legos-hid configuration endpoint interface
[PATCHv8 00/17] x86: Enable Linear Address Space Separation support
2025-07-03 0:44 UTC (13+ messages)
` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS
[PATCH net-next v06 4/8] hinic3: Command Queue interfaces
2025-07-03 0:44 UTC (2+ messages)
[PATCH v3 0/7] Documentation for nova-core
2025-07-03 0:29 UTC (9+ messages)
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
` [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon
[PATCH net v5 0/4] net: phy: bcm54811: Fix the PHY initialization
2025-07-02 23:46 UTC (3+ messages)
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-07-02 23:20 UTC (36+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH v7 0/8] iio: accel: adxl313: add power-save on activity/inactivity
2025-07-02 23:08 UTC (9+ messages)
` [PATCH v7 1/8] iio: accel: adxl313: make use of regmap cache
` [PATCH v7 2/8] iio: accel: adxl313: add function to enable measurement
` [PATCH v7 3/8] iio: accel: adxl313: add buffered FIFO watermark with interrupt handling
` [PATCH v7 4/8] iio: accel: adxl313: add activity sensing
` [PATCH v7 5/8] iio: accel: adxl313: add inactivity sensing
` [PATCH v7 6/8] iio: accel: adxl313: implement power-save on inactivity
` [PATCH v7 7/8] iio: accel: adxl313: add AC coupled activity/inactivity events
` [PATCH v7 8/8] docs: iio: add ADXL313 accelerometer
[PATCH 00/15] Translate sphinx-pre-install to Python
2025-07-02 23:03 UTC (2+ messages)
[PATCH v11 0/8] iio: accel: adxl345: add interrupt based sensor events
2025-07-02 23:03 UTC (9+ messages)
` [PATCH v11 1/8] iio: accel: adxl345: simplify interrupt mapping
` [PATCH v11 2/8] iio: accel: adxl345: simplify reading the FIFO
` [PATCH v11 3/8] iio: accel: adxl345: add activity event feature
` [PATCH v11 4/8] iio: accel: adxl345: add inactivity feature
` [PATCH v11 5/8] iio: accel: adxl345: add coupling detection for activity/inactivity
` [PATCH v11 6/8] iio: accel: adxl345: extend inactivity time for less than 1s
` [PATCH v11 7/8] docs: iio: add documentation for adxl345 driver
` [PATCH v11 8/8] docs: iio: describe inactivity and free-fall detection on the ADXL345
[PATCH 0/5] ext4 docs toctree reorganization
2025-07-02 22:59 UTC (2+ messages)
[PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
2025-07-02 22:50 UTC (2+ messages)
[PATCH v5 0/7] Add SEV-SNP CipherTextHiding feature support
2025-07-02 22:43 UTC (4+ messages)
` [PATCH v5 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support
[PATCH v3] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
2025-07-02 22:26 UTC (7+ messages)
refactor the iomap writeback code v3
2025-07-02 22:23 UTC (27+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK
[PATCH] global: fix misapplications of "awhile"
2025-07-02 19:32 UTC
[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-02 19:04 UTC (12+ messages)
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled
` [PATCH v14 31/32] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v14 32/32] x86/resctrl: Configure mbm_event mode if supported
[PATCH v9 00/10] support FEAT_MTE_TAGGED_FAR feature
2025-07-02 18:34 UTC (2+ messages)
[PATCH v2] docs: ABI: Fix "diasble" to "disable"
2025-07-02 18:33 UTC (2+ messages)
[PATCH] docs: scheduler: completion: Document complete_on_current_cpu()
2025-07-02 18:26 UTC
[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
2025-07-02 18:05 UTC (11+ messages)
[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
2025-07-02 18:00 UTC (5+ messages)
` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path
[PATCH v3 14/15] iommu/amd: Remove AMD io_pgtable support
2025-07-02 17:06 UTC (2+ messages)
[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
2025-07-02 16:57 UTC (3+ messages)
` [PATCH bpf-next,v3 1/2] doc: enhance explanation of XDP Rx metadata layout and METADATA_SIZE
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling
[PATCH bpf-next 0/2] Clarify and Enhance XDP Rx Metadata Handling
2025-07-02 16:17 UTC (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: "
[PATCH v3] workaround for Sphinx false positive preventing indexing
2025-07-02 16:13 UTC
[PATCH] MAINTAINERS: standardize git.kernel.org URLs
2025-07-02 15:41 UTC (4+ messages)
[PATCH v4 0/3 linux next] Docs/zh_CN: Translate networking docs to Simplified Chinese
2025-07-02 14:55 UTC (2+ messages)
[PATCH net-next v12 00/14] Add Microchip ZL3073x support (part 1)
2025-07-02 14:51 UTC (12+ messages)
` [PATCH net-next v12 07/14] dpll: zl3073x: Add clock_id field
` [PATCH net-next v12 09/14] dpll: zl3073x: Register DPLL devices and pins
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-02 14:51 UTC (6+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
[PATCH 00/13] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-02 14:13 UTC (4+ messages)
` [PATCH 06/13] perf: stm32: introduce DDRPERFM driver
page: next (older) | 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;
as well as URLs for NNTP newsgroup(s).