public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-09 14:41:14 to 2026-03-17 09:30:19 UTC [more...]

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-17  9:30 UTC  (11+ 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

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (36+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

cleanup the RAID5 XOR library
 2026-03-10 14:00 UTC  (71+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen

[PATCH] alpha/boot: clean up formatting in bootp.c
 2026-03-05 16:39 UTC 

[PATCH] alpha/boot: fix pointer declaration spacing in bootp.c and bootpz.c
 2026-03-05 16:25 UTC 

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-03-05  0:36 UTC  (2+ messages)

[PATCH] alpha: objstrip: fix partial write() buffer pointer not advancing
 2026-03-03 22:06 UTC 

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-02 12:25 UTC  (16+ messages)
` [PATCH 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH 04/15] ARM: drop custom asm/auxvec.h
` [PATCH 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH 06/15] arm64: "
` [PATCH 07/15] RISC-V: "
` [PATCH 08/15] LoongArch: "
` [PATCH 09/15] s390: "
` [PATCH 10/15] powerpc: "
` [PATCH 11/15] MIPS: "
` [PATCH 12/15] sparc: "
` [PATCH 13/15] sh: "
` [PATCH 14/15] alpha: remove "
` [PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 20:31 UTC  (9+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model

[PATCH v2 0/1] alpha: Add support for HAVE_ARCH_JUMP_LABEL
 2026-02-25 11:02 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/1] alpha: add support for SECCOMP and SECCOMP_FILTER
 2026-02-24  8:53 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] alpha/perf: Clean up stale comments referencing old hw_perf_* APIs
 2026-02-24  6:25 UTC 

[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
 2026-02-23 16:20 UTC  (15+ messages)
` [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()

[PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
 2026-02-20  4:11 UTC  (2+ messages)

[PATCH 0/1] alpha: add support for SECCOMP and SECCOMP_FILTER
 2026-02-19 23:06 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/1] alpha: enable DMA CMA support (HAVE_DMA_CONTIGUOUS)
 2026-02-19 20:53 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] Add support for HAVE_ARCH_JUMP_LABEL
 2026-02-19 16:58 UTC  (2+ messages)
` [PATCH 1/1] alpha: "

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2026-02-17 13:57 UTC  (6+ messages)
` [PATCH v5 11/14] sparc: Use physical address DMA mapping

[PATCH] alpha/perf: Clean up stale comments referencing old hw_perf_* APIs
 2026-02-14 15:49 UTC 

[PATCH] alpha: add missing address argument in call to page_table_check_pte_clear()
 2026-02-13 18:45 UTC  (3+ messages)

[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
 2026-02-12 18:40 UTC  (17+ messages)
` [PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()

[GIT PULL] alpha updates for v7.0
 2026-02-10  5:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox