SPARC and UltraSPARC platform development
 help / color / mirror / Atom feed
 messages from 2026-06-12 18:15:22 to 2026-07-20 22:01:16 UTC [more...]

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-20 22:01 UTC  (101+ 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 00/22] Simplify special kernel page table handling
 2026-07-20 19:05 UTC  (34+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
` [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 08/22] powerpc: "
` [PATCH 09/22] s390: "
` [PATCH 10/22] sparc: "
` [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 13/22] mm: account page table pages when allocated
` [PATCH 14/22] mm: set page table page type "
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
` [PATCH 16/22] efi: mark efi_mm as a kernel mm
` [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
` [PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
` [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
` [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
` [PATCH 21/22] arm: mm: drop ctor call "
` [PATCH 22/22] riscv: mm: drop ctor/dtor calls "

[PATCH bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT
 2026-07-16 15:11 UTC 

[PATCH] ioport: Use kzalloc() instead of kmalloc()/memset() in _sparc_alloc_io()
 2026-07-14  9:13 UTC 

Dear sparclinux, project info
 2026-07-14  5:30 UTC 

[PATCH v3 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-02  8:21 UTC  (10+ messages)
` [PATCH v3 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v3 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v3 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v3 4/9] arm64: vdso32: "
` [PATCH v3 5/9] ARM: VDSO: "
` [PATCH v3 6/9] powerpc/vdso: "
` [PATCH v3 7/9] MIPS: VDSO: "
` [PATCH v3 8/9] sparc: vdso: "
` [PATCH v3 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH 0/4] treewide, mm: initialize node_possible_map like the other node maps
 2026-07-01 17:18 UTC  (2+ messages)
` [PATCH 1/4] sparc64: set node_possible_map in bootmem_init_numa()

[PATCH v2 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-01 13:11 UTC  (19+ messages)
` [PATCH v2 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v2 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v2 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v2 4/9] arm64: vdso32: "
` [PATCH v2 5/9] ARM: VDSO: "
` [PATCH v2 6/9] powerpc/vdso: "
` [PATCH v2 7/9] MIPS: VDSO: "
` [PATCH v2 8/9] sparc: vdso: "
` [PATCH v2 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v2 0/3] mm: cleanup clear_not_present_full_ptes()
 2026-06-30 13:47 UTC  (11+ messages)
` [PATCH v2 1/3] sparc/mm: drop custom pte_clear_not_present_full()
` [PATCH v2 2/3] mm: drop pte_clear_not_present_full()
` [PATCH v2 3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()

[PATCH v3 0/5] mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-26  8:21 UTC  (2+ messages)

[GIT PULL] sparc updates for v7.2
 2026-06-24 22:17 UTC  (2+ messages)

[PATCH] sparc: Add build salt to the vDSO
 2026-06-18 16:12 UTC 

[PATCH 0/1] sparc64: unify thread stack sizing and add explicit 32KB stack
 2026-06-18 10:32 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v4 0/5] Remove remaining references to the pktcdvd driver
 2026-06-16  1:33 UTC  (7+ messages)
` [PATCH v4 1/5] scsi: core: Remove export for scsi_device_from_queue()
` [PATCH v4 2/5] mips: Remove remaining defconfig references to the pktcdvd driver
` [PATCH v4 5/5] sparc: "

[PATCH] sparc: Disable compat support with LLD
 2026-06-15  8:02 UTC  (2+ messages)

[PATCH 2/4] sparc: led: reject zero-length proc writes
 2026-06-15  8:01 UTC  (3+ messages)
` [PATCH v2] sparc: led: avoid trimming a newline from empty writes

[PATCHv2] sparc: Export mcount for Clang-built modules
 2026-06-15  8:01 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