sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-24 06:27:22 to 2025-08-15 12:14:10 UTC [more...]

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

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

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-15  6:07 UTC  (39+ 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 00/19] perf: Rework event_init checks
 2025-08-14  8:04 UTC  (22+ 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 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [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 19/19] perf: Garbage-collect event_init checks

Energia elektryczna - zmiany
 2025-08-14  7:46 UTC 

[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  (2+ messages)

[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] 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  (6+ messages)
` [PATCH RFC 08/14] sparc64: vdso: Move syscall fallbacks into header
` [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)


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