aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-4/+4
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Gravatar Krzysztof Kozlowski 12-40/+40
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 1-1/+1
2020-08-12mm/alpha: use general page fault accountingGravatar Peter Xu 1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12alpha: fix annotation of io{read,write}{16,32}be()Gravatar Luc Van Oostenryck 1-4/+4
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-6/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-14/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 7-8/+0
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 1-5/+4
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-1/+0
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Gravatar Will Deacon 2-13/+13
2020-07-21alpha: Override READ_ONCE() with barriered implementationGravatar Will Deacon 2-54/+40
2020-07-19dma-mapping: make support for dma ops optionalGravatar Christoph Hellwig 1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-3/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-07-04alpha: switch to copy_thread_tls()Gravatar Christian Brauner 2-5/+5
2020-06-17arch: wire-up close_range()Gravatar Christian Brauner 1-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-10/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 2-10/+10
2020-06-12alpha: Fix build around srm_sysrq_reboot_opGravatar Joerg Roedel 1-1/+6
2020-06-12alpha: c_next should increase position indexGravatar Matt Turner 1-0/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Gravatar Xu Wang 1-1/+1
2020-06-12alpha: fix memory barriers so that they conform to the specificationGravatar Mikulas Patocka 2-22/+112
2020-06-12alpha: remove unneeded semicolon in sys_eiger.cGravatar Jason Yan 1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cGravatar Jason Yan 1-1/+1
2020-06-12alpha: Replace strncmp with str_has_prefixGravatar Chuhong Yuan 2-2/+2
2020-06-12alpha: fix rtc port rangesGravatar Mikulas Patocka 1-1/+1
2020-06-12alpha: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-12/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-2/+0
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-3/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 29-29/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09alpha: add show_stack_loglvl()Gravatar Dmitry Safonov 1-11/+17
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 2-6/+6
2020-06-08alpha: use asm-generic/cacheflush.hGravatar Christoph Hellwig 1-22/+6
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+11
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-9/+2
2020-06-03alpha: simplify detection of memory zone boundariesGravatar Mike Rapoport 1-14/+4
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-10/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-2/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1