public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-18 08:14:12 to 2026-03-04 15:16:33 UTC [more...]

cleanup the RAID5 XOR library
 2026-03-04 15:15 UTC  (68+ 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: 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] kbuild: Split .modinfo out from ELF_DETAILS
 2026-02-25 22:02 UTC 

[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)

[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
 2026-02-09  8:41 UTC  (9+ messages)

[PATCH v2 0/1] alpha: trivial: remove ^L chars
 2026-02-07 16:09 UTC  (2+ messages)

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-02-06 13:33 UTC  (18+ messages)
` [PATCH v4 1/8] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v4 3/8] LoongArch: "
` [PATCH v4 4/8] mips: "
` [PATCH v4 5/8] parisc: "
` [PATCH v4 6/8] um: "
` [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
` [PATCH v4 8/8] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
 2026-02-05  6:16 UTC  (3+ messages)

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-27 11:47 UTC  (17+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
 2026-01-21  0:47 UTC  (3+ messages)
` [PATCH 5/5] rust: fs: use READ_ONCE instead of read_volatile

[PATCH 0/1] alpha: fix user-space corruption during memory compaction
 2026-01-20 22:44 UTC  (4+ messages)

[PATCH] mm/pgtable: convert pgtable_t to ptdesc pointer
 2026-01-18 14:10 UTC  (8+ messages)


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