summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-3/+5
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-12/+0
|\
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-12/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-023-2/+3
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
| * | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
* | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+2
|\ \ \
| * | | net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+2
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-294-149/+0
|\ \ \ | | |/ | |/|
| * | alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-294-149/+0
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-3/+3
|\ \
| * | mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne2021-06-041-3/+3
| |/
* / locking/atomic: alpha: move to ARCH_ATOMICMark Rutland2021-05-262-47/+53
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-0/+2
|\
| * alpha: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-0/+2
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-8/+4
|\ \
| * | alpha: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-261-8/+4
| |/
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+3
|\ \
| * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+1
| * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-154-22/+29
|\ \
| * | alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2020-12-154-22/+29
| |/
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-15/+0
|\ \
| * | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-061-15/+0
| |/
* / arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-14/+0
|/
* saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-1/+1
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-1410-33/+33
* alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck2020-08-121-4/+4
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+0
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-14/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-1/+0
|\
| * locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
* | alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon2020-07-212-13/+13
* | alpha: Override READ_ONCE() with barriered implementationWill Deacon2020-07-212-54/+40
|/
* alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2020-06-121-15/+59
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-12/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-5/+5
* alpha: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-22/+6
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+2
|\
| * floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-121-2/+2
* | alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2020-05-291-1/+2
|/