messages from 2026-03-16 13:11:24 to 2026-03-19 18:10:26 UTC [more...]
[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
2026-03-19 18:10 UTC (14+ 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-19 17:38 UTC (29+ 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 v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-19 16:50 UTC (15+ 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 v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "
[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 0/6] change young flag check functions to return bool
2026-03-19 11:39 UTC (13+ 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
[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 0/2] powerpc/xive: rework xive_find_target_in_mask()
2026-03-19 3:36 UTC (3+ 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 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 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-18 16:22 UTC (4+ messages)
` [PATCH 14/15] alpha: remove "
[PATCH RESEND 1/2] powerpc/ps3: Drop redundant result assignment
2026-03-18 15:00 UTC (11+ messages)
` [PATCH RESEND 2/2] powerpc/pasemi: Drop redundant res assignment
[PATCH v6 00/13] Remove device private pages from physical address space
2026-03-18 8:44 UTC (4+ 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 (4+ 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)
[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
2026-03-17 23:40 UTC
amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
2026-03-17 22:34 UTC (8+ messages)
[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
2026-03-17 15:53 UTC (17+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 4/9] configs: remove implicit assignments to FB_MODE_HELPERS
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 6/9] arm64: defconfig: remove implicit assignment to CRYPTO_SHA3
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL
[PATCH v2 1/4] PCI: mvebu: Simplify with scoped for each OF child loop
2026-03-17 21:20 UTC (7+ messages)
` [PATCH v2 2/4] PCI: mvebu: Keep child node refcnt for probe duration
` [PATCH v2 3/4] PCI: pnv_php: Simplify with scoped for each OF child loop
` [PATCH v2 4/4] PCI: rpaphp: "
[powerpc:merge] BUILD SUCCESS 4f37907abd000cabf97ce728c8bff9b95ee0f663
2026-03-17 19:29 UTC
[PATCH] powerpc: Simplify access_ok()
2026-03-17 18:07 UTC
[PATCH] lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-files
2026-03-17 16:28 UTC (3+ messages)
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-03-17 13:11 UTC (6+ messages)
[PATCH] ASoC: fsl_easrc: fix comment typo
2026-03-17 12:19 UTC (5+ messages)
` [External] : "
[PATCH AUTOSEL 6.19-6.18] powerpc64/ftrace: fix OOL stub count with clang
2026-03-17 11:32 UTC
[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
2026-03-17 10:28 UTC (11+ messages)
[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
2026-03-17 6:00 UTC (4+ messages)
[PATCH] powerpc/pseries: Fix UAF reference for src_info after list_add
2026-03-17 4:04 UTC
[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
2026-03-17 3:49 UTC (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
cleanup the RAID5 XOR library v2
2026-03-16 22:12 UTC (3+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
[PATCH v2] powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
2026-03-16 17:47 UTC
[PATCH RESEND v6] PCI/portdev: Disable AER for Titan Ridge 4C 2018
2026-03-16 17:39 UTC (2+ messages)
[PATCH] powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
2026-03-16 17:24 UTC (3+ messages)
[RFC PATCH v4 0/6] objtool: Fixup alternate feature relative addresses
2026-03-16 15:52 UTC (3+ messages)
` [RFC PATCH v4 5/6] kbuild: Add objtool integration for PowerPC feature fixups
[PATCH RESEND v2] powerpc: Implement ARCH_HAS_CC_CAN_LINK
2026-03-16 15:47 UTC
[PATCH v10 0/8] PCI: endpoint: BAR subrange mapping support
2026-03-16 13:50 UTC (8+ messages)
` [PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound "
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