sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 09:32:20 to 2025-08-13 17:02:01 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-13 17:01 UTC  (9+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13 16:24 UTC  (28+ 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

[PATCH v5 18/23] bpf: Use vmalloc special flag
 2025-08-12 18:59 UTC  (5+ messages)

[PATCH] sparc64: fix hugetlb for sun4u
 2025-08-12 12:34 UTC  (22+ messages)
                  ` Found it - was: "

[PATCH v2 0/7] MD5 library functions
 2025-08-11 18:00 UTC  (10+ messages)
` [PATCH v2 1/7] lib/crypto: md5: Add MD5 and HMAC-MD5 "
` [PATCH v2 2/7] lib/crypto: mips/md5: Migrate optimized code into library
` [PATCH v2 3/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH v2 4/7] lib/crypto: powerpc/md5: Migrate optimized code into library
` [PATCH v2 5/7] lib/crypto: sparc/md5: "
` [PATCH v2 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH v2 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-08-10 21:12 UTC  (20+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "

[PATCH] fix prototypes of reads[bwl]() on sparc64
 2025-08-10  3:42 UTC 

[PATCH] sparc64: Remove redundant __GFP_NOWARN
 2025-08-09 14:33 UTC 

[PATCH] i3c: remove 'const' from FIFO helpers
 2025-08-08 11:18 UTC  (2+ messages)

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-07 14:43 UTC  (23+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 02/17] bitops: Add __attribute_const__ to generic ffs()-family implementations
` [PATCH 03/17] csky: Add __attribute_const__ to "
` [PATCH 04/17] x86: "
` [PATCH 05/17] powerpc: "
` [PATCH 06/17] sh: "
` [PATCH 07/17] alpha: "
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations

[PATCH 0/7] MD5 library functions
 2025-08-05 17:15 UTC  (26+ messages)
` [PATCH 1/7] mips: cavium-octeon: Remove Octeon optimized MD5 code
` [PATCH 2/7] mips: cavium-octeon: Move octeon-crypto.c into parent dir
` [PATCH 3/7] crypto: powerpc/md5 - Remove PowerPC optimized MD5 code
          ` Crypto use cases (was: Remove PowerPC optimized MD5 code)
              ` Crypto use cases
` [PATCH 4/7] crypto: sparc/md5 - Remove SPARC64 optimized MD5 code
` [PATCH 5/7] lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
` [PATCH 6/7] crypto: md5 - Wrap library and add HMAC support
` [PATCH 7/7] lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5

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

[PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
 2025-08-05  9:50 UTC  (8+ messages)

[PATCH] sparc: Drop the "-ansi" from the asflags
 2025-08-05  9:29 UTC  (2+ messages)

[PATCH v4 25/36] sparc64: Implement the new page table range API
 2025-08-04  9:38 UTC  (8+ messages)

[PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
 2025-08-03  1:15 UTC  (3+ messages)
` [PATCH 1/2] sparc/module: Add R_SPARC_UA64 relocation handling

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-29 15:52 UTC  (7+ messages)

[GIT PULL] execve updates for v6.17
 2025-07-29  1:11 UTC  (2+ messages)

[PATCH RFC 00/14] sparc64: vdso: Switch to generic vDSO library
 2025-07-25  9:51 UTC  (16+ messages)
` [PATCH RFC 01/14] vdso: add struct __kernel_old_timeval forward declaration to gettime.h
` [PATCH RFC 02/14] sparc64: time: Remove architecture-specific clocksource data
` [PATCH RFC 03/14] clocksource: remove ARCH_CLOCKSOURCE_DATA
` [PATCH RFC 04/14] sparc64: vdso: Link with -z noexecstack
` [PATCH RFC 05/14] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH RFC 06/14] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH RFC 07/14] sparc64: vdso: Move hardware counter read into header
` [PATCH RFC 08/14] sparc64: vdso: Move syscall fallbacks "
` [PATCH RFC 09/14] sparc64: vdso: Introduce vdso/processor.h
` [PATCH RFC 10/14] sparc64: vdso: Switch to the generic vDSO library
` [PATCH RFC 11/14] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH RFC 12/14] sparc64: vdso2c: Remove symbol handling
` [PATCH RFC 13/14] sparc64: vdso: Implement clock_gettime64()
` [PATCH RFC 14/14] sparc64: vdso: Implement clock_getres()

[PATCH 0/3] drop hugetlb_free_pgd_range()
 2025-07-25  7:50 UTC  (2+ messages)

[PATCH 1/2] vdso: sparc: stub out custom vdso implementation
 2025-07-23 17:24 UTC  (10+ messages)

[PATCH] openprom: Add NULL check for pdev in oprompci2node()
 2025-07-23  4:07 UTC 

[PATCH] arch: fix resource leak in chmc.c
 2025-07-22  6:22 UTC  (10+ messages)
  `  "
  ` [PATCH v2] arch: fix resource leak in jbusmc_probe()
      ` [PATCH v3] sparc: "

Kernel stacktrace on sun4v during boot
 2025-07-20 15:03 UTC 

[PATCH 00/26] SHA-1 library functions
 2025-07-18 17:24 UTC  (2+ messages)

[PATCH v2 RESEND] sparc: fix error handling in scan_one_device()
 2025-07-18  9:32 UTC 


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