summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-10-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds5-1/+101
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 Torvalds1-1/+1
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
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 supportchenmiao2-0/+75
2025-09-11openrisc: Add text patching API supportchenmiao4-1/+26
2025-09-09openrisc: Add __attribute_const__ to ffs()-family implementationsKees Cook4-4/+4
2025-08-04Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds7-16/+16
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-07openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth7-16/+16
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 Torvalds2-7/+34
2025-04-20openrisc: Introduce new utility functions to flush and invalidate cachesSahil Siddiq2-0/+25
2025-04-20openrisc: Refactor struct cpuinfo_or1k to reduce duplicationSahil Siddiq1-7/+9
2025-04-02mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
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 HAVE_REGS_AND_STACK_ACCESS_API supportMichael Jeanson1-1/+72
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 Torvalds1-16/+5
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+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 Horne1-16/+5
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann3-4/+10
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne3-2/+24
2024-03-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-30/+1
2024-03-10openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()Dawei Li1-30/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao1-5/+0
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds3-2/+21
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-25openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2-6/+17
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne1-0/+11
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne1-0/+1
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He1-5/+6
2023-08-11openrisc: Make pfn accessors statics inlinesLinus Walleij1-2/+9
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
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-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-5/+5
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne1-2/+2
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+0