aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-08-15openrisc: signal: do not restore privileged SR bits on sigreturnAli Ahmet Memis1-0/+2
2026-08-08openrisc: Include <linux/cpumask.h> in smp.hLyude Paul1-0/+2
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner1-2/+0
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-3/+0
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2026-06-21Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-0/+4
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-23openrisc: Add full instruction cache invalidate functionsStafford Horne1-0/+4
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)1-4/+0
2026-02-12Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-1/+4
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: Fix IPIs on simple multicore systemsStafford Horne1-1/+2
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-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-09-13mm: 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-08openrisc: Add __attribute_const__ to ffs()-family implementationsKees Cook4-4/+4
2025-08-04Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds8-17/+17
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-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-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 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-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+3
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 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/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2024-11-20Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-16/+5
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+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 Horne1-16/+5
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann5-17/+13
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne3-2/+24