Alpha arch development list
 help / color / mirror / Atom feed
 messages from 2026-08-12 11:21:36 to 2026-09-02 21:09:14 UTC [more...]

[PATCH 00/24] alpha: catch up on architecture Kconfig options
 2026-09-02 21:09 UTC  (40+ messages)
` [PATCH 01/24] alpha: fix arch_irqs_disabled_flags() to treat any raised IPL as disabled
` [PATCH 02/24] alpha: enter hardirq context before looking up the irq descriptor
` [PATCH 03/24] alpha: select ARCH_HAS_UBSAN
` [PATCH 04/24] alpha: select ARCH_HAS_GCOV_PROFILE_ALL
` [PATCH 05/24] alpha: select HAVE_DEBUG_KMEMLEAK
` [PATCH 06/24] alpha: select EDAC_SUPPORT
` [PATCH 07/24] alpha: select ARCH_SUPPORTS_ATOMIC_RMW
` [PATCH 08/24] alpha: select ARCH_HAS_FAST_MULTIPLIER
` [PATCH 09/24] alpha: select ARCH_SUPPORTS_INT128
` [PATCH 10/24] alpha: select HAVE_ARCH_COMPILER_H
` [PATCH 11/24] alpha: select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
` [PATCH 12/24] alpha: add HAVE_ARCH_THREAD_STRUCT_WHITELIST support
` [PATCH 13/24] alpha: add ARCH_HAS_PTE_SPECIAL support
` [PATCH 14/24] alpha: add ARCH_SUPPORTS_PAGE_TABLE_CHECK support
` [PATCH 15/24] alpha: select ARCH_HAS_DEBUG_VM_PGTABLE
` [PATCH 16/24] alpha: select HAVE_GUP_FAST
` [PATCH 17/24] alpha: select ARCH_USE_MEMTEST
` [PATCH 18/24] alpha: select SYSCTL_EXCEPTION_TRACE
` [PATCH 19/24] alpha: discard .eh_frame and the relocation sections
` [PATCH 20/24] alpha: select ARCH_WANT_LD_ORPHAN_WARN
` [PATCH 21/24] alpha: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH 22/24] alpha: add HAVE_PERF_REGS and HAVE_PERF_USER_STACK_DUMP support
` [PATCH 23/24] alpha: select SPARSE_IRQ
` [PATCH 24/24] alpha: add TRACE_IRQFLAGS_SUPPORT

[PATCH v5 0/1] alpha: enable GENERIC_ENTRY
 2026-09-02 18:38 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-02 14:43 UTC  (14+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
` [PATCH v2 03/13] arm: "
` [PATCH v2 04/13] arm64: "
` [PATCH v2 05/13] csky: "
` [PATCH v2 06/13] microblaze: "
` [PATCH v2 07/13] mips: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 10/13] sh: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-01 17:47 UTC  (31+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH 11/12] mm: make userland page table freeing RCU-safe
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-09-01  2:48 UTC  (14+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-31 19:57 UTC  (7+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()

[PATCH v6 00/13] syscalls: Add a shared table for all archs
 2026-08-28 23:19 UTC  (14+ messages)
` [PATCH v6 01/13] syscalls: Make --abis parsing more robust
` [PATCH v6 02/13] syscalls: Create unified partial table for all archs
` [PATCH v6 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v6 04/13] arm: Use the common syscall table
` [PATCH v6 05/13] s390: "
` [PATCH v6 06/13] sparc: "
` [PATCH v6 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v6 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v6 09/13] mips: Use the common syscall table
` [PATCH v6 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v6 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v6 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v6 13/13] alpha: Use the common syscall table

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-27  6:06 UTC  (21+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 2/8] mm: Stop using pxd_ERROR()
` [RFC V3 3/8] loongarch/mm: Stop using pte_ERROR()
` [RFC V3 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V3 5/8] sh/mm: Stop using pte_ERROR()
` [RFC V3 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V3 7/8] sh/mm: Stop using pgd_ERROR()
` [RFC V3 8/8] mm: Drop pxd_ERROR()

[PATCH v2 0/2] alpha: disable DAC for 32-bit PCI cards on Tsunami/Typhoon
 2026-08-26 18:24 UTC  (5+ messages)
` [PATCH v2 1/2] alpha: respect dev->bus_dma_limit as the effective DMA address ceiling
` [PATCH v2 2/2] alpha: disable DAC for 32-bit PCI cards on Tsunami/Typhoon

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-08-21  2:23 UTC  (3+ messages)
` [PATCH 07/15] RISC-V: "

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-08-20 16:12 UTC  (3+ messages)
` [patch 06/38] calibrate: Rework delay timer calibration

[PATCH] alpha: remove unused profile.h includes
 2026-08-20 13:11 UTC 

[PATCH 0/2] alpha: enable building with clang
 2026-08-19 11:26 UTC  (8+ messages)

[GIT PULL] alpha updates for v7.3
 2026-08-19  2:58 UTC  (2+ messages)

[PATCH] alpha: cleanup dead ALPHA_LARGE_VMALLOC
 2026-08-16 17:41 UTC  (2+ messages)

[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-08-14 18:37 UTC  (16+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] alpha: pass all six syscall args to audit_syscall_entry()
` [PATCH 03/13] arm: "
` [PATCH 04/13] arm64: "
` [PATCH 05/13] csky: "
` [PATCH 06/13] microblaze: "
` [PATCH 07/13] mips: "
` [PATCH 08/13] openrisc: "
` [PATCH 09/13] parisc: "
` [PATCH 10/13] sh: "
` [PATCH 11/13] sparc64: "
` [PATCH 12/13] um: "
` [PATCH 13/13] xtensa: "

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-13  7:18 UTC  (18+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 3/6] sh/mm: "
` [RFC V2 4/6] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V2 5/6] sh/mm: Stop using pgd_ERROR()
` [RFC V2 6/6] mm: Drop pxd_ERROR()

[PATCH v5 00/13] syscalls: Add a shared table for all archs
 2026-08-12 17:38 UTC  (14+ messages)
` [PATCH v5 01/13] syscalls: Make --abis parsing more robust
` [PATCH v5 02/13] syscalls: Create unified partial table for all archs
` [PATCH v5 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v5 04/13] arm: Use the common syscall table
` [PATCH v5 05/13] s390: "
` [PATCH v5 06/13] sparc: "
` [PATCH v5 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v5 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v5 09/13] mips: Use the common syscall table
` [PATCH v5 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v5 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v5 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v5 13/13] alpha: Use the common syscall table


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