summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)Author
2 daysMerge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daysPCI/sysfs: Convert legacy I/O and memory attributes to static definitionsKrzysztof Wilczyński
3 daysPCI/sysfs: Add __weak pci_legacy_has_sparse() helperKrzysztof Wilczyński
3 daysalpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()Krzysztof Wilczyński
3 daysalpha/PCI: Convert resource files to static attributesKrzysztof Wilczyński
3 daysalpha/PCI: Add static PCI resource attribute macrosKrzysztof Wilczyński
3 daysalpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()Krzysztof Wilczyński
3 daysalpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARsKrzysztof Wilczyński
3 daysalpha/PCI: Use PCI resource accessor macrosKrzysztof Wilczyński
3 daysalpha/PCI: Use BAR index in sysfs attr->private instead of resource pointerKrzysztof Wilczyński
3 daysalpha/PCI: Add security_locked_down() check to pci_mmap_resource()Krzysztof Wilczyński
11 daysMerge 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
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada
2025-05-21alpha/perf: Remove driver-specific throttle supportKan Liang
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-20tty: srmcons: fix retval from srmcons_init()Jiri Slaby (SUSE)
2025-02-14alpha: Use str_yes_no() helper in pci_dac_dma_supported()Thorsten Blum
2025-02-14alpha: align stack for page fault and user unaligned trap handlersIvan Kokshaysky
2025-02-14alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky
2025-02-12fs: add open_tree_attr()Christian Brauner
2025-02-08Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang