public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-03 15:03:24 to 2026-04-11 10:40:43 UTC [more...]

[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-04-11 10:40 UTC  (26+ messages)
` [PATCH v4 01/24] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v4 02/24] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v4 03/24] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v4 04/24] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
` [PATCH v4 05/24] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v4 06/24] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v4 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v4 08/24] PCI/sysfs: Convert __resource_resize_store() to use "
` [PATCH v4 09/24] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v4 10/24] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v4 11/24] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v4 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v4 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v4 14/24] alpha/PCI: Clean up pci_mmap_resource()
` [PATCH v4 15/24] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v4 16/24] alpha/PCI: Remove WARN from __pci_mmap_fits()
` [PATCH v4 17/24] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v4 18/24] alpha/PCI: Convert resource files to static attributes
` [PATCH v4 19/24] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v4 20/24] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v4 21/24] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v4 22/24] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v4 23/24] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v4 24/24] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 20:56 UTC  (45+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH] alpha: marvel: Fix lock ordering in init_io7_irqs()
 2026-04-10 18:58 UTC  (2+ messages)

[PATCH 00/20] PCI: Convert all dynamic sysfs attributes to static
 2026-04-10 18:18 UTC  (38+ messages)
` [PATCH 01/20] PCI/sysfs: Use PCI resource accessor macros
` [PATCH 02/20] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH 03/20] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
` [PATCH 04/20] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH 05/20] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH 06/20] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH 07/20] PCI/sysfs: Convert __resource_resize_store() to use "
` [PATCH 08/20] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH 09/20] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH 10/20] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH 11/20] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH 12/20] alpha/PCI: Use PCI resource accessor macros
` [PATCH 13/20] alpha/PCI: Clean up __pci_mmap_fits()
` [PATCH 14/20] alpha/PCI: Add static PCI resource attribute macros
` [PATCH 15/20] alpha/PCI: Convert resource files to static attributes
` [PATCH 16/20] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH 17/20] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH 18/20] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH 19/20] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH 20/20] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH v3 0/1] alpha: add support for SECCOMP and SECCOMP_FILTER
 2026-04-09 17:10 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH] alpha: Fix arch_irqs_disabled_flags() to handle intermediate IPL levels
 2026-04-04  8:26 UTC  (2+ messages)

[PATCH] alpha: Add ARCH_HAS_PTE_SPECIAL support
 2026-04-04  1:36 UTC  (2+ messages)

[PATCH] alpha: Add PTRACE_GETREGSET/PTRACE_SETREGSET support
 2026-04-03 15:06 UTC 

[PATCH] alpha: Select ARCH_SUPPORTS_ATOMIC_RMW
 2026-04-03 15:03 UTC 

[PATCH] alpha: Select HAVE_ARCH_COMPILER_H
 2026-04-03 15:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox