summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
AgeCommit message (Expand)AuthorLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2021-09-08alpha: agp: make empty macros use do-while-0 styleRandy Dunlap-2/+2
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+0
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov-0/+2
2021-07-25alpha: Add syscall_get_return_value()He Zhe-0/+6
2021-07-25alpha: remove undef inline in compiler.hChen Li-11/+0
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman-2/+0
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-3/+5
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+3
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual-1/+0
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-149/+0
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport-149/+0
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+3
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis-0/+2
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne-3/+3
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland-47/+53
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann-12/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand-5/+0
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+4
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+3
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+29
2020-12-15alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport-22/+29
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+0
2020-12-12alpha: add support for TIF_NOTIFY_SIGNALJens Axboe-0/+2
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel-0/+1
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel-0/+2
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne-14/+0
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner-15/+0
2020-10-26alpha: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-8/+4
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-1/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-1/+1
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-0/+1
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-33/+33
2020-08-12alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck-4/+4
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-6/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-14/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-1/+0
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon-13/+13
2020-07-21alpha: Override READ_ONCE() with barriered implementationWill Deacon-54/+40
2020-06-12alpha: fix memory barriers so that they conform to the specificationMikulas Patocka-15/+59
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-12/+2