summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-33/+0
* Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-302-19/+14
|\
| * hexagon: Replace setup_irq() by request_irq()afzal mohammed2020-03-292-19/+14
* | 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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\
| * sched/rt, hexagon: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
* | 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: work around compiler crashNick Desaulniers2020-01-041-3/+1
* | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-046-23/+23
|/
* Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-27/+0
|\
| * hexagon: remove asm/bitsperlong.hMasahiro Yamada2019-11-111-27/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
| |/
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-283-19/+7
|\ \
| * | hexagon: remove __iounmapChristoph Hellwig2019-11-113-8/+3
| * | hexagon: clean up ioremapChristoph Hellwig2019-11-113-11/+4
| |/
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* hexagon: drop empty and unused free_initrd_memMike Rapoport2019-09-251-13/+0
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-243-14/+1
* 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
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-9/+9
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-6/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-0586-1210/+86
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
|/
* 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
* | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-1/+0
* | hexagon: switch over to generic free_initmem()Mike Rapoport2019-05-141-10/+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