linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 21:51:37 to 2024-12-22 06:07:19 UTC [more...]

[PATCH v6] mm/memblock: Add memblock_alloc_or_panic interface
 2024-12-22  6:07 UTC  (3+ 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 00/10] Account page tables at all levels
 2024-12-20 19:31 UTC  (22+ 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

[RESEND PATCH] alpha: Replace one-element array with flexible array member
 2024-12-20 19:20 UTC 

Kernel Oops on alpha with kernel version >=6.9.x
 2024-12-20  0:00 UTC  (25+ 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 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-12-03 16:11 UTC  (30+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[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 

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

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-30 12:48 UTC  (2+ messages)
    ` lore.kernel.org getting senile ? [WAS: [PATCH 1/2] MAINTAINERS: Remove Huawei due to compilance requirements

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-29 10:32 UTC  (9+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 21:49 UTC  (28+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature


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