summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+1
* locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-48/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-4/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-3/+0
* hexagon: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-14/+5
* hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2020-06-042-3/+2
* arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-231-4/+4
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-2/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+1
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-33/+0
* Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-3/+2
|\
| * futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
* | hexagon: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\
| * Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\
| | * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+0
|/ /
* | hexagon: define ioremap_ucNick Desaulniers2020-01-041-0/+1
* | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-045-22/+22
|/
* hexagon: remove __iounmapChristoph Hellwig2019-11-111-6/+1
* hexagon: clean up ioremapChristoph Hellwig2019-11-111-9/+2
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-3/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* hexagon: switch to generic version of pte allocationMike Rapoport2019-07-211-32/+2
* hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin2019-07-161-0/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-0545-634/+45
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-2/+0
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-232-2/+0
* | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-141-1/+0
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-072-5/+9
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * | hexagon: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+8
| * | Move EM_HEXAGON to uapi/linux/elf-em.hDmitry V. Levin2019-03-201-5/+1
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+1
|\ \
| * | arch: Remove dummy mmiowb() definitions from arch codeWill Deacon2019-04-081-2/+0
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+0
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-3/+1
| |\ \ \
| * | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-12/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-12/+0
| |/ /
* / / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-3/+1
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+1
|/
* arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-011-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-5/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-4/+1
|/