messages from 2025-06-27 02:46:40 to 2025-07-02 13:42:00 UTC [more...]
[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-07-02 13:40 UTC (130+ messages)
` [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 13/29] mm/balloon_compaction: "
` [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [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 v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
2025-07-02 13:25 UTC (2+ messages)
[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
2025-07-02 13:23 UTC (2+ messages)
[RFC v2 0/9] cpu avoid state and push task mechanism
2025-07-02 6:05 UTC (4+ messages)
` [RFC v2 8/9] sysfs: Add cpu_avoid file
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
2025-07-01 13:56 UTC (2+ messages)
` [PATCH 15/23] powerpc/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-07-01 13:37 UTC (13+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
[PATCH] arch/powerpc: Remove .interp section in vmlinux
2025-07-01 13:32 UTC (2+ messages)
[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
2025-07-01 13:05 UTC (5+ messages)
` [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol "
[PATCH] arch/powerpc: Remove support for older GCC and binutils
2025-07-01 10:50 UTC
[powerpc:merge] BUILD SUCCESS 837f3b82898b077b38ea6739f4dc87e4ccfc7751
2025-07-01 9:00 UTC
[PATCH v2] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
2025-06-30 21:36 UTC (4+ messages)
[PATCH v2 00/14] SHA-256 library improvements
2025-06-30 16:06 UTC (15+ messages)
` [PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH v2 03/14] lib/crypto: sha256: Reorder some code
` [PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH v2 08/14] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH v2 09/14] crypto: sha256 - Wrap library and add HMAC support
` [PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
` [PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
` [PATCH v2 12/14] lib/crypto: sha256: Consolidate into single module
` [PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-30 13:38 UTC (8+ messages)
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-30 12:07 UTC (32+ messages)
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
[PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
2025-06-30 11:40 UTC (2+ messages)
[PATCH v4] ASoC: fsl_sai: Force a software reset when starting in consumer mode
2025-06-30 11:40 UTC (3+ messages)
[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
2025-06-30 3:48 UTC (2+ messages)
[PATCH] kmap: fix header include to reflect actual path
2025-06-27 17:31 UTC (3+ messages)
[PATCH RESEND] integrity: Extract secure boot enquiry function out of IMA
2025-06-28 2:37 UTC (3+ messages)
[PATCH v2 1/1] dt-bindings: soc: add vf610 reboot syscon controller
2025-06-27 2:46 UTC (2+ messages)
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).