summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* 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-108-101/+142
|\
| * nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-071-1/+2
| * nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-073-9/+36
| * nios2: User address TLB flush break after finding the matching entryNicholas Piggin2019-03-071-0/+5
| * nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin2019-03-071-6/+5
| * nios2: improve readability of tlb functionsNicholas Piggin2019-03-071-27/+33
| * nios2: flush_tlb_mm flush only the pidNicholas Piggin2019-03-071-12/+14
| * nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin2019-03-071-2/+2
| * nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin2019-03-071-12/+7
| * nios2: Use an invalid TLB entry address helper functionNicholas Piggin2019-03-071-35/+33
| * nios2: pte_clear does not need to flush TLBNicholas Piggin2019-03-071-1/+0
| * nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-073-14/+19
| * nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin2019-03-071-0/+2
| * nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-03-072-10/+0
| * nios2: ksyms: Add missing symbol exportsGuenter Roeck2019-03-071-0/+12
* | arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta2019-03-071-1/+0
* | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-072-2/+0
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \
| * | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| * | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| |/
* / get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-25/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-4/+2
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-5/+5
|/
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-1/+1
|\
| * kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+2
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-263-49/+10
|\
| * nios2: switch to NO_BOOTMEMMike Rapoport2018-10-263-39/+7
| * nios2: use generic early_init_dt_add_memory_archMike Rapoport2018-10-263-10/+3
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-266-54/+12
|\ \ | |/ |/|
| * Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-044-51/+7
| |\
| | * kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-022-11/+0
| | * nios2: fix building all dtbsRob Herring2018-10-021-0/+3
| | * nios2: use common rules to build built-in dtbRob Herring2018-10-024-37/+4
| | * nios2: build .dtb files in dts directoryRob Herring2018-10-023-6/+3
| * | nios2: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-2/+2
| * | nios2: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+3
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \
| * | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1