summaryrefslogtreecommitdiffstats
path: root/arch/nios2
AgeCommit message (Expand)AuthorLines
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+6
2026-01-30nios2: uapi: Remove custom asm/swab.h from UAPIThomas Weißschuh-0/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-6/+0
2026-01-26nios2: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-2/+6
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-0/+1
2025-12-08arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"H. Peter Anvin-4/+4
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)-1/+0
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-09-29Merge tag 'nios2_update_for_v6.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+32
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-09-01nios2: implement architecture-specific portion of sys_clone3Simon Schuster-2/+8
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-08-25nios2: ensure that memblock.current_limit is set when setting pfn limitsSimon Schuster-0/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-15/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth-2/+2
2025-07-14nios2: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin-1/+1
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+16
2025-05-28Merge tag 'nios2_updates_for_v6.16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+28
2025-05-16nios2: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)-1/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin-0/+5
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+11
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)-6/+0
2025-04-24nios2: Replace strcpy() with strscpy() and simplify setup_cpuinfo()Thorsten Blum-4/+1
2025-04-24nios2: do not introduce conflicting mappings when flushing tlb entriesSimon Schuster-7/+11
2025-04-24nios2: force update_mmu_cache on spurious tlb-permission--related pagefaultsSimon Schuster-0/+16
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-9/+10
2025-04-06nios2: migrate to the generic rule for built-in DTBMasahiro Yamada-9/+10
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-1/+1
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng-5/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-6/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-6/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-2/+1
2025-03-17nios2: move pr_debug() about memory start and end to setup_arch()Mike Rapoport (Microsoft)-2/+2
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky-1/+2
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng-1/+1
2024-12-16nios2: Use str_yes_no() helper in show_cpuinfo()Thorsten Blum-5/+5
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-0/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif-2/+2