aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-19/+2
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPUHao Ge1-3/+2
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-0/+3
2025-06-24alpha: regularize the situation with asm/param.hAl Viro2-19/+2
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+0
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+2
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-7/+0
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-14/+17
2025-03-10alpha: stop using asm-generic/iomap.hArnd Bergmann1-14/+17
2025-02-14alpha: Replace one-element array with flexible array memberThorsten Blum1-1/+1
2025-02-14alpha: make stack 16-byte aligned (most cases)Ivan Kokshaysky1-0/+2
2025-02-08Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-12/+4
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman3-12/+4
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-1/+5
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes1-0/+3
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-1/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-5/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-0/+2
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-262/+223
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+1
2024-09-11tcp: RX path for devmem TCPMina Almasry1-0/+5
2024-08-19alpha: no need to include asm/xchg.h twiceAl Viro2-262/+223
2024-08-01alpha: fix ioread64be()/iowrite64be() helpersArnd Bergmann1-2/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann7-191/+7
2024-05-03alpha: cabriolet: remove EV5 CPU supportArnd Bergmann1-2/+1
2024-05-03alpha: remove LCA and APECS based machinesArnd Bergmann5-931/+4
2024-05-03alpha: sable: remove early machine supportArnd Bergmann2-9/+0
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann3-386/+1
2024-05-03alpha: sort scr_mem{cpy,move}w() outAl Viro1-0/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann1-0/+2
2023-11-23arch: add do_page_fault prototypesArnd Bergmann1-0/+2
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-1/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+20
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0
2023-10-18alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+21
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak1-17/+16
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1