summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2024-04-03nios2: Only use built-in devicetree blob if configured to do soGuenter Roeck1-1/+5
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+13
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+11
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-11-23arch: add do_page_fault prototypesArnd Bergmann1-0/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann1-5/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2023-08-25nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+7
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-25nios2: implement the new page table range APIMatthew Wilcox (Oracle)3-46/+67
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap2-2/+2
2023-08-21nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-30Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-2/+0
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-15/+3
2023-06-28Revert "nios2: Convert __pte_free_tlb() to use ptdescs"Dinh Nguyen1-4/+4
2023-06-26Merge tag 'nios2_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+8
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-15/+3
2023-06-14nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2-2/+2
2023-06-14nios2: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-4/+4
2023-06-14nios2: Convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2-2/+0
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+10
2023-04-19nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-1/+0
2023-04-19nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)1-7/+9
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-5/+2
2023-03-06nios2: _TIF_ALLWORK_MASK is unusedAl Viro1-3/+0
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2023-03-02nios2: fix livelock in uaccessAl Viro1-1/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+32
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-9/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-1/+24
2023-02-03nios2/mm: refactor swap PTE layoutDavid Hildenbrand1-8/+10
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-10/+0
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2022-12-12MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen1-5/+0
2022-11-27nios2: add FORCE for vmlinuz.gzRandy Dunlap1-1/+1
2022-11-16nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-3/+3
2022-11-09nios2: remove unused INIT_MMAPKefeng Wang1-3/+0
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+2