messages from 2025-07-03 09:43:30 to 2025-07-04 10:26:53 UTC [more...]
[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-07-04 10:25 UTC (30+ messages)
` [PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v2 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v2 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v2 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v2 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v2 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v2 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v2 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v2 13/29] mm/balloon_compaction: "
` [PATCH v2 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v2 15/29] mm/migration: remove PageMovable()
` [PATCH v2 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v2 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v2 18/29] mm: remove __folio_test_movable()
` [PATCH v2 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v2 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v2 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v2 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v2 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v2 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v2 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v2 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v2 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v2 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
2025-07-04 10:05 UTC (5+ messages)
[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
2025-07-04 9:58 UTC (9+ 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 net-next v4] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
2025-07-04 9:41 UTC (5+ messages)
[PATCHv8 00/17] x86: Enable Linear Address Space Separation support
2025-07-04 9:23 UTC (20+ messages)
` [PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS
[RFC V2 00/18] famfs: port into fuse
2025-07-04 9:13 UTC (31+ messages)
` [RFC V2 01/18] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC V2 05/18] dev_dax_iomap: export dax_dev_get()
` [RFC V2 06/18] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC V2 07/18] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC V2 08/18] famfs_fuse: Kconfig
` [RFC V2 09/18] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 16/18] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC V2 17/18] famfs_fuse: Add famfs metadata documentation
` [RFC V2 18/18] famfs_fuse: Add documentation
[PATCH v12 net-next 00/15] AccECN protocol patch series
2025-07-04 8:53 UTC (16+ messages)
` [PATCH v12 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v12 net-next 02/15] tcp: fast path functions later
` [PATCH v12 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v12 net-next 05/15] tcp: AccECN core
` [PATCH v12 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v12 net-next 07/15] tcp: Add wait_third_ack for ECN negotiation in simultaneous connect
` [PATCH v12 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v12 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v12 net-next 10/15] tcp: sack option handling improvements
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control
` [PATCH v12 net-next 13/15] tcp: accecn: AccECN option failure handling
` [PATCH v12 net-next 14/15] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v12 net-next 15/15] tcp: accecn: try to fit AccECN option with SACK
[PATCH net v6 0/4] net: phy: bcm54811: Fix the PHY initialization
2025-07-04 8:35 UTC (5+ messages)
` [PATCH net v6 1/4] net: phy: MII-Lite PHY interface mode
` [PATCH net v6 2/4] dt-bindings: ethernet-phy: add MII-Lite phy interface type
` [PATCH net v6 3/4] net: phy: bcm5481x: MII-Lite activation
` [PATCH net v6 4/4] net: phy: bcm54811: Fix the PHY initialization
[PATCH net v5 0/4] net: phy: bcm54811: Fix the PHY initialization
2025-07-04 8:35 UTC (6+ messages)
[PATCH v2 0/3] hwmon: add Microchip EMC2101 driver
2025-07-04 7:26 UTC (6+ messages)
` [PATCH] drivers: hwmon: add "
[PATCH net-next v07 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-07-04 6:22 UTC (9+ messages)
` [PATCH net-next v07 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v07 2/8] hinic3: Complete "
` [PATCH net-next v07 3/8] hinic3: Command Queue framework
` [PATCH net-next v07 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v07 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v07 6/8] hinic3: Mailbox framework
` [PATCH net-next v07 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v07 8/8] hinic3: Interrupt request configuration
[PATCH v8 00/15] khugepaged: mTHP support
2025-07-04 6:11 UTC (9+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v8 11/15] khugepaged: allow madvise_collapse to check all anonymous mTHP orders
[PATCH v2 0/7] Further kernel-doc tweakery
2025-07-04 6:01 UTC (13+ messages)
` [PATCH v2 1/7] docs: kdoc: don't reinvent string.strip()
` [PATCH v2 2/7] docs: kdoc: micro-optimize KernRe
` [PATCH v2 3/7] docs: kdoc: remove the brcount floor in process_proto_type()
` [PATCH v2 4/7] docs: kdoc: rework type prototype parsing
` [PATCH v2 5/7] docs: kdoc: some tweaks to process_proto_function()
` [PATCH v2 6/7] docs: kdoc: Remove a Python 2 comment
` [PATCH v2 7/7] docs: kdoc: pretty up dump_enum()
[PATCH v3] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
2025-07-04 4:09 UTC (12+ messages)
[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-04 4:08 UTC (6+ messages)
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
[PATCH 00/15] Add driver for 1Gbe network chips from MUCSE
2025-07-04 2:10 UTC (4+ messages)
` [PATCH 01/15] net: rnpgbe: Add build support for rnpgbe
[PATCH 0/6] HID: Add Legion Go S Driver
2025-07-04 1:57 UTC (3+ messages)
[PATCH RFC] Documentation: typography refresh
2025-07-03 23:50 UTC (6+ messages)
[PATCH 0/7] Further kernel-doc tweakery
2025-07-03 22:29 UTC (21+ messages)
` [PATCH 1/7] docs: kdoc: don't reinvent string.strip()
` [PATCH 2/7] docs: kdoc: micro-optimize KernRe
` [PATCH 3/7] docs: kdoc: remove the brcount floor in process_proto_type()
` [PATCH 4/7] docs: kdoc: rework type prototype parsing
` [PATCH 5/7] docs: kdoc: some tweaks to process_proto_function()
` [PATCH 6/7] docs: kdoc: Remove a Python 2 comment
` [PATCH 7/7] docs: kdoc: pretty up dump_enum()
[PATCH v2] arm64: errata: Add Ampere erratum AC03_CPU_50 workaround alternative
2025-07-03 21:46 UTC
[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
2025-07-03 18:48 UTC (13+ messages)
[PATCH] docs: arm: stm32: fix typo "busses" -> "buses"
2025-07-03 18:46 UTC
[PATCH v2] tracing: doc: fix "for a while" typo
2025-07-03 18:21 UTC
[PATCH v6 00/28] KVM: arm64: Implement support for SME
2025-07-03 18:03 UTC (4+ messages)
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-07-03 16:51 UTC (8+ messages)
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
[PATCH v2 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
2025-07-03 16:23 UTC (4+ messages)
` [PATCH v2 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH v2 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH v2 3/3] kselftest/arm64: Add lsfe to the hwcaps test
[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-03 16:21 UTC (7+ messages)
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-07-03 15:59 UTC (17+ messages)
` [PATCH v4 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v4 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v4 03/15] kbuild: doc: add label for userprogs section
` [PATCH v4 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v4 05/15] init: add nolibc build support
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v4 09/15] kunit: tool: Parse skipped tests from kselftest.h
[PATCH v3 0/7] Documentation for nova-core
2025-07-03 15:50 UTC (7+ messages)
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
[PATCH v11 0/8] iio: accel: adxl345: add interrupt based sensor events
2025-07-03 15:45 UTC (7+ messages)
` [PATCH v11 3/8] iio: accel: adxl345: add activity event feature
` [PATCH v11 4/8] iio: accel: adxl345: add inactivity feature
[PATCH v7 0/8] iio: accel: adxl313: add power-save on activity/inactivity
2025-07-03 14:40 UTC (4+ messages)
` [PATCH v7 3/8] iio: accel: adxl313: add buffered FIFO watermark with interrupt handling
[PATCH v2] docs: document linked lists
2025-07-03 14:10 UTC (2+ messages)
[PATCH net-next 0/5] Another ip-sysctl docs cleanup
2025-07-03 14:00 UTC (2+ messages)
[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-07-03 11:45 UTC (5+ messages)
` [PATCH v3 4/4] ext4: support uncached buffered I/O
[PATCH v2 0/5] nvme: typo and minor cleanup fixes across host and target driver
2025-07-03 11:43 UTC (2+ messages)
[PATCH net-next v12 00/14] Add Microchip ZL3073x support (part 1)
2025-07-03 10:45 UTC (8+ messages)
` [PATCH net-next v12 07/14] dpll: zl3073x: Add clock_id field
[PATCH V6 0/2] arm64: refactor the rodata=xxx
2025-07-03 9:42 UTC (3+ messages)
` [PATCH V6 1/2] "
` [PATCH V6 2/2] arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLED
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).