summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
| * | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
| |/
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-092-3/+0
|\ \
| * | arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-102-3/+0
| |/
* / wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-033-7/+11
|\
| * vgacon: clean up global screen_info instancesArnd Bergmann2023-10-173-7/+7
| * vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
| * vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-172-0/+4
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+20
|\ \
| * | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-1/+0
| * | alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+21
| |/
* | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-8/+9
|\ \
| * | alpha: Streamline convoluted PCI error handlingIlpo Järvinen2023-10-101-8/+9
| |/