summaryrefslogtreecommitdiffstats
path: root/arch/nios2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9 days1-0/+1
|\
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12 days1-3/+0
|\ \
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-3/+0
| |/
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12 days1-2/+2
|\ \
| * | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-2/+2
* | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-6/+1
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* mm: remove legacy install_special_mapping() codeLinus Torvalds2024-09-021-4/+8
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\
| * kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
* | nios2: convert to generic syscall tableArnd Bergmann2024-07-106-17/+24
* | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-0/+2
|/
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+1
|\
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-2/+1
* | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-142-20/+21
* | mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-5/+16
* | nios2: define virtual address space for modulesMike Rapoport (IBM)2024-05-142-16/+8
|/
* nios2: Only use built-in devicetree blob if configured to do soGuenter Roeck2024-04-031-1/+5
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-153-0/+13
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-232-0/+11
| * nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-191-0/+1
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-111-0/+2
|\ \
| * | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+2
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-091-1/+1
|/
* vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-5/+0
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-2/+2
|\ \
| * | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-212-2/+2
| |/
* | nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2023-08-252-2/+7
* | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-251-1/+1
* | nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-46/+67
* | nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
|/
* Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-302-2/+0
|\
| * mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-262-2/+0
* | Merge branch 'expand-stack'Linus Torvalds2023-06-292-15/+3
|\ \
| * | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-15/+3
* | | Revert "nios2: Convert __pte_free_tlb() to use ptdescs"Dinh Nguyen2023-06-281-4/+4
* | | Merge tag 'nios2_updates_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-263-8/+8
|\ \ \ | |/ / |/| |
| * | nios2: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-132-4/+4
| * | nios2: Convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-06-131-4/+4
| |/
* / nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2023-06-132-2/+2
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-281-12/+10
|\
| * nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-191-1/+0
| * nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-191-7/+9
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-061-5/+2