summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2025-06-12mm: 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-12mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+6
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+7
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-2/+0
2025-04-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds8-75/+196
2025-04-20openrisc: Add cacheinfo supportSahil Siddiq3-42/+108
2025-04-20openrisc: Introduce new utility functions to flush and invalidate cachesSahil Siddiq5-25/+79
2025-04-20openrisc: Refactor struct cpuinfo_or1k to reduce duplicationSahil Siddiq2-30/+31
2025-04-02mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-3/+0
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+4
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-4/+2
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+1
2025-01-14openrisc: Add support for restartable sequencesStafford Horne3-0/+7
2025-01-14openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API supportMichael Jeanson3-1/+169
2025-01-14openrisc: migrate to the generic rule for built-in DTBMasahiro Yamada6-6/+6
2024-12-10openrisc: Fix misalignments in head.SGeert Uytterhoeven1-13/+13
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada3-4/+7
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-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2024-11-21Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds3-16/+45
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-08asm-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-1/+1
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-2/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-10/+1
2024-10-15openrisc: Implement fixmap to fix earlyconStafford Horne3-16/+45
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann7-19/+23
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne8-32/+76
2024-04-15openrisc: Add FPU configStafford Horne3-1/+17
2024-04-15openrisc: traps: Don't send signals to kernel mode threadsStafford Horne1-19/+29
2024-04-15openrisc: traps: Remove calls to show_registers before dieStafford Horne1-3/+0
2024-04-15openrisc: traps: Convert printks to pr_<level> macrosStafford Horne1-44/+44
2024-04-15openrisc: Add support for more module relocationsStafford Horne1-0/+10
2024-04-15openrisc: Define openrisc relocation typesStafford Horne2-13/+70
2024-04-15openrisc: Use do_kernel_power_off()Stafford Horne1-5/+3
2024-03-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-33/+4
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+2
2024-03-10openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()Dawei Li1-30/+1
2024-03-10openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0