summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-6/+41
14 daysopenrisc: fix arbitrary kernel memory access via or1k_atomic syscallAli Ahmet Memis1-4/+39
2026-08-18Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+5
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2026-08-15openrisc: drop unneeded semicolonJulia Lawall1-2/+2
2026-08-15openrisc: signal: do not restore privileged SR bits on sigreturnAli Ahmet Memis2-2/+5
2026-08-08openrisc: Include <linux/cpumask.h> in smp.hLyude Paul1-0/+2
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner3-7/+5
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-3/+0
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner1-1/+1
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2026-06-21Merge 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