summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm
AgeCommit message (Expand)AuthorLines
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-11/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-6/+1
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-48/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-4/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-3/+0
2020-06-08hexagon: use asm-generic/cacheflush.hChristoph Hellwig-14/+5
2020-06-04hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport-3/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-4/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-2/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-33/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-03-21hexagon: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior-1/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar-0/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+0
2020-01-04hexagon: define ioremap_ucNick Desaulniers-0/+1
2020-01-04hexagon: parenthesize registers in asm predicatesNick Desaulniers-22/+22
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-11-11hexagon: remove __iounmapChristoph Hellwig-6/+1
2019-11-11hexagon: clean up ioremapChristoph Hellwig-9/+2
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-3/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-2/+0
2019-07-21hexagon: switch to generic version of pte allocationMike Rapoport-32/+2
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin-0/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner-634/+45
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+9
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+0
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig-2/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-3/+1
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeWill Deacon-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon-0/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-3/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-1/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra-12/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada-0/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-1/+1
2019-03-20hexagon: define syscall_get_arch()Dmitry V. Levin-0/+8
2019-03-20Move EM_HEXAGON to uapi/linux/elf-em.hDmitry V. Levin-5/+1
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-4/+2
2019-01-04fls: change parameter to unsigned intMatthew Wilcox-1/+1