summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)Author
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-14openrisc: Add support for restartable sequencesStafford Horne
2025-01-14openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API supportMichael Jeanson
2025-01-14openrisc: migrate to the generic rule for built-in DTBMasahiro Yamada
2024-12-10openrisc: Fix misalignments in head.SGeert Uytterhoeven
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-20Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15openrisc: Implement fixmap to fix earlyconStafford Horne
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne
2024-04-15openrisc: Add FPU configStafford Horne
2024-04-15openrisc: traps: Don't send signals to kernel mode threadsStafford Horne
2024-04-15openrisc: traps: Remove calls to show_registers before dieStafford Horne
2024-04-15openrisc: traps: Convert printks to pr_<level> macrosStafford Horne
2024-04-15openrisc: Add support for more module relocationsStafford Horne
2024-04-15openrisc: Define openrisc relocation typesStafford Horne
2024-04-15openrisc: Use do_kernel_power_off()Stafford Horne
2024-03-14Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-10openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()Dawei Li
2024-03-10openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-24openrisc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-21openrisc: Remove kernel-doc marker from ioremap commentStafford Horne
2023-08-21openrisc: Remove unused tlb_init functionStafford Horne
2023-08-21openriac: Remove unused nommu_dump_state functionStafford Horne
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne
2023-08-21openrisc: Declare do_signal function as staticStafford Horne
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He