messages from 2025-06-23 15:47:39 to 2025-06-29 12:06:54 UTC [more...]
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-29 11:28 UTC (17+ messages)
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
[PATCH v2] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
2025-06-29 1:47 UTC (3+ messages)
[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-28 13:25 UTC (15+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
` [PATCH v2 02/11] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v2 03/11] kasan/arm: "
` [PATCH v2 04/11] kasan/xtensa: "
` [PATCH v2 05/11] kasan/loongarch: "
` [PATCH v2 06/11] kasan/um: "
` [PATCH v2 07/11] kasan/x86: "
` [PATCH v2 08/11] kasan/s390: "
` [PATCH v2 09/11] kasan/powerpc: "
` [PATCH v2 10/11] kasan/riscv: "
` [PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled
[PATCH] kmap: fix header include to reflect actual path
2025-06-27 17:31 UTC (3+ messages)
[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
2025-06-28 6:32 UTC
[PATCH RESEND] integrity: Extract secure boot enquiry function out of IMA
2025-06-28 2:37 UTC (3+ messages)
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-27 17:02 UTC (14+ 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 1/1] dt-bindings: soc: add vf610 reboot syscon controller
2025-06-27 2:46 UTC (2+ messages)
[PATCH 0/5] powerpc: Implement masked user access
2025-06-26 22:01 UTC (21+ 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 0/3] powerpc: Cleanup and convert to MSI parent domain
2025-06-26 14:47 UTC (4+ messages)
` [PATCH 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
` [PATCH 2/3] powerpc/powernv/pci: Switch to use msi_create_parent_irq_domain()
` [PATCH 3/3] powerpc/pseries/msi: Switch to msi_create_parent_irq_domain()
[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
2025-06-26 16:48 UTC (21+ messages)
` [kvm-unit-tests PATCH v4 01/13] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v4 02/13] scripts: Document environment variables
` [kvm-unit-tests PATCH v4 03/13] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v4 04/13] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v4 05/13] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v4 06/13] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments "
` [kvm-unit-tests PATCH v4 08/13] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v4 09/13] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v4 10/13] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v4 11/13] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v4 12/13] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v4 13/13] scripts: Enable kvmtool
[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
2025-06-26 14:58 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter
[RFC v2 0/9] cpu avoid state and push task mechanism
2025-06-26 14:33 UTC (17+ messages)
` [RFC v2 1/9] sched/docs: Document avoid_cpu_mask and avoid CPU concept
` [RFC v2 2/9] cpumask: Introduce cpu_avoid_mask
` [RFC v2 3/9] sched/core: Dont allow to use CPU marked as avoid
` [RFC v2 4/9] sched/fair: Don't use CPU marked as avoid for wakeup and load balance
` [RFC v2 5/9] sched/rt: Don't select CPU marked as avoid for wakeup and push/pull rt task
` [RFC v2 6/9] sched/core: Push current task out if CPU is marked as avoid
` [RFC v2 7/9] sched: Add static key check for cpu_avoid
` [RFC v2 8/9] sysfs: Add cpu_avoid file
` [RFC v2 9/9] [DEBUG] powerpc: add debug file for set/unset cpu avoid
[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-26 13:52 UTC (21+ 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 v4] ASoC: fsl_sai: Force a software reset when starting in consumer mode
2025-06-26 13:11 UTC (2+ messages)
[PATCH v3] ASoC: fsl_sai: Force a software reset when starting in consumer mode
2025-06-26 12:51 UTC (4+ messages)
[PATCH] ASoC: fsl_sai: Force a software reset when starting in consumer mode
2025-06-26 11:44 UTC (7+ messages)
` [PATCH v2] "
[PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode
2025-06-26 8:56 UTC (2+ messages)
[PATCH] integrity: Extract secure boot enquiry function out of IMA
2025-06-26 2:31 UTC
[PATCH v6 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
2025-06-25 16:42 UTC (9+ messages)
` [PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback
` [PATCH v6 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v6 4/4] tpm/tpm_svsm: "
[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 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 (11+ 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] 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 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ into lib/crypto/
2025-06-24 2:44 UTC (3+ 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).