messages from 2026-03-13 18:19:05 to 2026-03-18 15:52:05 UTC [more...]
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-18 15:50 UTC (12+ 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 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 net-next 00/14] Add preliminary NETC switch support for i.MX94
2026-03-18 14:56 UTC (21+ messages)
` [PATCH net-next 01/14] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH net-next 02/14] dt-bindings: net: dsa: add NETC switch
` [PATCH net-next 03/14] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH net-next 04/14] net: enetc: add basic operations to the FDB table
` [PATCH net-next 05/14] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH net-next 06/14] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH net-next 07/14] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH net-next 08/14] net: enetc: add multiple command BD rings support
` [net-next,08/14] "
` [PATCH net-next 09/14] net: dsa: add NETC switch tag support
` [PATCH net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [net-next,10/14] "
` [PATCH net-next 11/14] net: dsa: netc: add phylink MAC operations
` [net-next,11/14] "
` [PATCH net-next 12/14] net: dsa: netc: add more basic functions support
` [net-next,12/14] "
` [PATCH net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
` [net-next,13/14] "
` [PATCH net-next 14/14] net: dsa: netc: add support for the standardized counters
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-18 14:42 UTC (29+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [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 0/8] memblock: improve late freeing of reserved memory
2026-03-18 14:16 UTC (10+ 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 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 (5+ messages)
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-18 6:16 UTC (3+ messages)
` [PATCH 14/15] alpha: remove "
[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 (8+ messages)
` [RFC PATCH v4 1/6] objtool/powerpc: Add build-time fixup of alternate feature branch targets
` [RFC PATCH v4 2/6] objtool: Set ELF_F_LAYOUT flag to preserve vmlinux segment layout
` [RFC PATCH v4 3/6] objtool: Fix "can't find starting instruction" warnings on vmlinux
` [RFC PATCH v4 4/6] objtool/powerpc: Skip jump destination analysis and unnanotated intra-function call warnings for --ftr-fixup
` [RFC PATCH v4 5/6] kbuild: Add objtool integration for PowerPC feature fixups
` [RFC PATCH v4 6/6] powerpc: Enable build-time feature fixup processing by default
[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 (10+ messages)
` [PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound "
[next-20260313] kernel build fails with “ar: unrecognized option '--thin'”
2026-03-16 12:39 UTC (3+ messages)
[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
2026-03-16 8:42 UTC (5+ messages)
` [PATCH v2 01/13] media: saa7134: rename i2c_dbg() to saa7134_i2c_dbg()
[powerpc:fixes-test] BUILD SUCCESS 82f73ef9c41e0623e0a8bdce4fa44a7237709f0c
2026-03-16 7:30 UTC
[PATCH] selftests/powerpc: Suppress false positive -Wmaybe-uninitialized with GCC 15
2026-03-16 6:01 UTC (5+ messages)
[PATCH] soc: fsl: qe: Fix potential NULL pointer dereference in qe_reset()
2026-03-16 3:28 UTC (3+ messages)
` [PATCH] soc: fsl: qe: Fix potential NULL pointer dereference inqe_reset()
[PATCH v4] powerpc: dts: Build devicetrees of enabled platforms
2026-03-15 21:45 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-7.0-3 tag
2026-03-15 18:47 UTC (2+ messages)
[PATCH 0/4] powerpc/bpf: Add support for verifier selftest
2026-03-15 18:42 UTC (4+ messages)
` [PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
[PATCH v4 00/10] PCI: endpoint: Differentiate between disabled and reserved BARs
2026-03-15 16:38 UTC (2+ messages)
[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
2026-03-15 10:57 UTC
[PATCH v2] powerpc, perf: Check that current->mm is alive before getting user callchain
2026-03-15 4:01 UTC (2+ messages)
[PATCH v4 1/2] powerpc: fix KUAP warning in VMX usercopy path
2026-03-15 4:01 UTC (2+ messages)
[PATCH] powerpc/mem: Move CMA reservations to arch_mm_preinit
2026-03-15 4:01 UTC (2+ messages)
[PATCH] powerpc/iommu: fix lockdep warning during PCI enumeration
2026-03-15 4:01 UTC (2+ messages)
[PATCH] powerpc/pseries/htmdump: Add memory configuration dump support to htmdump module
2026-03-14 13:29 UTC
[PATCH 1/3] powerpc/pseries/htmdump: Free the global buffers in htmdump module exit
2026-03-14 13:24 UTC (3+ messages)
` [PATCH 2/3] powerpc/pseries/htmdump: Fix the offset value used in processor configuration dump
` [PATCH 3/3] powerpc/pseries/htmdump: Fix the offset value used in htm status dump
[PATCH] hvc/xen: Check console connection flag
2026-03-13 22:35 UTC (5+ messages)
[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-13 21:56 UTC (3+ messages)
` [PATCH v8 4/5] arm64: kexec: "
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