index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
openrisc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-05
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
5
-0
/
+138
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
1
-0
/
+1
2025-09-11
openrisc: Add jump label support
chenmiao
3
-0
/
+54
2025-09-11
openrisc: Add R_OR1K_32_PCREL relocation type module support
chenmiao
1
-0
/
+4
2025-09-11
openrisc: Add text patching API support
chenmiao
2
-0
/
+80
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
1
-1
/
+1
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-07-14
openrisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
1
-2
/
+2
2025-07-09
mm/pagewalk: split walk_page_range_novma() into kernel/user parts
Lorenzo Stoakes
1
-2
/
+2
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
1
-1
/
+1
2025-04-20
openrisc: Add cacheinfo support
Sahil Siddiq
3
-42
/
+108
2025-04-20
openrisc: Introduce new utility functions to flush and invalidate caches
Sahil Siddiq
1
-14
/
+4
2025-04-20
openrisc: Refactor struct cpuinfo_or1k to reduce duplication
Sahil Siddiq
1
-23
/
+22
2025-01-14
openrisc: Add support for restartable sequences
Stafford Horne
2
-0
/
+6
2025-01-14
openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support
Michael Jeanson
1
-0
/
+96
2024-12-10
openrisc: Fix misalignments in head.S
Geert Uytterhoeven
1
-13
/
+13
2024-12-10
openrisc: place exception table at the head of vmlinux
Masahiro Yamada
3
-4
/
+7
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
1
-1
/
+1
2024-07-10
openrisc: convert to generic syscall table
Arnd Bergmann
2
-2
/
+10
2024-04-15
openrisc: Move FPU state out of pt_regs
Stafford Horne
5
-30
/
+52
2024-04-15
openrisc: Add FPU config
Stafford Horne
2
-1
/
+8
2024-04-15
openrisc: traps: Don't send signals to kernel mode threads
Stafford Horne
1
-19
/
+29
2024-04-15
openrisc: traps: Remove calls to show_registers before die
Stafford Horne
1
-3
/
+0
2024-04-15
openrisc: traps: Convert printks to pr_<level> macros
Stafford Horne
1
-44
/
+44
2024-04-15
openrisc: Add support for more module relocations
Stafford Horne
1
-0
/
+10
2024-04-15
openrisc: Define openrisc relocation types
Stafford Horne
1
-4
/
+4
2024-04-15
openrisc: Use do_kernel_power_off()
Stafford Horne
1
-5
/
+3
2024-03-14
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
1
-3
/
+3
2024-03-10
openrisc: Call setup_memory() earlier in the init sequence
Oreoluwa Babatunde
1
-3
/
+3
2024-03-04
smp: Consolidate smp_prepare_boot_cpu()
Thomas Gleixner
1
-4
/
+0
2023-08-21
openriac: Remove unused nommu_dump_state function
Stafford Horne
1
-75
/
+0
2023-08-21
openrisc: Include cpu.h and switch_to.h for prototypes
Stafford Horne
1
-0
/
+2
2023-08-21
openrisc: Add prototype for die to bug.h
Stafford Horne
1
-0
/
+1
2023-08-21
openrisc: Add prototype for show_registers to processor.h
Stafford Horne
2
-2
/
+1
2023-08-21
openrisc: Declare do_signal function as static
Stafford Horne
1
-1
/
+1
2023-08-21
openrisc: Add missing prototypes for assembly called fnctions
Stafford Horne
5
-0
/
+21
2023-07-10
openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI
Stafford Horne
1
-2
/
+2
2023-05-01
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
6
-27
/
+93
2023-04-26
openrisc: Add floating point regset
Stafford Horne
1
-0
/
+37
2023-04-26
openrisc: Support floating point user api
Stafford Horne
4
-4
/
+35
2023-04-26
openrisc: Support storing and restoring fpu state
Stafford Horne
2
-2
/
+17
2023-04-26
openrisc: Properly store r31 to pt_regs on unhandled exceptions
Stafford Horne
1
-4
/
+2
2023-04-01
openrisc: Use common of_get_cpu_node() instead of open-coding
Rob Herring
1
-17
/
+2
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-1
/
+1
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-0
/
+1
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-1
/
+0
2022-11-15
openrisc: ptrace: user_regset_copyin_ignore() always returns 0
Sergey Shtylyov
1
-5
/
+3
2022-10-15
Merge tag 'for-linus' of https://github.com/openrisc/linux
Linus Torvalds
1
-8
/
+8
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+0
[next]