summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: Send stop IPI to send to online CPUsPrarit Bhargava2021-08-121-1/+1
* alpha: register early reserved memory in memblockMike Rapoport2021-08-041-6/+7
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+0
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-1/+0
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \
| * | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-7/+4
|\ \
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
| * | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-6/+1
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-95/+74
|\ \ \
| * | | alpha: propagate the calling convention changes down to csum_partial_copy.c h...Al Viro2020-08-201-88/+69
| * | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-202-15/+12
| * | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-202-3/+3
| * | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-4/+4
| |/ |/|
* | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-1412-40/+40
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
|/
* mm/alpha: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* 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-077-8/+0
* Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\
| * dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \
| * | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| |/
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-5/+4
|\ \
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+3
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | alpha: switch to copy_thread_tls()Christian Brauner2020-07-042-5/+5
| |/
* | 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
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-10/+10
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-10/+10
* | alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel2020-06-121-1/+6
* | alpha: c_next should increase position indexMatt Turner2020-06-121-0/+1
* | alpha: Replace sg++ with sg = sg_next(sg)Xu Wang2020-06-121-1/+1
* | alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2020-06-122-22/+112
* | alpha: remove unneeded semicolon in sys_eiger.cJason Yan2020-06-121-1/+1