linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-04 14:57:24 to 2025-01-09 20:00:08 UTC [more...]

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-09 19:59 UTC  (2+ messages)

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-01-09 17:17 UTC  (11+ messages)

[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
 2025-01-07 15:02 UTC  (6+ messages)

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2025-01-07 10:43 UTC 

[PATCH v2 0/6] Account page tables at all levels
 2025-01-07  9:15 UTC  (9+ messages)
` [PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
` [PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH v2 4/6] ARM: mm: Rename PGD helpers
` [PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH 00/10] Account page tables at all levels
 2025-01-03 10:36 UTC  (25+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level

Kernel Oops on alpha with kernel version >=6.9.x
 2024-12-31 10:43 UTC  (29+ messages)

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2024-12-23  7:40 UTC  (3+ messages)

[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22 10:23 UTC  (5+ messages)

[PATCH v5] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  3:03 UTC 

[PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  1:26 UTC 

[PATCH v2] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  0:52 UTC  (3+ messages)

[PATCH v3] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21 10:50 UTC 

[PATCH] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-21  9:59 UTC  (3+ messages)

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-18 11:57 UTC  (8+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-13 17:08 UTC  (31+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 03/16] mm: arm: "
` [PATCH mm-unstable v2 04/16] mm: alpha: "
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 07/16] mm: loongarch: "
` [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable v2 09/16] mm: parisc: "
` [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
` [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 12/16] mm: sparc32: "
` [PATCH mm-unstable v2 13/16] mm: sparc64: "
` [PATCH mm-unstable v2 14/16] mm: xtensa: "
` [PATCH mm-unstable v2 15/16] mm: powerpc: "
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-12-11 22:32 UTC  (4+ messages)

[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
 2024-12-11 22:32 UTC  (2+ messages)

Main issues on Alpha that need attention
 2024-12-11 10:41 UTC 

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10 19:39 UTC  (26+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "
` [PATCH mm-unstable 12/17] mm: sparc32: "
` [PATCH mm-unstable 13/17] mm: sparc64: "
` [PATCH mm-unstable 14/17] mm: xtensa: "
` [PATCH mm-unstable 15/17] mm: powerpc: "
` [PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
` [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2024-12-09 16:42 UTC 

[PATCH] alpha: Fix condition 'i>40' is always false
 2024-12-04 14:33 UTC  (2+ messages)

[PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
 2024-12-03 16:11 UTC  (3+ messages)

[PATCH] alpha: Remove duplicate included header file
 2024-11-26 11:47 UTC 

[PATCH] alpha: Replace one-element array with flexible array member
 2024-11-25 10:32 UTC 

Kernel Oops on alpha with kernel version >=6.9.x
 2024-11-24 21:47 UTC 

[PATCH 00/14] alpha: cleanups for 6.10
 2024-11-19 17:54 UTC  (12+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (7+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH 05/13] alpha/irq: use seq_put_decimal_ull_width() for decimal values
 2024-11-08 16:14 UTC 

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-08  9:58 UTC  (16+ messages)
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 04/10] nvmem: core: calculate bin_attribute size through bin_size()
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()

[PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
 2024-11-07 16:27 UTC  (2+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (3+ messages)
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys


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