summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+16
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2026-08-19Merge tag 'alpha-for-v7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-174/+682
2026-08-19Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2026-08-19Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-08-18net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra1-0/+2
2026-08-16alpha: read $gp and $sp explicitly for clangMatt Turner2-3/+4
2026-08-12alpha: pass -Wa,-mev6 only when using GNU asMatt Turner1-1/+7
2026-08-12alpha: annotate hardirqs-off on IPL 7 interrupt entryMatt Turner1-1/+12
2026-08-12alpha: run the remote RTC access in a worker, not an IPI callbackMatt Turner1-25/+12
2026-08-12alpha: don't leak hardware-fabricated FP exception bits to user spaceMatt Turner2-14/+80
2026-08-12alpha: fix ieee_swcr_to_fpcr setting FPCR_DNOD unconditionallyMatt Turner1-2/+6
2026-08-05alpha/PCI: Make the suffix the first __pci_dev_resource_attr() parameterKrzysztof Wilczyński1-13/+13
2026-07-27arch: hookup fchroot() system callChristian Brauner1-0/+1
2026-07-19alpha: enable lockdep hardirq state trackingMagnus Lindholm5-19/+90
2026-07-19alpha: use raw spinlocks for low-level platform locksMagnus Lindholm3-27/+47
2026-07-19alpha: provide ftrace return address support for lockdepMagnus Lindholm1-1/+29
2026-07-19alpha: make irqflags helpers operate on IPL stateMagnus Lindholm1-3/+3
2026-07-19alpha: add ARCH_STACKWALK-based stacktrace supportMagnus Lindholm4-1/+69
2026-07-19alpha: enable regset-based ptrace and core dumpsMagnus Lindholm10-58/+311
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-4/+0
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner1-1/+1
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-1/+1
2026-07-10alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()Krzysztof Wilczyński1-3/+3
2026-07-06alpha: marvel: Fix lock ordering in init_io7_irqs()Matt Turner1-13/+12
2026-07-06alpha: marvel: Fix irq_set_status_flags to use correct IRQ numberMatt Turner1-2/+2
2026-07-06alpha: remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore1-6/+0
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-180/+221
2026-06-23PCI/sysfs: Convert legacy I/O and memory attributes to static definitionsKrzysztof Wilczyński2-33/+7
2026-06-23PCI/sysfs: Add __weak pci_legacy_has_sparse() helperKrzysztof Wilczyński2-0/+9
2026-06-23alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()Krzysztof Wilczyński1-2/+5
2026-06-23alpha/PCI: Convert resource files to static attributesKrzysztof Wilczyński2-128/+172
2026-06-23alpha/PCI: Add static PCI resource attribute macrosKrzysztof Wilczyński1-0/+20
2026-06-23alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()Krzysztof Wilczyński1-18/+5
2026-06-23alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARsKrzysztof Wilczyński1-1/+5
2026-06-23alpha/PCI: Use PCI resource accessor macrosKrzysztof Wilczyński1-6/+6
2026-06-23alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointerKrzysztof Wilczyński1-10/+5
2026-06-23alpha/PCI: Add security_locked_down() check to pci_mmap_resource()Krzysztof Wilczyński1-1/+6
2026-06-19alpha: Remove arch-specific strncpy() implementationKees Cook3-86/+0
2026-06-16Merge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+17
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2026-06-06vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flagsJori Koolstra1-17/+17
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-4/+4
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-21openat2: introduce EFTYPE error codeDorjoy Chowdhury1-0/+2
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore1-1/+1
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+0
2026-04-24net: packetengines: remove obsolete yellowfin driver and vendor dirMingyu Wang1-1/+0