Alpha arch development list
 help / color / mirror / Atom feed
 messages from 2026-07-06 17:00:31 to 2026-08-12 17:39:25 UTC [more...]

[PATCH v5 00/13] syscalls: Add a shared table for all archs
 2026-08-12 17:38 UTC  (9+ 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

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-12 11:33 UTC  (16+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V2 3/6] sh/mm: Stop using pte_ERROR()
` [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 0/2] alpha: enable building with clang
 2026-08-12  8:28 UTC  (13+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] alpha: read $gp and $sp explicitly for clang
` [PATCH v2 1/2] alpha: pass -Wa,-mev6 only when using GNU as

[PATCH 1/2] alpha: run the remote RTC access in a worker, not an IPI callback
 2026-08-11  6:33 UTC  (4+ messages)
` [PATCH 2/2] alpha: annotate hardirqs-off on IPL 7 interrupt entry

[PATCH v2 0/7] alpha: fix stale TLB translations breaking copy-on-write and writeback
 2026-08-10 19:34 UTC  (8+ messages)
` [PATCH v2 1/7] alpha: run check_mmu_context() from finish_arch_post_lock_switch()
` [PATCH v2 2/7] alpha: only use a targeted tbi() when the target mm is really current
` [PATCH v2 3/7] alpha: fix the local TLB invalidate in flush_tlb_page()
` [PATCH v2 4/7] alpha: invalidate the local context "
` [PATCH v2 5/7] alpha: fix the local TLB invalidate in the UP flush_tlb_page()
` [PATCH v2 6/7] alpha: invalidate the local context in flush_tlb_mm()
` [PATCH v2 7/7] alpha: invalidate the local context in flush_icache_user_page()

[PATCH 0/6] alpha: fix stale TLB translations breaking copy-on-write and writeback
 2026-08-10  7:24 UTC  (18+ messages)
` [PATCH 1/6] alpha: run check_mmu_context() from finish_arch_post_lock_switch()
` [PATCH 2/6] alpha: only use a targeted tbi() when the target mm is really current
` [PATCH 3/6] alpha: fix the local TLB invalidate in flush_tlb_page()
` [PATCH 4/6] alpha: only use a targeted tbi() when the target mm is really current (UP)
` [PATCH 5/6] alpha: invalidate the local context in flush_tlb_mm()
` [PATCH 6/6] alpha: invalidate the local context in flush_icache_user_page()

[PATCH 0/3] alpha: fix floating-point exception state handling
 2026-08-05  9:33 UTC  (7+ messages)
` [PATCH 1/3] alpha: fix ieee_swcr_to_fpcr setting FPCR_DNOD unconditionally
` [PATCH 2/3] alpha: don't leak hardware-fabricated FP exception bits to user space
` [PATCH 3/3] alpha: determine tininess after rounding in the FP emulation

[PATCH v2] tools/nolibc: add support for Alpha
 2026-08-02  7:35 UTC  (6+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-21  8:17 UTC  (102+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v2] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
 2026-07-10 20:32 UTC  (3+ messages)

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-09  8:27 UTC  (10+ messages)
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v8 00/25] PCI: Convert all dynamic sysfs attributes to static
 2026-07-06 17:59 UTC  (2+ messages)

[PATCH v4 0/7] alpha: enable generic entry infrastructure
 2026-07-06 16:56 UTC  (8+ messages)
` [PATCH v4 1/7] alpha: enable regset-based ptrace and core dumps
` [PATCH v4 2/7] alpha: add ARCH_STACKWALK-based stacktrace support
` [PATCH v4 3/7] alpha: make irqflags helpers operate on IPL state
` [PATCH v4 4/7] alpha: provide ftrace return address support for lockdep
` [PATCH v4 5/7] alpha: use raw spinlocks for low-level platform locks
` [PATCH v4 6/7] alpha: enable lockdep hardirq state tracking
` [PATCH v4 7/7] alpha: enable GENERIC_ENTRY


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