summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)Author
17 hoursMerge tag 'alpha-for-v7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
21 hoursMerge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
3 daysalpha: read $gp and $sp explicitly for clangMatt Turner
8 daysalpha: annotate hardirqs-off on IPL 7 interrupt entryMatt Turner
8 daysalpha: run the remote RTC access in a worker, not an IPI callbackMatt Turner
8 daysalpha: don't leak hardware-fabricated FP exception bits to user spaceMatt Turner
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-19alpha: enable lockdep hardirq state trackingMagnus Lindholm
2026-07-19alpha: use raw spinlocks for low-level platform locksMagnus Lindholm
2026-07-19alpha: add ARCH_STACKWALK-based stacktrace supportMagnus Lindholm
2026-07-19alpha: enable regset-based ptrace and core dumpsMagnus Lindholm
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan
2026-07-06alpha: marvel: Fix lock ordering in init_io7_irqs()Matt Turner
2026-07-06alpha: marvel: Fix irq_set_status_flags to use correct IRQ numberMatt Turner
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-23PCI/sysfs: Convert legacy I/O and memory attributes to static definitionsKrzysztof Wilczyński
2026-06-23PCI/sysfs: Add __weak pci_legacy_has_sparse() helperKrzysztof Wilczyński
2026-06-23alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()Krzysztof Wilczyński
2026-06-23alpha/PCI: Convert resource files to static attributesKrzysztof Wilczyński
2026-06-23alpha/PCI: Add static PCI resource attribute macrosKrzysztof Wilczyński
2026-06-23alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()Krzysztof Wilczyński
2026-06-23alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARsKrzysztof Wilczyński
2026-06-23alpha/PCI: Use PCI resource accessor macrosKrzysztof Wilczyński
2026-06-23alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointerKrzysztof Wilczyński
2026-06-23alpha/PCI: Add security_locked_down() check to pci_mmap_resource()Krzysztof Wilczyński
2026-06-16Merge tag 'fbdev-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore
2026-04-17Merge tag 'alpha-for-v7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-12alpha: add support for SECCOMP and SECCOMP_FILTERMagnus Lindholm
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner
2026-01-16alpha: switch osf_mount() to strndup_user()Al Viro
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-03arch: hookup listns() system callChristian Brauner
2025-10-29alpha: Convert mapping routine to rely on physical addressLeon Romanovsky
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-07-09alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()Thorsten Blum
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn