aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-35/+7
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-35/+7
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds8-101/+142
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta1-1/+0
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2-2/+0
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin1-1/+2
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin3-9/+36
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin1-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin1-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin1-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin1-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin1-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin1-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin1-35/+33
2019-03-07nios2: pte_clear does not need to flush TLBNicholas Piggin1-1/+0
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin3-14/+19
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin1-0/+2
2019-03-07nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-10/+0
2019-03-07nios2: ksyms: Add missing symbol exportsGuenter Roeck1-0/+12
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-25/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada1-3/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-5/+5
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-49/+10
2018-10-26nios2: switch to NO_BOOTMEMMike Rapoport3-39/+7
2018-10-26nios2: use generic early_init_dt_add_memory_archMike Rapoport3-10/+3
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds6-54/+12
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring4-51/+7
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring2-11/+0
2018-10-02nios2: fix building all dtbsRob Herring1-0/+3
2018-10-02nios2: use common rules to build built-in dtbRob Herring4-37/+4
2018-10-02nios2: build .dtb files in dts directoryRob Herring3-6/+3