summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\
| * mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
| * mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* | nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-101-1/+0
|/
* whack-a-mole: kill strlen_user() (again)Al Viro2021-03-271-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-0/+2
|\
| * nios32: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-0/+2
* | nios2: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-17/+4
|/
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-4/+0
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+1
* arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig2020-07-201-3/+2
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-18/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* nios2: add support for folded p4d page tablesMike Rapoport2020-06-041-2/+1
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-2/+0
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+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-38/+0
* mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* nios2: remove __iounmapChristoph Hellwig2019-11-111-6/+1
* arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-4/+0
* nios2: remove __ioremapChristoph Hellwig2019-11-111-16/+4
* 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-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-6/+0
|\
| * nios2: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-251-6/+0
* | nios2: switch to generic version of pte allocationMike Rapoport2019-07-121-35/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-303-37/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-219-126/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Thomas Gleixner2019-05-213-34/+3
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+6
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * | nios2: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+6
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-12/+2
|\ \ \
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-4/+4
| * | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-10/+0
| |/ /
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-35/+7
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-35/+7
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-102-5/+15
|\
| * nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-071-0/+6