linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-20 13:01:46 to 2025-03-13 13:50:22 UTC [more...]

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-13 13:49 UTC 

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-12 16:09 UTC  (31+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-02 12:20 UTC  (23+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH] Alpha: Emulate unaligned LDx_L/STx_C for data consistency
 2025-02-25 20:44 UTC  (15+ messages)

[PATCH 00/29] tty: cleanup no. 99
 2025-02-21  7:53 UTC  (4+ messages)
` [PATCH 20/29] tty: srmcons: fix retval from srmcons_init()

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-02-19 14:06 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] alpha: Fix pte_swp_exclusive on alpha
 2025-02-17 10:54 UTC  (6+ messages)
` [PATCH 1/1] "

[PULL] alpha.git
 2025-02-16 11:06 UTC  (7+ messages)
  `  "

[PATCH] alpha: Use str_yes_no() helper in pci_dac_dma_supported()
 2025-02-12 12:57 UTC  (2+ messages)

[PATCH] arch/alpha: optimize virt_to_phys with compiler automatic sign extension
 2025-02-12  8:45 UTC  (4+ messages)

[PATCH v3 0/3] alpha: stack fixes
 2025-02-11 17:15 UTC  (10+ messages)
` [PATCH v3 1/3] alpha: replace hardcoded stack offsets with autogenerated ones
` [PATCH v3 2/3] alpha: make stack 16-byte aligned (most cases)
` [PATCH v3 3/3] alpha: align stack for page fault and user unaligned trap handlers

[PATCH AUTOSEL 5.10 7/8] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 5.15 8/9] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 6.1 10/11] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 6.6 14/15] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:31 UTC 

[PATCH AUTOSEL 6.12 17/19] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:30 UTC 

[PATCH AUTOSEL 6.13 19/21] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
 2025-02-11  1:29 UTC 

Unable to unsubscribe from linux-alpha@vger.kernel.org
 2025-02-10 18:05 UTC 

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2025-02-09  8:12 UTC 

The business loan-
 2025-02-08 21:57 UTC 

The business loan-
 2025-02-08  6:20 UTC 

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-02-06 15:42 UTC  (16+ messages)
          ` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
                  ` [PATCH v2] "

[linus:master] [net_tstamp] 4aecca4c76: redis.get_total_throughput_rps 1.5% improvement
 2025-02-05  6:13 UTC 

[PATCH v2 1/2] alpha: rework use of memset_io, memsetw_io and scr_memsetw
 2025-02-04 21:10 UTC  (5+ messages)
` [PATCH v2 2/2] alpha: Remove IO memcpy and memset

[PATCH] alpha: Remove IO memcpy and memset
 2025-02-04 21:07 UTC  (3+ messages)

[PATCH v2 0/4] alpha: stack fixes
 2025-02-04 13:42 UTC  (18+ messages)
` [PATCH v2 1/4] alpha/uapi: do not expose kernel-only stack frame structures
` [PATCH v2 2/4] alpha: replace hardcoded stack offsets with autogenerated ones
` [PATCH v2 3/4] alpha: make stack 16-byte aligned (most cases)
` [PATCH v2 4/4] alpha: align stack for page fault and user unaligned trap handlers

[PATCH v2 0/6] Account page tables at all levels
 2025-02-03 19:15 UTC  (7+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH 0/4] alpha: stack fixes
 2025-01-30 14:33 UTC  (10+ messages)
` [PATCH 1/4] alpha/uapi: do not expose kernel-only stack frame structures
` [PATCH 2/4] alpha: replace hardcoded stack offsets with autogenerated ones
` [PATCH 3/4] alpha: make stack 16-byte aligned (most cases)
` [PATCH 4/4] alpha: align stack for page fault and user unaligned trap handlers

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-29 13:01 UTC  (3+ messages)

Kernel Oops on alpha with kernel version >=6.9.x
 2025-01-27 11:56 UTC  (45+ messages)

[PATCH] Alpha: Remove SP obfuscation from register dumps
 2025-01-25 17:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).