aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsGravatar Arnd Bergmann 1-6/+0
2021-07-23hexagon: use generic strncpy/strnlen from_userGravatar Arnd Bergmann 1-31/+2
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userGravatar Arnd Bergmann 1-9/+13
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+0
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSGravatar Anshuman Khandual 1-3/+0
2021-05-26locking/atomic: hexagon: move to ARCH_ATOMICGravatar Mark Rutland 2-16/+16
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()Gravatar David Hildenbrand 1-1/+0
2021-05-03Hexagon: change jumps to must-extend in futex_atomic_*Gravatar Sid Manning 1-2/+2
2021-05-03Hexagon: fix build errorsGravatar Sid Manning 1-1/+2
2020-12-29local64.h: make <asm/local64.h> mandatoryGravatar Randy Dunlap 1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-28/+5
2020-11-09hexagon: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 1-0/+2
2020-10-27hexagon: use asm-generic/mmu_context.h for no-op implementationsGravatar Nicholas Piggin 1-28/+5
2020-10-25whack-a-mole: USE_ELF_CORE_DUMPGravatar Al Viro 1-1/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Gravatar Al Viro 1-11/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-6/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-48/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-4/+0
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-3/+0
2020-06-08hexagon: use asm-generic/cacheflush.hGravatar Christoph Hellwig 1-14/+5
2020-06-04hexagon: remove __ARCH_USE_5LEVEL_HACKGravatar Mike Rapoport 2-3/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 1-4/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-2/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-33/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Thomas Gleixner 1-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-3/+2
2020-03-21hexagon: Remove mm.h from asm/uaccess.hGravatar Sebastian Andrzej Siewior 1-1/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+0
2020-01-04hexagon: define ioremap_ucGravatar Nick Desaulniers 1-0/+1
2020-01-04hexagon: parenthesize registers in asm predicatesGravatar Nick Desaulniers 5-22/+22
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-27/+0
2019-11-11hexagon: remove __iounmapGravatar Christoph Hellwig 1-6/+1
2019-11-11hexagon: clean up ioremapGravatar Christoph Hellwig 1-9/+2
2019-11-11hexagon: remove asm/bitsperlong.hGravatar Masahiro Yamada 1-27/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-3/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-2/+0
2019-07-21hexagon: switch to generic version of pte allocationGravatar Mike Rapoport 1-32/+2
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Gravatar Dmitry V. Levin 1-0/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Gravatar Thomas Gleixner 45-634/+45
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 1-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+0