linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-18 21:11:35 to 2025-08-19 17:49:15 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-19 17:49 UTC  (26+ 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

[PATCH RESEND] alpha: smp: Replace deprecated strcpy() with strscpy()
 2025-08-17 23:21 UTC 

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-08-17 23:17 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:41 UTC  (26+ 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] alpha: kernel: Use for_each_online_cpu() in smp_cpus_done()
 2025-08-11  8:13 UTC 

[PATCH 0/1] scsi: qla1280: Make 64-bit DMA addressing a Kconfig option
 2025-08-05  8:52 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 03/41] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers
 2025-07-30  7:15 UTC  (3+ messages)

[PATCH RESEND] alpha: smp: Replace deprecated strcpy() with strscpy()
 2025-07-16 21:17 UTC 

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-07-16 21:11 UTC 

[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
 2025-07-16 18:04 UTC  (3+ messages)

[PATCH] tools/nolibc: add support for Alpha
 2025-07-16  6:50 UTC  (7+ messages)

[PATCH RESEND] alpha/boot: Ignore vmlinux
 2025-07-04  8:59 UTC 

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-06-19 14:58 UTC 

[PATCH v6] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
 2025-06-19  5:43 UTC  (2+ messages)

[PATCH v5 0/1] mm: Restrict _shared_alloc_tag static definition to CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
 2025-06-17 14:12 UTC  (4+ messages)
` [PATCH v5 1/1] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU

[PATCH v4 0/1] mm: Restrict _shared_alloc_tag static definition to CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
 2025-06-17  5:33 UTC  (2+ messages)
` [PATCH v4 1/1] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU

[PATCH v3 0/2] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-16 23:49 UTC  (8+ messages)
` [PATCH v3 1/2] mm: Optimize the ARCH_NEEDS_WEAK_PER_CPU logic for s390/alpha architectures
` [PATCH v3 2/2] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH v2 0/3] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-13 19:21 UTC  (6+ messages)
` [PATCH v2 1/3] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU Option and enable it for s390/alpha
` [PATCH v2 2/3] mm: replace ARCH_NEEDS_WEAK_PER_CPU with MODULE_NEEDS_WEAK_PER_CPU
` [PATCH v2 3/3] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-12 12:15 UTC  (11+ messages)
` [PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "
` [PATCH 4/5] mm: use MODULE_NEEDS_WEAK_PER_CPU instead of ARCH_NEEDS_WEAK_PER_CPU
` [PATCH 5/5] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH 1/5] mm/Kconfig: add ARCH_NEEDS_WEAK_PER_CPU option
 2025-06-12  7:54 UTC  (3+ messages)
` [PATCH 2/5] alpha: Modify the definition logic of WEAK_PER_CPU
` [PATCH 3/5] s390: "

[PATCH 0/5] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-12  7:54 UTC 

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (4+ messages)

[PATCH] smp: Replace deprecated strcpy() with strscpy()
 2025-06-10 10:47 UTC  (5+ messages)

[PATCH 0/6] asm-generic: io.h cleanups
 2025-06-08  9:44 UTC  (5+ messages)
` [PATCH 2/6] sh: remove duplicate ioread/iowrite helpers

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-06-02 15:16 UTC  (4+ messages)

[bug report] Linux-2.6.12-rc2
 2025-06-02  7:33 UTC  (3+ messages)

[PATCH v3] alpha: machine check handler for tsunami
 2025-05-28 18:46 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code
 2025-05-22  7:21 UTC  (3+ messages)

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-05-21 12:20 UTC 

[PATCH RESEND] alpha: Replace sprintf()/strcpy() with scnprintf()/strscpy()
 2025-05-21 12:18 UTC 

[PATCH V4 10/16] alpha/perf: Remove driver-specific throttle support
 2025-05-20 18:16 UTC 

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH V3 10/16] alpha/perf: Remove driver-specific throttle support
 2025-05-16 18:28 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH V2 09/15] alpha/perf: Remove driver-specific throttle support
 2025-05-14 15:13 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[RESEND PATCH] alpha/boot: Ignore vmlinux
 2025-05-07  6:00 UTC 

[PATCH v2] alpha: machine check handler for tsunami
 2025-05-06 19:46 UTC  (5+ messages)

[RFC PATCH 09/15] alpha/perf: Remove driver-specific throttle support
 2025-05-06 16:47 UTC 

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-28  9:17 UTC  (13+ messages)
` [PATCH v4 3/3] "

[PATCH] alpha: Replace sprintf()/strcpy() with scnprintf()/strscpy()
 2025-04-20  0:23 UTC  (2+ messages)

[PATCH] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-04-19 12:00 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).