public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 02:56:33 to 2026-02-27 15:14:45 UTC [more...]

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 15:14 UTC  (42+ messages)
` [PATCH v3 01/29] alpha: introduce arch_zone_limits_init()
` [PATCH v3 02/29] arc: "
` [PATCH v3 03/29] arm: "
` [PATCH v3 04/29] arm: make initialization of zero page independent of the memory map
` [PATCH v3 05/29] arm64: introduce arch_zone_limits_init()
` [PATCH v3 06/29] csky: "
` [PATCH v3 07/29] hexagon: "
` [PATCH v3 08/29] loongarch: "
` [PATCH v3 09/29] m68k: "
` [PATCH v3 10/29] microblaze: "
` [PATCH v3 11/29] mips: "
` [PATCH v3 12/29] nios2: "
` [PATCH v3 13/29] openrisc: "
` [PATCH v3 14/29] parisc: "
` [PATCH v3 15/29] powerpc: "
` [PATCH v3 16/29] riscv: "
` [PATCH v3 17/29] s390: "
` [PATCH v3 18/29] sh: "
` [PATCH v3 19/29] sparc: "
` [PATCH v3 20/29] um: "
` [PATCH v3 21/29] x86: "
` [PATCH v3 22/29] xtensa: "
` [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 v3 25/29] mips: drop paging_init()
` [PATCH v3 26/29] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH v3 27/29] mm, arch: consolidate hugetlb CMA reservation
` [PATCH v3 28/29] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH v3 29/29] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"

cleanup the RAID5 XOR library
 2026-02-27 14:36 UTC  (36+ 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] 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 v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-02-20  4:11 UTC  (12+ messages)
` [PATCH v2 02/28] arc: introduce arch_zone_limits_init()
` [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
        ` [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)

[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  (3+ messages)
` [PATCH v2 1/1] "

[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  (13+ 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  (6+ messages)
` [PATCH 1/1] "

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

[PATCH 1/1] alpha: trivial: remove ^L chars
 2026-01-11 17:58 UTC  (3+ messages)

[PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile
 2026-01-09 10:42 UTC  (4+ messages)


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