linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 19:22:40 to 2025-06-25 15:08:16 UTC [more...]

[PATCH v6 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-06-25 15:08 UTC  (9+ messages)
` [PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback
` [PATCH v6 2/4] tpm: support devices with synchronous send()
` [PATCH v6 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v6 4/4] tpm/tpm_svsm: "

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-25 12:50 UTC  (17+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "

[PATCH] ASoC: fsl_sai: Force a software reset when starting in consumer mode
 2025-06-25 13:06 UTC 

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-25 13:19 UTC  (9+ messages)
` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API

[PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
 2025-06-25 10:55 UTC  (11+ messages)

[PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
 2025-06-25  8:45 UTC  (5+ messages)

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-25  8:30 UTC  (27+ messages)
` [PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH 3/5] powerpc: Remove unused size parametre to KUAP enabling/disabling functions
` [PATCH 4/5] powerpc: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH 5/5] powerpc: Implement masked user access

[PATCH v15 00/13] Support page table check on PowerPC
 2025-06-25  6:37 UTC  (14+ messages)
` [PATCH v15 01/13] arm64/mm: Add addr parameter to __set_{ptes_anysz,ptes,pmds,puds}()
` [PATCH v15 02/13] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v15 03/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v15 04/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v15 05/13] mm/page_table_check: Provide addr parameter to [__]page_table_check_ptes_set()
` [PATCH v15 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v15 07/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v15 08/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v15 09/13] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v15 10/13] powerpc: mm: Add pud_pfn() stub
` [PATCH v15 11/13] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v15 12/13] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v15 13/13] powerpc: mm: Support page table check

[PATCH 00/18] SHA-256 library improvements
 2025-06-25  7:08 UTC  (19+ messages)
` [PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH 03/18] crypto: sha512 - Use the correct legacy export format
` [PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
` [PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
` [PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
` [PATCH 07/18] lib/crypto: sha256: Reorder some code
` [PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API

[PATCH 0/3] use vm_flags_t consistently
 2025-06-25  6:47 UTC  (26+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
 2025-06-25  2:05 UTC 

[PATCH] usb: gadget: fsl: Use usb_endpoint_type() rather than duplicating its implementation
 2025-06-24 14:43 UTC 

[powerpc:merge] BUILD SUCCESS c8e9cecda99751688799297fd00694d73bfd3197
 2025-06-24 13:37 UTC 

[powerpc:next-test] BUILD SUCCESS cf183c1730f2634245da35e9b5d53381b787d112
 2025-06-24  6:24 UTC 

[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
 2025-06-24  2:44 UTC  (14+ messages)
` [PATCH v2 1/9] lib/crypto: arm: move arch/arm/lib/crypto/ into lib/crypto/
` [PATCH v2 2/9] lib/crypto: arm64: move arch/arm64/lib/crypto/ "
` [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ "
` [PATCH v2 6/9] lib/crypto: s390: move arch/s390/lib/crypto/ "
` [PATCH v2 7/9] lib/crypto: sparc: move arch/sparc/lib/crypto/ "
` [PATCH v2 8/9] lib/crypto: x86: move arch/x86/lib/crypto/ "
` [PATCH v2 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-23 16:05 UTC  (63+ messages)
` [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 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"

[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
 2025-06-23 14:54 UTC  (4+ messages)
` [PATCH 1/3 v4] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol "

[PATCH 0/2] soc: use new GPIO line value setter callbacks
 2025-06-23 10:05 UTC  (5+ messages)

[PATCH v2 0/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-06-23  8:41 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/AER: Fix missing uevent on recovery when a reset is requested
` [PATCH v2 2/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery

[PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
 2025-06-23  6:55 UTC  (3+ messages)

[PATCH v2 1/2] book3s64/radix : Handle error conditions properly in radix_vmemmap_populate
 2025-06-22 12:01 UTC  (2+ messages)
` [PATCH v2 2/2] book3s64/radix : Optimize vmemmap start alignment

[PATCH v2] powerpc: floppy: Add missing checks after DMA map
 2025-06-20  7:58 UTC  (3+ messages)

[PATCH] misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functions
 2025-06-20  8:51 UTC  (2+ messages)

[PATCH] powerpc: floppy: Add missing checks after DMA map
 2025-06-20  7:44 UTC  (2+ messages)

[PATCH 0/2] ASoC: fsl_mqs: support MQS2 on i.MX94 platform
 2025-06-20  5:52 UTC  (3+ messages)
` [PATCH 1/2] ASoC: fsl_mqs: Distinguish different modules by system manager indices
` [PATCH 2/2] ASoC: fsl_mqs: rename system manager indices for i.MX95

[PATCH] ASoC: imx-card: Add WM8524 support
 2025-06-19 20:53 UTC  (2+ messages)

[PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
 2025-06-19 19:22 UTC  (2+ messages)


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