aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2024-04-15openrisc: Move FPU state out of pt_regsGravatar Stafford Horne 8-32/+76
2024-04-15openrisc: Add FPU configGravatar Stafford Horne 3-1/+17
2024-04-15openrisc: traps: Don't send signals to kernel mode threadsGravatar Stafford Horne 1-19/+29
2024-04-15openrisc: traps: Remove calls to show_registers before dieGravatar Stafford Horne 1-3/+0
2024-04-15openrisc: traps: Convert printks to pr_<level> macrosGravatar Stafford Horne 1-44/+44
2024-04-15openrisc: Add support for more module relocationsGravatar Stafford Horne 1-0/+10
2024-04-15openrisc: Define openrisc relocation typesGravatar Stafford Horne 2-13/+70
2024-04-15openrisc: Use do_kernel_power_off()Gravatar Stafford Horne 1-5/+3
2024-03-14Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 2-33/+4
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+2
2024-03-10openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()Gravatar Dawei Li 1-30/+1
2024-03-10openrisc: Call setup_memory() earlier in the init sequenceGravatar Oreoluwa Babatunde 1-3/+3
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 2-1/+2
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscGravatar Yan Zhao 1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-4/+0
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 13-93/+51
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-08-24openrisc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 3-10/+25
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 1-1/+1
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsGravatar Vishal Moola (Oracle) 1-4/+4
2023-08-21openrisc: Remove kernel-doc marker from ioremap commentGravatar Stafford Horne 1-1/+1
2023-08-21openrisc: Remove unused tlb_init functionGravatar Stafford Horne 2-11/+0
2023-08-21openriac: Remove unused nommu_dump_state functionGravatar Stafford Horne 1-75/+0
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesGravatar Stafford Horne 1-0/+2
2023-08-21openrisc: Add prototype for die to bug.hGravatar Stafford Horne 3-2/+13
2023-08-21openrisc: Add prototype for show_registers to processor.hGravatar Stafford Horne 3-2/+2
2023-08-21openrisc: Declare do_signal function as staticGravatar Stafford Horne 1-1/+1
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsGravatar Stafford Horne 6-0/+24
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 3-54/+7
2023-08-18openrisc: mm: remove unneeded early ioremap codeGravatar Baoquan He 1-38/+5
2023-08-11openrisc: Make pfn accessors statics inlinesGravatar Linus Walleij 1-2/+9
2023-07-12Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 2-4/+6
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-07-10openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIGravatar Stafford Horne 2-4/+6
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-2/+3
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 1-2/+3
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-3/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 10-31/+101
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 1-5/+5
2023-04-26openrisc: Add floating point regsetGravatar Stafford Horne 1-0/+37
2023-04-26openrisc: Support floating point user apiGravatar Stafford Horne 7-6/+41
2023-04-26openrisc: Support storing and restoring fpu stateGravatar Stafford Horne 3-4/+19
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsGravatar Stafford Horne 1-4/+2
2023-04-01openrisc: Use common of_get_cpu_node() instead of open-codingGravatar Rob Herring 1-17/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-1/+1
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+4
2023-03-02openrisc: fix livelock in uaccessGravatar Al Viro 1-1/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+35