linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 16:51:18 to 2025-07-04 21:06:25 UTC [more...]

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-04 21:06 UTC  (31+ 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 v2] docs: document linked lists
 2025-07-04 20:53 UTC  (3+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-07-04 20:30 UTC  (39+ 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 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-04 18:33 UTC  (12+ 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 net-next v13 00/12] Add Microchip ZL3073x support (part 1)
 2025-07-04 18:22 UTC  (13+ messages)
` [PATCH net-next v13 01/12] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v13 02/12] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v13 03/12] devlink: Add support for u64 parameters
` [PATCH net-next v13 04/12] devlink: Add new "clock_id" generic device param
` [PATCH net-next v13 05/12] dpll: Add basic Microchip ZL3073x support
` [PATCH net-next v13 06/12] dpll: zl3073x: Fetch invariants during probe
` [PATCH net-next v13 07/12] dpll: zl3073x: Read DPLL types and pin properties from system firmware
` [PATCH net-next v13 08/12] dpll: zl3073x: Register DPLL devices and pins
` [PATCH net-next v13 09/12] dpll: zl3073x: Implement input pin selection in manual mode
` [PATCH net-next v13 10/12] dpll: zl3073x: Add support to get/set priority on input pins
` [PATCH net-next v13 11/12] dpll: zl3073x: Implement input pin state setting in automatic mode
` [PATCH net-next v13 12/12] dpll: zl3073x: Add support to get/set frequency on pins

[PATCH net-next v4] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-04 18:08 UTC  (6+ messages)

[PATCH v1 00/32] Live Update Orchestrator
 2025-07-04 17:33 UTC  (4+ messages)

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-04 17:20 UTC  (4+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
 2025-07-04 17:08 UTC  (12+ messages)
` [PATCH v3 09/14] RDMA/ionic: Create device queues to support admin operations
` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path

[PATCH 0/6] HID: Add Legion Go S Driver
 2025-07-04 16:08 UTC  (4+ messages)

[PATCH v2 0/7] Further kernel-doc tweakery
 2025-07-04 14:59 UTC  (14+ 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 v6 net-next 4/9] vhost-net: allow configuring extended features
 2025-07-04 14:09 UTC  (7+ messages)

[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-04 13:33 UTC  (17+ messages)
` [PATCH v7 01/28] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 09/28] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v7 13/28] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH 0/2] panic: taint flag for recoverable hardware errors
 2025-07-04 13:25 UTC  (6+ messages)
` [PATCH 1/2] panic: add "
` [PATCH 2/2] acpi/ghes: taint kernel on recovered "

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-04 13:11 UTC  (7+ messages)

[PATCH v2 0/3] hwmon: add Microchip EMC2101 driver
 2025-07-04 13:00 UTC  (7+ messages)
` [PATCH] drivers: hwmon: add "

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-04 12:55 UTC  (5+ messages)
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts

[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
 2025-07-04 12:50 UTC  (13+ messages)

[PATCHv8 00/17] x86: Enable Linear Address Space Separation support
 2025-07-04 12:23 UTC  (22+ messages)
` [PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
` [PATCHv8 04/17] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-04 11:38 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 v2] arm64: errata: Add Ampere erratum AC03_CPU_50 workaround alternative
 2025-07-04 10:38 UTC  (2+ messages)

[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 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 v3] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-04  4:09 UTC  (5+ 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  (11+ messages)
` [PATCH 2/7] docs: kdoc: micro-optimize KernRe
` [PATCH 7/7] docs: kdoc: pretty up dump_enum()

[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  (5+ messages)
` [PATCH v3 03/16] iomap: refactor the writeback interface


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).