linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [kvm-unit-tests PATCH 0/2] scripts: extra_params rework
Andrew Jones
Re: [kvm-unit-tests PATCH 0/2] scripts: extra_params rework
Andrew Jones
[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
[PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
Sabyrzhan Tasbolatov
Re: [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
Christophe Leroy
Re: [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
Sabyrzhan Tasbolatov
[PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
Re: [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
Christophe Leroy
Re: [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
Johannes Berg
Re: [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
Sabyrzhan Tasbolatov
[PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH 4/9] kasan/xtensa: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH 7/9] kasan/x86: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
Re: [PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init
Christophe Leroy
Re: [PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
Re: [PATCH 9/9] kasan/powerpc: call kasan_init_generic in kasan_init
Christophe Leroy
[PATCH 5/9] kasan/loongarch: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
Re: [PATCH 5/9] kasan/loongarch: call kasan_init_generic in kasan_init
Peter Zijlstra
Re: [PATCH 5/9] kasan/loongarch: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH 8/9] kasan/s390: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
[PATCH 6/9] kasan/um: call kasan_init_generic in kasan_init
Sabyrzhan Tasbolatov
Re: [PATCH 6/9] kasan/um: call kasan_init_generic in kasan_init
Johannes Berg
[PATCH] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Arun Raghavan
Re: [PATCH] ASoC: fsl_sai: Force a software reset when starting in consumer mode
kernel test robot
[PATCH v2] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Arun Raghavan
Re: [PATCH v2] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Shengjiu Wang
Re: [PATCH v2] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Arun Raghavan
Re: [PATCH v2] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Mark Brown
Re: [PATCH v2] ASoC: fsl_sai: Force a software reset when starting in consumer mode
Arun Raghavan
[PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
[PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
Leon Romanovsky
[PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
[PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
Leon Romanovsky
[PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
Re: [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
Alexander Potapenko
Re: [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
Re: [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
Alexander Potapenko
[PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
Leon Romanovsky
[PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
[PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API
Leon Romanovsky
[PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
Leon Romanovsky
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Christoph Hellwig
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Marek Szyprowski
Re: [PATCH 0/8] dma-mapping: migrate to physical address-based API
Leon Romanovsky
[PATCH 00/18] SHA-256 library improvements
Eric Biggers
[PATCH 07/18] lib/crypto: sha256: Reorder some code
Eric Biggers
[PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
Eric Biggers
[PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
[PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
Eric Biggers
[PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
[PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
Eric Biggers
[PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
Eric Biggers
[PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
Eric Biggers
[PATCH 03/18] crypto: sha512 - Use the correct legacy export format
Eric Biggers
[PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
[PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
Eric Biggers
[PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
Eric Biggers
[PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
Eric Biggers
[PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
[PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
Eric Biggers
[PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
Shengjiu Wang
Re: [PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
Daniel Baluta
Re: [PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
Mark Brown
[PATCH] usb: gadget: fsl: Use usb_endpoint_type() rather than duplicating its implementation
Markus Elfring
[powerpc:merge] BUILD SUCCESS c8e9cecda99751688799297fd00694d73bfd3197
kernel test robot
[powerpc:next-test] BUILD SUCCESS cf183c1730f2634245da35e9b5d53381b787d112
kernel test robot
[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
Fabio M. De Francesco
[PATCH 1/3 v4] ACPI: extlog: Trace CPER Non-standard Section Body
Fabio M. De Francesco
[PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
Fabio M. De Francesco
Re: [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
Jonathan Cameron
[PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section
Fabio M. De Francesco
Re: [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section
Jonathan Cameron
Re: [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section
Fabio M. De Francesco
[PATCH v2 0/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
Niklas Schnelle
[PATCH v2 1/2] PCI/AER: Fix missing uevent on recovery when a reset is requested
Niklas Schnelle
[PATCH v2 2/2] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
Niklas Schnelle
[PATCH v2 1/2] book3s64/radix : Handle error conditions properly in radix_vmemmap_populate
Donet Tom
[PATCH v2 2/2] book3s64/radix : Optimize vmemmap start alignment
Donet Tom
[PATCH 0/5] powerpc: Implement masked user access
Christophe Leroy
[PATCH 3/5] powerpc: Remove unused size parametre to KUAP enabling/disabling functions
Christophe Leroy
[PATCH 4/5] powerpc: Move barrier_nospec() out of allow_read_{from/write}_user()
Christophe Leroy
[PATCH 5/5] powerpc: Implement masked user access
Christophe Leroy
Re: [PATCH 5/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 5/5] powerpc: Implement masked user access
Linus Torvalds
Re: [PATCH 5/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 5/5] powerpc: Implement masked user access
Segher Boessenkool
[PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
Christophe Leroy
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
David Laight
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
Linus Torvalds
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
David Laight
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
Christophe Leroy
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
David Laight
Re: [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
Linus Torvalds
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Christophe Leroy
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Christophe Leroy
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
Christophe Leroy
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
David Laight
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
Re: [PATCH 0/5] powerpc: Implement masked user access
Segher Boessenkool
[PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
Christophe Leroy
Re: [PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
David Laight
Re: [PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
Christophe Leroy
[PATCH v6 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
Stefano Garzarella
[PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback
Stefano Garzarella
Re: [PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback
Jarkko Sakkinen
[PATCH v6 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
Re: [PATCH v6 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
Jarkko Sakkinen
[PATCH v6 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
Re: [PATCH v6 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Jarkko Sakkinen
Re: [PATCH v6 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Jarkko Sakkinen
Re: [PATCH v6 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
[PATCH v6 2/4] tpm: support devices with synchronous send()
Stefano Garzarella
[PATCH] misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functions
Ankit Chauhan
Re: [PATCH] misc: ocxl: Replace scnprintf() with sysfs_emit() in sysfs show functions
Andrew Donnellan
[PATCH v2] powerpc: floppy: Add missing checks after DMA map
Thomas Fourier
Re: [PATCH v2] powerpc: floppy: Add missing checks after DMA map
LEROY Christophe
Re: [PATCH v2] powerpc: floppy: Add missing checks after DMA map
Christophe Leroy
[PATCH 0/2] ASoC: fsl_mqs: support MQS2 on i.MX94 platform
Shengjiu Wang
[PATCH 2/2] ASoC: fsl_mqs: rename system manager indices for i.MX95
Shengjiu Wang
Re: [PATCH 2/2] ASoC: fsl_mqs: rename system manager indices for i.MX95
Peng Fan
[PATCH 1/2] ASoC: fsl_mqs: Distinguish different modules by system manager indices
Shengjiu Wang
Re: [PATCH 1/2] ASoC: fsl_mqs: Distinguish different modules by system manager indices
Peng Fan
Re: [PATCH 0/2] ASoC: fsl_mqs: support MQS2 on i.MX94 platform
Mark Brown
[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Eric Biggers
[PATCH v2 3/9] lib/crypto: mips: move arch/mips/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ into lib/crypto/
Eric Biggers
Re: [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ into lib/crypto/
Palmer Dabbelt
Re: [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 4/9] lib/crypto: powerpc: move arch/powerpc/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 1/9] lib/crypto: arm: move arch/arm/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 2/9] lib/crypto: arm64: move arch/arm64/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 6/9] lib/crypto: s390: move arch/s390/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
Eric Biggers
[PATCH v2 8/9] lib/crypto: x86: move arch/x86/lib/crypto/ into lib/crypto/
Eric Biggers
[PATCH v2 7/9] lib/crypto: sparc: move arch/sparc/lib/crypto/ into lib/crypto/
Eric Biggers
Re: [PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Eric Biggers
Re: [PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Ard Biesheuvel
Re: [PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Sohil Mehta
Re: [PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Martin K. Petersen
[PATCH bpf-next] powerpc/bpf: Fix warning for unused ori31_emitted
Luis Gerhorst
Re: [PATCH bpf-next] powerpc/bpf: Fix warning for unused ori31_emitted
Christophe Leroy
Re: [PATCH bpf-next] powerpc/bpf: Fix warning for unused ori31_emitted
patchwork-bot+netdevbpf
[PATCH] powerpc: floppy: Add missing checks after DMA map
Thomas Fourier
Re: [PATCH] powerpc: floppy: Add missing checks after DMA map
Christophe Leroy
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
Alistair Popple
[PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
Alistair Popple
[PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
Alistair Popple
[PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
Alistair Popple
[PATCH v3 11/14] mm: Remove devmap related functions and page table bits
Alistair Popple
[PATCH v3 13/14] mm: Remove callers of pfn_t functionality
Alistair Popple
[PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
Alistair Popple
[PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
Alistair Popple
[PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
Alistair Popple
[PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
Alistair Popple
[PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
Alistair Popple
[PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
Alistair Popple
[PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
[PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
Alistair Popple
[PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
Alistair Popple
Redundant barrier_nospec() added by commit 74e19ef0ff80 ("uaccess: Add speculation barrier to copy_from_user()")
Christophe Leroy
[PATCH] ASoC: imx-card: Add WM8524 support
Chancel Liu
Re: [PATCH] ASoC: imx-card: Add WM8524 support
kernel test robot
[PATCH 0/3] use vm_flags_t consistently
Lorenzo Stoakes
[PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Christian Brauner
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Pedro Falcato
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Oscar Salvador
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
David Hildenbrand
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Vlastimil Babka
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Pedro Falcato
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Zi Yan
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Catalin Marinas
Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Anshuman Khandual
[PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
Lorenzo Stoakes
Re: [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
Christian Brauner
Re: [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
Vlastimil Babka
Earlier messages
Later messages