summaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorLines
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds-1/+1
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry-0/+1
2024-09-11tcp: RX path for devmem TCPMina Almasry-0/+5
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-1/+1
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig-1/+1
2024-08-19alpha: no need to include asm/xchg.h twiceAl Viro-262/+223
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2024-08-01alpha: fix ioread64be()/iowrite64be() helpersArnd Bergmann-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/+4
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann-301/+15
2024-05-03alpha: cabriolet: remove EV5 CPU supportArnd Bergmann-44/+4
2024-05-03alpha: remove LCA and APECS based machinesArnd Bergmann-2940/+21
2024-05-03alpha: sable: remove early machine supportArnd Bergmann-333/+11
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann-770/+8
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-14/+45
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: fix modversions for strcpy() et.al.Al Viro-14/+22
2024-05-03alpha: sort scr_mem{cpy,move}w() outAl Viro-0/+21
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-04-25fix missing vmalloc.h includesKent Overstreet-0/+2
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-11/+4
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann-1/+2
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner-5/+0
2024-02-23alpha: merge two entries for CONFIG_ALPHA_GAMMAMasahiro Yamada-7/+3
2024-02-23alpha: merge two entries for CONFIG_ALPHA_EV4Masahiro Yamada-4/+1
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
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+4
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+0
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello-1/+1
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi-0/+2
2023-12-10arch: turn off -Werror for architectures with known warningsArnd Bergmann-3/+0
2023-12-08tty: srmcons: convert to u8 and size_tJiri Slaby (SUSE)-3/+3
2023-11-28tty: srmcons: remove 'str_cr' and use string directlyJiri Slaby (SUSE)-2/+1
2023-11-28tty: srmcons: switch need_cr to boolJiri Slaby (SUSE)-4/+3
2023-11-28tty: srmcons: use 'count' directly in srmcons_do_write()Jiri Slaby (SUSE)-4/+4
2023-11-28tty: srmcons: make srmcons_do_write() return voidJiri Slaby (SUSE)-2/+1
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann-1/+4
2023-11-25tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)-5/+4
2023-11-23arch: add do_page_fault prototypesArnd Bergmann-0/+2
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann-0/+1