linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH] arch/powerpc: Remove .interp section in vmlinux
Segher Boessenkool
[powerpc:merge] BUILD SUCCESS 837f3b82898b077b38ea6739f4dc87e4ccfc7751
kernel test robot
[PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
[PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
[PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
Eric Biggers
[PATCH v2 03/14] lib/crypto: sha256: Reorder some code
Eric Biggers
[PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
Eric Biggers
[PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
[PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
[PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
Eric Biggers
[PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
[PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
[PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
Eric Biggers
[PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
Eric Biggers
Re: [PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
Re: [PATCH v2 00/14] SHA-256 library improvements
Ard Biesheuvel
[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
[PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
Re: [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
Lorenzo Stoakes
[PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
Lorenzo Stoakes
Re: [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
[PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
Re: [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Lorenzo Stoakes
Re: [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
Re: [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Lorenzo Stoakes
[PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
Re: [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
Lorenzo Stoakes
Re: [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
Re: [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
Lorenzo Stoakes
Re: [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
[PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Lorenzo Stoakes
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Zi Yan
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Lorenzo Stoakes
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
Harry Yoo
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
Re: [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
[PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
Re: [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
Lorenzo Stoakes
Re: [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
[PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Lorenzo Stoakes
Re: [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Lorenzo Stoakes
[PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Lorenzo Stoakes
Re: [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Harry Yoo
Re: [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Zi Yan
[PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
Lorenzo Stoakes
Re: [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
Re: [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
Harry Yoo
[PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
Re: [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Lorenzo Stoakes
Re: [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
Re: [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Lorenzo Stoakes
Re: [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
Harry Yoo
[PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
David Hildenbrand
Re: [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
Harry Yoo
Re: [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
Lorenzo Stoakes
[PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
Harry Yoo
Re: [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
Lorenzo Stoakes
Re: [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
[PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Harry Yoo
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Lorenzo Stoakes
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
[PATCH v1 15/29] mm/migration: remove PageMovable()
David Hildenbrand
Re: [PATCH v1 15/29] mm/migration: remove PageMovable()
Lorenzo Stoakes
Re: [PATCH v1 15/29] mm/migration: remove PageMovable()
David Hildenbrand
Re: [PATCH v1 15/29] mm/migration: remove PageMovable()
Harry Yoo
[PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
Re: [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
Lorenzo Stoakes
Re: [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
Re: [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
Harry Yoo
[PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
Re: [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Lorenzo Stoakes
Re: [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
Re: [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Harry Yoo
Re: [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
Harry Yoo
[PATCH v1 18/29] mm: remove __folio_test_movable()
David Hildenbrand
Re: [PATCH v1 18/29] mm: remove __folio_test_movable()
Lorenzo Stoakes
Re: [PATCH v1 18/29] mm: remove __folio_test_movable()
David Hildenbrand
Re: [PATCH v1 18/29] mm: remove __folio_test_movable()
Harry Yoo
[PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Lorenzo Stoakes
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
Re: [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
Harry Yoo
[PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Lorenzo Stoakes
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Harry Yoo
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
Harry Yoo
Re: [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
[PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
Re: [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
Lorenzo Stoakes
Re: [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
Re: [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
Harry Yoo
[PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
Re: [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Lorenzo Stoakes
Re: [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
Re: [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Lorenzo Stoakes
Re: [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
Harry Yoo
[PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
Re: [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
Lorenzo Stoakes
Re: [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
Harry Yoo
[PATCH v1 25/29] mm: simplify folio_expected_ref_count()
David Hildenbrand
Re: [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
Lorenzo Stoakes
Re: [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
Harry Yoo
[PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Lorenzo Stoakes
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
Harry Yoo
[PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
David Hildenbrand
Re: [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
Lorenzo Stoakes
[PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
Re: [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
Lorenzo Stoakes
Re: [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
Harry Yoo
[PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
David Hildenbrand
Re: [PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
Lorenzo Stoakes
[PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
Re: [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
Lorenzo Stoakes
Re: [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
Harry Yoo
Re: [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
[PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
Lorenzo Stoakes
Re: [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
Lorenzo Stoakes
Re: [PATCH v1 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
kernel test robot
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Mimi Zohar
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Mimi Zohar
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Nayna Jain
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Nayna Jain
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
GONG Ruiqi
Re: [PATCH v2] integrity: Extract secure boot enquiry function out of IMA
Nayna Jain
[PATCH] kmap: fix header include to reflect actual path
Aurabindo Pillai
Re: [PATCH] kmap: fix header include to reflect actual path
Christophe Leroy
Re: [PATCH] kmap: fix header include to reflect actual path
Aurabindo Pillai
[PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Nam Cao
[PATCH 2/3] powerpc/powernv/pci: Switch to use msi_create_parent_irq_domain()
Nam Cao
[PATCH 3/3] powerpc/pseries/msi: Switch to msi_create_parent_irq_domain()
Nam Cao
[PATCH 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
Nam Cao
Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Thomas Gleixner
Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Gautam Menghani
Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Nam Cao
Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Nam Cao
Re: [PATCH 0/3] powerpc: Cleanup and convert to MSI parent domain
Gautam Menghani
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
[PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Sabyrzhan Tasbolatov
Re: [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Alexander Gordeev
Re: [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Heiko Carstens
Re: [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Alexander Gordeev
Re: [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
Andrew Morton
[PATCH v2 04/11] kasan/xtensa: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 05/11] kasan/loongarch: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 02/11] kasan/arm64: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 06/11] kasan/um: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 07/11] kasan/x86: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 08/11] kasan/s390: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 10/11] kasan/riscv: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 09/11] kasan/powerpc: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
[PATCH v2 03/11] kasan/arm: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Andrey Konovalov
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Andrey Konovalov
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Heiko Carstens
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Christophe Leroy
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Heiko Carstens
Re: [PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
Christophe Leroy
Earlier messages
Later messages