messages from 2026-03-17 21:20:57 to 2026-03-21 05:31:52 UTC [more...]
[PATCH 0/6] change young flag check functions to return bool
2026-03-21 5:30 UTC (25+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check
NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
2026-03-21 2:21 UTC (2+ messages)
[PATCH] powerpc/vdso: Add support for unstripped vDSO installation
2026-03-20 20:50 UTC
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 19:56 UTC (27+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
2026-03-20 19:34 UTC (18+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
` [PATCH 2/2] mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 18:28 UTC (44+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "
[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
2026-03-20 15:06 UTC (2+ messages)
[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
2026-03-20 14:32 UTC (4+ messages)
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully
[PATCH 0/2] powerpc/xive: rework xive_find_target_in_mask()
2026-03-20 6:01 UTC (5+ messages)
` [PATCH 1/2] Revert "powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()"
` [PATCH 2/2] powerpc/xive: rework xive_find_target_in_mask()
[PATCH v6 00/13] Remove device private pages from physical address space
2026-03-20 5:52 UTC (8+ messages)
` [PATCH v6 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags to track device private pages
[PATCH V2] powerpc/xive: Add KUnit tests for xive_find_target_in_mask()
2026-03-20 5:42 UTC
[PATCH] powerpc/xive: KUnit tests for xive interrupt controller
2026-03-20 5:24 UTC
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-19 14:27 UTC (6+ messages)
` [PATCH 07/15] RISC-V: "
` [PATCH 14/15] alpha: remove "
[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
2026-03-19 20:18 UTC (2+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-19 16:50 UTC (6+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
[PATCH net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
2026-03-19 15:00 UTC (6+ messages)
` [net-next,13/14] "
[PATCH 00/19] GHASH library
2026-03-19 6:17 UTC (20+ messages)
` [PATCH 01/19] lib/crypto: gf128hash: Rename polyval module to gf128hash
` [PATCH 02/19] lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
` [PATCH 03/19] lib/crypto: gf128hash: Add GHASH support
` [PATCH 04/19] lib/crypto: tests: Add KUnit tests for GHASH
` [PATCH 05/19] crypto: arm/ghash - Make the "ghash" crypto_shash NEON-only
` [PATCH 06/19] crypto: arm/ghash - Move NEON GHASH assembly into its own file
` [PATCH 07/19] lib/crypto: arm/ghash: Migrate optimized code into library
` [PATCH 08/19] crypto: arm64/ghash - Move NEON GHASH assembly into its own file
` [PATCH 09/19] lib/crypto: arm64/ghash: Migrate optimized code into library
` [PATCH 10/19] crypto: arm64/aes-gcm - Rename struct ghash_key and make fixed-sized
` [PATCH 11/19] lib/crypto: powerpc/ghash: Migrate optimized code into library
` [PATCH 12/19] lib/crypto: riscv/ghash: "
` [PATCH 13/19] lib/crypto: s390/ghash: "
` [PATCH 14/19] lib/crypto: x86/ghash: "
` [PATCH 15/19] crypto: gcm - Use GHASH library instead of crypto_ahash
` [PATCH 16/19] crypto: ghash - Remove ghash from crypto_shash API
` [PATCH 17/19] lib/crypto: gf128mul: Remove unused 4k_lle functions
` [PATCH 18/19] lib/crypto: gf128hash: Remove unused content from ghash.h
` [PATCH 19/19] lib/crypto: aesgcm: Use GHASH library API
[PATCH net-next 12/14] net: dsa: netc: add more basic functions support
2026-03-19 2:59 UTC (3+ messages)
` [net-next,12/14] "
[PATCH net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
2026-03-19 2:48 UTC (3+ messages)
` [net-next,10/14] "
[PATCH net-next 08/14] net: enetc: add multiple command BD rings support
2026-03-19 2:15 UTC (4+ messages)
` [net-next,08/14] "
[PATCH net-next 11/14] net: dsa: netc: add phylink MAC operations
2026-03-19 2:01 UTC (3+ messages)
` [net-next,11/14] "
[PATCH v2] hvc/xen: Check console connection flag
2026-03-18 23:53 UTC
[PATCH 0/8] memblock: improve late freeing of reserved memory
2026-03-18 20:52 UTC (11+ messages)
` [PATCH 1/8] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH 2/8] powerpc: opal-core: "
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 4/8] memblock: make free_reserved_area() more robust
` [PATCH 5/8] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH 6/8] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH 7/8] memblock, treewide: make memblock_free() handle late freeing
` [PATCH 8/8] memblock: warn when freeing reserved memory before memory map is initialized
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()
[PATCH v1] PCI/DPC: Fix AER error logging for DPC/EDR triggered events
2026-03-18 17:22 UTC (2+ messages)
[PATCH RESEND 1/2] powerpc/ps3: Drop redundant result assignment
2026-03-18 15:00 UTC (9+ messages)
[PATCH] tools/perf: Fix the check for parameterized field in event term
2026-03-18 6:35 UTC (4+ messages)
[PATCH] tools/perf/tests: Update debuginfo check in skip_if_no_debuginfo
2026-03-18 6:17 UTC (3+ messages)
[powerpc:next-test] BUILD REGRESSION 217e0d3cb6437f802ac73e6a614d7a2525f61e36
2026-03-18 3:52 UTC
[PATCH] crypto: nx - annotate struct nx842_crypto_header with __counted_by
2026-03-17 23:35 UTC (2+ messages)
amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
2026-03-17 22:34 UTC (2+ messages)
[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
2026-03-17 15:23 UTC (3+ messages)
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
[PATCH v2 3/4] PCI: pnv_php: Simplify with scoped for each OF child loop
2026-03-17 21:20 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