summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
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-14Use 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-03Merge 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-30Merge 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-14mm: 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-09openrisc: 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-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-07-15openrisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-10mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-2/+2
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-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-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