aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-29Merge tag 'nios2_update_for_v6.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-17/+32
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-09-01nios2: implement architecture-specific portion of sys_clone3Simon Schuster4-2/+8
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-25nios2: ensure that memblock.current_limit is set when setting pfn limitsSimon Schuster1-0/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth8-15/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth1-2/+2
2025-07-14nios2: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-1/+1
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+16
2025-05-28Merge tag 'nios2_updates_for_v6.16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+28
2025-05-16nios2: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-1/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+5
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+11
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0
2025-04-24nios2: Replace strcpy() with strscpy() and simplify setup_cpuinfo()Thorsten Blum1-4/+1
2025-04-24nios2: do not introduce conflicting mappings when flushing tlb entriesSimon Schuster1-7/+11
2025-04-24nios2: force update_mmu_cache on spurious tlb-permission--related pagefaultsSimon Schuster1-0/+16
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-9/+10
2025-04-06nios2: migrate to the generic rule for built-in DTBMasahiro Yamada4-9/+10
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-6/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-6/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)2-2/+1
2025-03-17nios2: move pr_debug() about memory start and end to setup_arch()Mike Rapoport (Microsoft)2-2/+2
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-1/+2
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+1
2024-12-16nios2: Use str_yes_no() helper in show_cpuinfo()Thorsten Blum1-5/+5
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-2/+2
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-6/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-4/+8
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-10nios2: convert to generic syscall tableArnd Bergmann6-17/+24
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-0/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2-20/+21
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-5/+16
2024-05-14nios2: define virtual address space for modulesMike Rapoport (IBM)2-16/+8
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+1
2024-04-03nios2: Only use built-in devicetree blob if configured to do soGuenter Roeck1-1/+5
2024-03-14Merge 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-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+11
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2024-01-08mm, 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-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2023-08-24nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+7
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-24nios2: 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-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-2/+0
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-15/+3
2023-06-27Revert "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-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-15/+3
2023-06-13nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2-2/+2
2023-06-13nios2: Replace all non-returning strlcpy with strscpyAzeem Shaikh2-4/+4
2023-06-13nios2: 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-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+10
2023-04-18nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-1/+0
2023-04-18nios2: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)1-7/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-5/+2
2023-03-05nios2: _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-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+32
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-9/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-1/+24
2023-02-02nios2/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-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-10/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2022-12-11MIPS&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-15nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-3/+3
2022-11-08nios2: remove unused INIT_MMAPKefeng Wang1-3/+0
2022-11-08mm: 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
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-1/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-1/+1
2022-09-29nios2: move core-y in arch/nios2/Makefile to arch/nios2/KbuildMasahiro Yamada2-4/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2-2/+2
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-15nios2: add force_successful_syscall_return()Al Viro2-0/+8
2022-08-15nios2: restarts apply only to the first sigframe we build...Al Viro1-0/+1
2022-08-15nios2: fix syscall restart checksAl Viro1-1/+1
2022-08-15nios2: traced syscall does need to check the syscall numberAl Viro1-3/+8
2022-08-15nios2: don't leave NULLs in sys_call_table[]Al Viro2-1/+1
2022-08-15nios2: page fault et.al. are *not* restartable syscalls...Al Viro2-4/+3
2022-07-17nios2: drop definition of PGD_ORDERMike Rapoport3-6/+3
2022-07-17nios2: drop definition of PTE_ORDERMike Rapoport2-3/+2
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-16/+21
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-24/+1
2022-05-13nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-0/+3
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2-24/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+4
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-74/+61
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann3-22/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-10/+1
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-9/+11
2022-02-25nios2: drop access_ok() check from __put_user()Arnd Bergmann1-23/+33
2022-02-25uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann1-10/+16
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-2/+2
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-1/+0
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-9/+6
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+2
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2021-10-27nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck1-0/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-5/+4
2021-10-18NIOS2: irqflags: rename a redefined register nameRandy Dunlap2-3/+3
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-1/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-5/+2
2021-09-27NIOS2: setup.c: drop unused variable 'dram_start'Randy Dunlap1-2/+0
2021-09-24NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLERandy Dunlap1-1/+2
2021-09-22nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada2-4/+2
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-11/+0
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+0
2021-08-12nios2: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2021-07-08nios2: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+1
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-10nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2-1/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-0/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-19nios2: Don't use _end for calculating min_low_pfnAndreas Oetken1-9/+12
2021-02-19nios2: fixed broken sys_clone syscallAndreas Oetken1-0/+3
2021-02-19Take mmap lock in cacheflush syscallJann Horn1-2/+9
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-17/+4
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-09nios32: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27nios2: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-17/+4
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-4/+0
2020-08-20nios2: switch to kernel_clone()Christian Brauner1-1/+1
2020-08-12mm/nios2: use general page fault accountingPeter Xu1-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1