summaryrefslogtreecommitdiffstats
path: root/arch/nios2
AgeCommit message (Expand)AuthorLines
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2023-08-24nios2: fix flush_dcache_page() for usage from irq contextHelge Deller-2/+7
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-1/+1
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)-46/+67
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap-2/+2
2023-08-21nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)-4/+4
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-2/+0
2023-06-28Merge branch 'expand-stack'Linus Torvalds-15/+3
2023-06-27Revert "nios2: Convert __pte_free_tlb() to use ptdescs"Dinh Nguyen-4/+4
2023-06-26Merge tag 'nios2_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+8
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds-15/+3
2023-06-13nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau-2/+2
2023-06-13nios2: Replace all non-returning strlcpy with strscpyAzeem Shaikh-4/+4
2023-06-13nios2: Convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)-4/+4
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka-2/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+10
2023-04-18nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)-1/+0
2023-04-18nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)-7/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-5/+2
2023-03-05nios2: _TIF_ALLWORK_MASK is unusedAl Viro-3/+0
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+4
2023-03-02nios2: fix livelock in uaccessAl Viro-1/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-17/+32
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-9/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+24
2023-02-02nios2/mm: refactor swap PTE layoutDavid Hildenbrand-8/+10
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen-5/+0
2022-11-27nios2: add FORCE for vmlinuz.gzRandy Dunlap-1/+1
2022-11-15nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-3/+3
2022-11-08nios2: remove unused INIT_MMAPKefeng Wang-3/+0
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-1/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-1/+1
2022-09-29nios2: move core-y in arch/nios2/Makefile to arch/nios2/KbuildMasahiro Yamada-4/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-5/+0
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann-2/+2
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan-1/+1
2022-08-15nios2: add force_successful_syscall_return()Al Viro-0/+8
2022-08-15nios2: restarts apply only to the first sigframe we build...Al Viro-0/+1
2022-08-15nios2: fix syscall restart checksAl Viro-1/+1