summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorLines
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong-0/+1
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+7
2025-07-09alpha: replace sprintf()/strcpy() with scnprintf()/strscpy()Thorsten Blum-4/+7
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn-0/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-05-21alpha/perf: Remove driver-specific throttle supportKan Liang-8/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-29/+33
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-03-20tty: srmcons: fix retval from srmcons_init()Jiri Slaby (SUSE)-29/+33
2025-02-14alpha: Use str_yes_no() helper in pci_dac_dma_supported()Thorsten Blum-1/+2
2025-02-14alpha: align stack for page fault and user unaligned trap handlersIvan Kokshaysky-11/+11
2025-02-14alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky-4/+4
2025-02-12fs: add open_tree_attr()Christian Brauner-0/+1
2025-02-08Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+2
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman-9/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-31/+7
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+4
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche-0/+4
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh-3/+3
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro-3/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2024-05-23mseal: wire up mseal syscallJeff Xu-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann-86/+3
2024-05-03alpha: cabriolet: remove EV5 CPU supportArnd Bergmann-29/+1
2024-05-03alpha: remove LCA and APECS based machinesArnd Bergmann-1900/+12
2024-05-03alpha: sable: remove early machine supportArnd Bergmann-302/+4
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann-369/+4
2024-05-03alpha: trim the unused stuff from asm-offsets.cAl Viro-20/+1
2024-05-03alpha: jensen, t2 - make __EXTERN_INLINE same as for the restAl Viro-2/+2
2024-05-03alpha: core_lca: take the unused functions outAl Viro-44/+0
2024-05-03alpha: missing includesAl Viro-7/+38
2024-05-03alpha: sys_sio: fix misspelled ifdefsAl Viro-2/+2
2024-05-03alpha: don't make functions public without a reasonAl Viro-14/+16
2024-05-03alpha: add clone3() supportAl Viro-1/+2
2024-05-03alpha: sort scr_mem{cpy,move}w() outAl Viro-0/+19
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe-4/+1
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan-1/+1
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner-5/+0
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-19/+15