messages from 2025-09-28 15:28:35 to 2025-12-28 12:46:56 UTC [more...]
[PATCH 00/28] arch, mm: consolidate hugetlb early reservation
2025-12-28 12:39 UTC (29+ messages)
` [PATCH 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH 02/28] arc: "
` [PATCH 03/28] arm: "
` [PATCH 04/28] arm64: "
` [PATCH 05/28] csky: "
` [PATCH 06/28] hexagon: "
` [PATCH 07/28] loongarch: "
` [PATCH 08/28] m68k: "
` [PATCH 09/28] microblaze: "
` [PATCH 10/28] mips: "
` [PATCH 11/28] nios2: "
` [PATCH 12/28] openrisc: "
` [PATCH 13/28] parisc: "
` [PATCH 14/28] powerpc: "
` [PATCH 15/28] riscv: "
` [PATCH 16/28] s390: "
` [PATCH 17/28] sh: "
` [PATCH 18/28] sparc: "
` [PATCH 19/28] um: "
` [PATCH 20/28] x86: "
` [PATCH 21/28] xtensa: "
` [PATCH 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH 23/28] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH 24/28] mips: drop paging_init()
` [PATCH 25/28] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH 26/28] mm, arch: consolidate hugetlb CMA reservation
` [PATCH 27/28] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH 28/28] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"
[PATCH 0/1] alpha: trivial: remove ^L chars
2025-12-28 6:34 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-12-18 12:11 UTC (22+ messages)
` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
` [PATCH v5 05/14] xen: swiotlb: "
` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface [qemu test failure]
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
` [PATCH v5 11/14] sparc: Use "
` [PATCH v5 12/14] x86: Use physical address for "
` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v5 14/14] dma-mapping: remove unused map_page callback
[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-12-17 9:45 UTC (8+ messages)
` [PATCH v3 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v3 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v3 3/7] LoongArch: "
` [PATCH v3 4/7] mips: "
` [PATCH v3 5/7] parisc: "
` [PATCH v3 6/7] um: "
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
[GIT PULL] alpha updates for v6.19
2025-12-10 23:07 UTC (2+ messages)
[PATCH] alpha/boot: replace strcpy() with strscpy() when copying envval
2025-12-05 18:03 UTC
[PATCH v4] alpha: don't reference obsolete termio struct for TC* constants
2025-12-05 11:51 UTC (2+ messages)
[PATCH v2] alpha: don't reference obsolete termio struct for TC* constants
2025-12-04 7:13 UTC
[PATCH] alpha: don't reference obsolete termio struct for TC* constants
2025-12-01 6:40 UTC (8+ messages)
[RFC][alpha] saner vmalloc handling (was Re: [Bug report] hash_name() may cross page boundary and trigger sleep in RCU context)
2025-11-30 22:16 UTC (8+ messages)
[PATCH v4 1/9] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers
2025-11-29 23:00 UTC (2+ messages)
[PATCH] alpha: Use pointers from memcpy() calls for assignments in two functions
2025-11-29 17:33 UTC (6+ messages)
` "
[PATCH v2] i2c: i2c-elektor: Allow building on SMP kernels
2025-11-29 12:36 UTC (2+ messages)
[PATCH v4] alpha: machine check handler for tsunami
2025-11-25 22:38 UTC
[PATCH] i2c: i2c-elektor: Allow building on SMP kernels
2025-11-24 22:42 UTC (5+ messages)
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:24 UTC (30+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 4/7] mips: "
` [PATCH 5/7] parisc: "
` [PATCH 6/7] um: "
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:17 UTC (12+ messages)
` [PATCH v2 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v2 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v2 3/7] LoongArch: "
` [PATCH v2 4/7] mips: "
` [PATCH v2 5/7] parisc: "
` [PATCH v2 6/7] um: "
` [PATCH v2 7/7] mm: enable PT_RECLAIM on all 64-bit architectures
[PULL] alpha.git
2025-11-13 2:25 UTC (2+ messages)
[PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
2025-11-13 1:34 UTC (2+ messages)
[PATCH] agp/alpha: fix out-of-bounds write with negative pg_start
2025-11-06 22:20 UTC (2+ messages)
[PATCH v2] Add Magnus Lindholm to MAINTAINERS (Alpha port)
2025-11-05 3:01 UTC (4+ messages)
[PATCH] Alpha: MAINTAINERS
2025-11-04 8:51 UTC (5+ messages)
include/net/sock.h:2098:16: sparse: sparse: cast to non-scalar
2025-11-03 8:06 UTC (2+ messages)
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-10-19 6:50 UTC (4+ messages)
` [PATCH 03/17] csky: "
*** Urgent Change ***
2025-10-17 12:45 UTC
Welders ready to work
2025-10-13 7:55 UTC
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (9+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:09 UTC (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
[PATCH 00/62] initrd: remove classic initrd support
2025-10-06 6:19 UTC (2+ messages)
[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
2025-10-06 4:03 UTC (34+ messages)
` [PATCH v1 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH v1 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH v1 5/9] sparc64: Use "
` [PATCH v1 6/9] x86: Use physical address for "
` [PATCH v1 7/9] vdpa: Convert to physical address "
` [PATCH v1 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v1 9/9] dma-mapping: remove unused map_page callback
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2025-10-03 16:45 UTC (7+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
` what about CoC? (was: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements.")
` what about CoC?
[PATCH v2 2/3] alpha: don't reference obsolete termio struct for TC* constants
2025-10-01 22:26 UTC (3+ messages)
[PATCH 2/3] alpha: don't reference obsolete termio struct for TC* constants
2025-10-01 19:39 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).