aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
10 daysMerge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds7-12/+46
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-23openrisc: Fix jump_label smp syncingStafford Horne2-1/+4
2026-05-23openrisc: Add full instruction cache invalidate functionsStafford Horne3-0/+41
2026-05-23openrisc: Cache invalidation cleanupStafford Horne1-10/+0
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)4-11/+0
2026-03-21openrisc: mm: Fix section mismatch between map_page and __set_fixmapStafford Horne1-1/+1
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-12Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-9/+348
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-10/+0
2026-01-26openrisc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-4/+8
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing1-1/+1
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-20openrisc: define arch-specific version of nop()Brian Masney1-0/+2
2026-01-16openrisc: dts: Add de0 nano multicore config and devicetreeStafford Horne2-0/+117
2026-01-16openrisc: dts: Split simple smp dts to dts and dtsiStafford Horne3-7/+31
2026-01-16openrisc: Fix IPIs on simple multicore systemsStafford Horne2-2/+23
2026-01-16openrisc: dts: Add de0 nano config and devicetreeStafford Horne3-0/+175
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2025-10-13Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o2-3/+3
2025-10-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds14-15/+254
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+0
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
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 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+4
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)2-2/+2
2025-09-13SET_PAGE_DIR() users had been gone since 2.3.12pre1Al Viro1-3/+0
2025-09-13PAGE_PTR() had been last used outside of arch/* in 1.1.94Al Viro1-14/+0
2025-09-11openrisc: Add jump label supportchenmiao8-0/+133
2025-09-11openrisc: Regenerate defconfigs.chenmiao2-13/+6
2025-09-11openrisc: Add R_OR1K_32_PCREL relocation type module supportchenmiao1-0/+4
2025-09-11openrisc: Add text patching API supportchenmiao7-2/+111
2025-09-08openrisc: Add __attribute_const__ to ffs()-family implementationsKees Cook4-4/+4
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-04Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds8-17/+17
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-14openrisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-2/+2
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-07openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth7-16/+16
2025-06-07openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+6
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+7
2025-05-11mm: 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-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-3/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+4
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-4/+2
2025-01-25mm: 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-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2024-11-20Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds3-16/+45
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
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-1/+1
2024-10-28asm-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-16/+26
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-43/+43
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-14Merge 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
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds13-93/+51
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 Torvalds1-1/+1
2023-08-24openrisc: implement the new page table range APIMatthew Wilcox (Oracle)3-10/+25
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap1-1/+1
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21openrisc: Remove kernel-doc marker from ioremap commentStafford Horne1-1/+1
2023-08-21openrisc: Remove unused tlb_init functionStafford Horne2-11/+0
2023-08-21openriac: Remove unused nommu_dump_state functionStafford Horne1-75/+0
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne1-0/+2
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne3-2/+13
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne3-2/+2
2023-08-21openrisc: Declare do_signal function as staticStafford Horne1-1/+1
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne6-0/+24
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He3-54/+7
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He1-38/+5
2023-08-11openrisc: Make pfn accessors statics inlinesLinus Walleij1-2/+9
2023-07-12Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-4/+6
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-07-10openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne2-4/+6
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-2/+3
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-3/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds10-31/+101
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-5/+5
2023-04-26openrisc: Add floating point regsetStafford Horne1-0/+37
2023-04-26openrisc: Support floating point user apiStafford Horne7-6/+41
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne3-4/+19
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne1-4/+2
2023-04-01openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring1-17/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2023-03-02openrisc: 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 Torvalds2-7/+35
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+36
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
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 Torvalds1-2/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2-2/+4
2022-11-15openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-5/+3
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-8/+8
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+0
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn1-8/+8
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang2-5/+0
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+24
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-07-30openrisc: io: Define iounmap argument as volatileStafford Horne2-2/+2
2022-07-30openrisc: Add virt defconfigStafford Horne1-0/+108
2022-07-30openrisc: Add pci bus supportStafford Horne3-2/+6
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-06-28openrisc: unwinder: Fix grammar issue in commentXiang wangx1-1/+1
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 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-315/+272
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-38/+2
2022-05-23openrisc: Allow power off handler overridingStafford Horne1-2/+15
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne1-209/+0
2022-05-23openrisc/fault: Fix symbol scope warningsStafford Horne1-3/+1
2022-05-23openrisc/delay: Add include to fix symbol not declared warningStafford Horne1-0/+1
2022-05-23openrisc/time: Fix symbol scope warningsStafford Horne1-1/+2
2022-05-23openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne1-1/+1
2022-05-23openrisc/traps: Remove die_if_kernel functionStafford Horne1-9/+0
2022-05-23openrisc/traps: Declare file scope symbols as staticStafford Horne1-3/+3
2022-05-23openrisc: Update litex defconfig to support glibc userlandStafford Horne1-0/+32
2022-05-23openrisc: Pretty print show_registers memory dumpsStafford Horne1-13/+33
2022-05-23openrisc: Add syscall details to emergency syscall debuggingStafford Horne1-5/+15
2022-05-23openrisc: Add support for liteuart emergency printingStafford Horne1-1/+12
2022-05-23openrisc: Cleanup emergency print handlingStafford Horne1-63/+85
2022-05-23openrisc: Add gcc machine instruction flag configurationStafford Horne2-0/+70
2022-05-23openrisc: define nop command for simulator rebootJason A. Donenfeld1-0/+2
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-1/+1
2022-05-13openrisc: start CPU timer early in bootJason A. Donenfeld2-0/+10
2022-05-12openrisc: remove bogus nops and shutdownsJason A. Donenfeld1-5/+0
2022-05-12openrisc: fix typos in commentsJulia Lawall1-1/+1
2022-05-11openrisc: Move to ticket-spinlockPeter Zijlstra4-38/+2
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-27Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-49/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22mm: remove mmu_gathers storage from remaining architecturesStafford Horne1-2/+0
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-31/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-18/+1
2022-01-30openrisc/boot: Remove unnecessary initialisation in memcpy().Kuniyuki Iwashima1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+8
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2022-01-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds4-14/+20
2022-01-12openrisc: init: Add support for common clkStafford Horne2-0/+5
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-6/+1