sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 14:58:55 to 2025-09-01 15:47:57 UTC [more...]

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 15:47 UTC  (49+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness

[PATCH v2 00/13] sparc64: vdso: Switch to generic vDSO library
 2025-09-01 15:17 UTC  (19+ messages)
` [PATCH v2 08/13] sparc64: vdso: Switch to the "

sparc: Another fix for accurate exception reporting in copy_{from,to}_user
 2025-09-01 14:18 UTC  (8+ messages)
` [PATCH 1/1] sparc: fix accurate exception reporting in copy_{from_to}_user for M7
    ` [PATCH v2 1/1] sparc: fix accurate exception reporting in copy_{from,to}_user "

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:51 UTC  (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 11:15 UTC  (24+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "
` [PATCH v4 06/12] mm/util, s390: add const to pointer parameters "
` [PATCH v4 07/12] parisc: add `const` to mmap_upper_limit() parameter
` [PATCH v4 08/12] mm/util, s390, sparc, x86: add const to arch_pick_mmap_layout() parameter
` [PATCH v4 09/12] mm/mm_types: add const to pointer parameters for improved const-correctness
` [PATCH v4 10/12] mm/mm_inline: "
` [PATCH v4 11/12] mm: "
` [PATCH v4 12/12] mm/highmem: "

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-09-01  8:38 UTC  (16+ messages)
` [PATCH 03/24] MIPS: PCI: Use pci_enable_resources()
` [PATCH 17/24] PCI: Rename resource variable from r to res
` [PATCH 18/24] PCI: Use pbus_select_window() in space available checker
` [PATCH 19/24] PCI: Use pbus_select_window_for_type() during mem window sizing
` [PATCH 20/24] PCI: Refactor distributing available memory to use loops
` [PATCH 21/24] PCI: Refactor remove_dev_resources() to use pbus_select_window()
` [PATCH 22/24] PCI: Add pci_setup_one_bridge_window()
` [PATCH 23/24] PCI: Pass bridge window to pci_bus_release_bridge_resources()
` [PATCH 24/24] PCI: Alter misleading recursion "

[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
 2025-09-01  7:39 UTC 

Fix accurate exception reporting in SPARC assembly
 2025-08-30  8:35 UTC  (14+ messages)
` [PATCH 1/4] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC
` [PATCH 2/4] sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III
` [PATCH 3/4] sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara
` [PATCH 4/4] sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara 4

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-08-28 10:38 UTC 

[PATCH 0/3] use vm_flags_t consistently
 2025-08-27 16:59 UTC  (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH 00/19] perf: Rework event_init checks
 2025-08-27 15:15 UTC  (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-26 16:26 UTC  (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

Current state of the Linux kernel on SPARC
 2025-08-26 16:08 UTC  (2+ messages)

[PATCH v2 0/3] floppy: A couple of cleanups
 2025-08-26 13:32 UTC  (7+ messages)
` [PATCH v2 1/3] floppy: Remove unused CROSS_64KB() macro from arch/ code
` [PATCH v2 2/3] floppy: Replace custom SZ_64K constant
` [PATCH v2 3/3] floppy: Sort headers alphabetically


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).