summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-0533-33/+32
|\
| * alpha: remove <asm/export.h>Masahiro Yamada2023-08-221-1/+0
| * alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-2232-32/+32
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-4/+3
|\ \
| * \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-202-15/+1
| |\ \
| * | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| * | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
| | |/ | |/|
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \ \
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
| |/ /
* | | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-301-3/+0
|\ \ \
| * | | PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann2023-08-141-3/+0
| |/ /
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-5/+18
|\ \ \
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-4/+1
| * | | alpha: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-2/+18
| |/ /
* | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-1/+1
|\ \ \
| * | | alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-08-151-1/+1
| |/ /
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |_|/ |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
| |/
* | Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-131-2/+1
|\ \
| * | alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-101-2/+1
| |/
* / locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-13/+0
|/
* Merge branch 'expand-stack'Linus Torvalds2023-06-282-10/+4
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-10/+4
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-0/+3
|\ \
| * | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+1
|\ \
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/
* | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-35/+0
|\ \
| * | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-25/+0
| * | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-10/+0
| |/
* | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-261-2/+0
|\ \
| * | posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann2023-06-181-2/+0
| |/
* | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-20/+0
|\ \
| * | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-20/+0
| |/
* / init: remove pointless Root_* valuesChristoph Hellwig2023-06-051-1/+1
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-7/+15
|\
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-2/+10
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+3
|\ \ \
| * | | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | | alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-061-0/+1
| * | | alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf2023-03-061-0/+1
| | |/ | |/|
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-3/+2
|\ \ \
| * | | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-3/+2
| |/ /
* | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \ | |_|/ |/| |
| * | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/