aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-6/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-14/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport7-8/+0
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-5/+4
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-1/+0
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon2-13/+13
2020-07-21alpha: Override READ_ONCE() with barriered implementationWill Deacon2-54/+40
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner2-5/+5
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-10/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-10/+10
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-12alpha: c_next should increase position indexMatt Turner1-0/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang1-1/+1
2020-06-12alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2-22/+112
2020-06-12alpha: remove unneeded semicolon in sys_eiger.cJason Yan1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan1-1/+1
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan2-2/+2
2020-06-12alpha: fix rtc port rangesMikulas Patocka1-1/+1
2020-06-12alpha: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-12/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-2/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-3/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport29-29/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09alpha: add show_stack_loglvl()Dmitry Safonov1-11/+17
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2-6/+6
2020-06-08alpha: use asm-generic/cacheflush.hChristoph Hellwig1-22/+6
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+11
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+2
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-10/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-05-29alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2-4/+5
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman1-6/+2
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman1-3/+0
2020-05-15alpha: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov1-2/+11
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-2/+2