summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-262-262/+223
|\
| * alpha: no need to include asm/xchg.h twiceAl Viro2024-08-192-262/+223
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-2/+2
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-2/+2
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-1/+1
|\ \ \
| * | | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-091-1/+1
| | |/ | |/|
* | | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+1
|\ \ \
| * | | dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+1
| |/ /
* | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-111-0/+1
* | | tcp: RX path for devmem TCPMina Almasry2024-09-111-0/+5
|/ /
* / alpha: fix ioread64be()/iowrite64be() helpersArnd Bergmann2024-08-011-2/+2
|/
* mseal: wire up mseal syscallJeff Xu2024-05-231-0/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-5/+4
|\
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-4/+1
| * change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-251-1/+1
| * fix missing vmalloc.h includesKent Overstreet2024-04-252-0/+2
* | alpha: drop pre-EV56 supportArnd Bergmann2024-05-0611-301/+15
* | alpha: cabriolet: remove EV5 CPU supportArnd Bergmann2024-05-034-44/+4
* | alpha: remove LCA and APECS based machinesArnd Bergmann2024-05-0318-2940/+21
* | alpha: sable: remove early machine supportArnd Bergmann2024-05-036-333/+11
* | alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann2024-05-038-770/+8
* | alpha: trim the unused stuff from asm-offsets.cAl Viro2024-05-031-20/+1
* | alpha: jensen, t2 - make __EXTERN_INLINE same as for the restAl Viro2024-05-032-2/+2
* | alpha: core_lca: take the unused functions outAl Viro2024-05-031-44/+0
* | alpha: missing includesAl Viro2024-05-0316-14/+45
* | alpha: sys_sio: fix misspelled ifdefsAl Viro2024-05-031-2/+2
* | alpha: don't make functions public without a reasonAl Viro2024-05-037-14/+16
* | alpha: add clone3() supportAl Viro2024-05-032-1/+2
* | alpha: fix modversions for strcpy() et.al.Al Viro2024-05-033-14/+22
* | alpha: sort scr_mem{cpy,move}w() outAl Viro2024-05-032-0/+21
|/
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-11/+4
|\
| * alpha: merge two entries for CONFIG_ALPHA_GAMMAMasahiro Yamada2024-02-231-7/+3
| * alpha: merge two entries for CONFIG_ALPHA_EV4Masahiro Yamada2024-02-231-4/+1
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
| |/
* / smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-5/+0
|/
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-181-1/+1
|\
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-171-1/+1
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-19/+15
|\ \
| * | tty: srmcons: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+3
| * | tty: srmcons: remove 'str_cr' and use string directlyJiri Slaby (SUSE)2023-11-281-2/+1
| * | tty: srmcons: switch need_cr to boolJiri Slaby (SUSE)2023-11-281-4/+3
| * | tty: srmcons: use 'count' directly in srmcons_do_write()Jiri Slaby (SUSE)2023-11-281-4/+4
| * | tty: srmcons: make srmcons_do_write() return voidJiri Slaby (SUSE)2023-11-281-2/+1
| * | tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)2023-11-251-5/+4
| |/
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-104-8/+4
|\ \
| * \ Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann2023-11-283-1/+4
| |\ \
| | * | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+2
| | * | arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
| | * | arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann2023-11-231-1/+1
| | |/