SPARC and UltraSPARC platform development
 help / color / mirror / Atom feed
 messages from 2026-08-01 19:10:46 to 2026-09-01 11:05:42 UTC [more...]

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-01 11:01 UTC  (3+ 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 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 v6 0/3] Introduce arch_do_panic
 2026-09-01  0:19 UTC  (5+ messages)
` [PATCH v6 1/3] panic: "
` [PATCH v6 2/3] s390: Implement arch_do_panic
` [PATCH v6 3/3] sparc: "

[PATCH 0/1] sparc64: unify thread stack sizing and add explicit 32KB stack
 2026-08-31 21:05 UTC  (6+ messages)
` [PATCH v2] sparc64: increase kernel thread stack size to 32K

[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 v2] sparc64: increase kernel thread stack size to 32K
 2026-08-31 19:04 UTC 

[PATCH v2 1/1] sparc64: Fix comparator problem with timer interrupts
 2026-08-31 18:07 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/1] sparc64: unify thread stack sizing and add explicit 32KB stack
 2026-08-31 17:27 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-5.10] sparc: Disable compat support with LLD
 2026-08-31 13:27 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] sparc64: uprobes: add missing break

[PATCH v2 0/6] sparc32: replace sp_banks with memblock
 2026-08-30 18:19 UTC  (9+ messages)
` [PATCH v2 1/6] sparc32: use memblock when mapping the kernel
` [PATCH v2 2/6] sparc32: use memblock to find available system memory
` [PATCH v2 3/6] sparc32: populate memblock from the PROM memory map
` [PATCH v2 4/6] sparc32: drop unused valid address bitmap
` [PATCH v2 5/6] sparc32: move early memory setup to setup_arch
` [PATCH v2 6/6] sparc32: drop sp_banks

[PATCH] sparc: NMI: Remove obsolete comment
 2026-08-30 12:55 UTC 

[PATCH 0/5] sparc32: replace sp_banks with memblock
 2026-08-29  8:54 UTC  (10+ messages)
` [PATCH 1/5] sparc32: use memblock when mapping the kernel
` [PATCH 2/5] sparc32: use memblock to find available system memory
` [PATCH 3/5] sparc32: populate memblock from the PROM memory map
` [PATCH 4/5] sparc32: move early memory setup to setup_arch
` [PATCH 5/5] sparc32: drop sp_banks

[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

[PATCH v2 00/28] sparc32: sunset sun4m and sun4d
 2026-08-28 15:27 UTC  (3+ messages)

[PATCH 0/3] sparc64: fix a window fill fixup lockup and two fault bugs
 2026-08-28 12:37 UTC  (4+ messages)
` [PATCH 1/3] sparc64: restore %asi in user_rtt_fill_fixup_common
` [PATCH 2/3] sparc64: use the fault address for si_addr on window fixup faults
` [PATCH 3/3] sparc64: decide the TSB huge-page window fixup before the bank switch

SPARC kernel soft-lockup with CONFIG_TRANSPARENT_HUGEPAGE and Golang
 2026-08-27 18:20 UTC  (2+ messages)

[PATCH 0/2] sparc32: remove redundant memsets after memblock allocations
 2026-08-27 14:54 UTC  (3+ messages)
` [PATCH 1/2] sparc32: remove redundant memset in arch_mm_preinit()
` [PATCH 2/2] sparc32: remove redundant memset in srmmu_nocache_init()

[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 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] sparc: remove unused profile.h includes
 2026-08-20 13:12 UTC 

[PATCH v2 0/3] sparc32: allow a kernel loaded away from the start of RAM
 2026-08-18 21:01 UTC  (8+ messages)
` [PATCH v2 1/3] sparc32: honour phys_base in the viking cache flush routines
` [PATCH v2 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping
` [PATCH v2 3/3] sparc32: advertise relocatable kernel with HdrS 0x0300

[PATCH 0/3] sparc32: allow a kernel loaded away from the start of RAM
 2026-08-14 22:05 UTC  (12+ messages)
` [PATCH 1/3] sparc32: honour phys_base in the viking cache flush routines
` [PATCH 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping
` [PATCH 3/3] sparc32: advertise relocatable kernel with HdrS 0x0300

[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  (22+ 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 00/22] Simplify special kernel page table handling
 2026-08-11 16:47 UTC  (10+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm

[PATCH v5 0/3] Introduce arch_do_panic
 2026-08-10 12:35 UTC  (7+ messages)
` [PATCH v5 1/3] panic: "
` [PATCH v5 2/3] s390: Implement arch_do_panic()
` [PATCH v5 3/3] sparc: Implement arch_do_panic

[PATCH v4 0/3] Introduce arch_do_panic
 2026-08-05 10:11 UTC  (6+ messages)
` [PATCH v4 1/3] panic: "
` [PATCH v4 2/3] s390: Implement arch_do_panic()
` [PATCH v4 3/3] sparc: Implement arch_do_panic

[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 0/2] tty: vcc: Some small vcc bugfixes found by code scans
 2026-08-04  5:13 UTC  (5+ messages)
` [PATCH v2 1/2] tty: vcc: zero-initialize control packet in vcc_send_ctl()
` [PATCH v2 2/2] tty: vcc: hold port lock when clearing tty pointer in vcc_cleanup

[PATCH 0/2] tty: vcc: Some small vcc bugfixes found by code scans
 2026-08-03 14:09 UTC  (4+ messages)
` [PATCH 2/2] tty: vcc: hold port lock when clearing tty pointer in vcc_cleanup

[PATCH] net/bpf_jit: SPARC: drop unneeded semicolon
 2026-08-01 19:44 UTC  (2+ messages)


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