public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 06:24:12 to 2026-04-11 08:02:07 UTC [more...]

[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-04-11  8:01 UTC  (5+ 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 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  (39+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case

[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 

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

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

[PATCH] alpha: Define pgprot_modify to silence tautological comparison warnings
 2026-04-03 15:01 UTC 

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

[PATCH v2] cmpxchg: allow const-qualified old value in cmpxchg()
 2026-04-03  1:19 UTC 

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-04-02 21:52 UTC  (22+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
 2026-04-02 13:07 UTC  (4+ messages)

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27 10:28 UTC  (19+ messages)
` [PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
` [PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
` [PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
` [PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
` [PATCH 05/10] am68k/PCI: "
` [PATCH 06/10] MIPS: PCI: "
` [PATCH 07/10] parisc/PCI: Cleanup align handling
` [PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
` [PATCH 09/10] PCI: Align head space better
` [PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (25+ messages)
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH] alpha/boot: fix spelling mistakes in comments
 2026-03-25  8:30 UTC 


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