index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
openrisc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-26
/
+4
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
-11
/
+0
2018-04-25
signal/openrisc: Use force_sig_fault where appropriate
Eric W. Biederman
-29
/
+4
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
-1
/
+4
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
-2
/
+1
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-5
/
+5
2018-01-12
signal/openrisc: Fix do_unaligned_access to send the proper signal
Eric W. Biederman
-5
/
+5
2018-01-09
openrisc: Make THREAD_SIZE available to vmlinux.lds
David Howells
-0
/
+1
2018-01-09
openrisc: Fix conflicting types for _exext and _stext
Joel Stanley
-2
/
+1
2017-11-13
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
-167
/
+1019
2017-11-03
openrisc: fix possible deadlock scenario during timer sync
Stafford Horne
-1
/
+1
2017-11-03
openrisc: add tick timer multi-core sync logic
Stafford Horne
-3
/
+137
2017-11-03
openrisc: enable LOCKDEP_SUPPORT and irqflags tracing
Stafford Horne
-3
/
+71
2017-11-03
openrisc: support framepointers and STACKTRACE_SUPPORT
Stafford Horne
-48
/
+200
2017-11-03
openrisc: add cacheflush support to fix icache aliasing
Jan Henrik Weinstock
-0
/
+15
2017-11-03
openrisc: sleep instead of spin on secondary wait
Stafford Horne
-2
/
+54
2017-11-03
openrisc: fix initial preempt state for secondary cpu tasks
Stafford Horne
-0
/
+1
2017-11-03
openrisc: initial SMP support
Stefan Kristiansson
-88
/
+475
2017-11-03
openrisc: use shadow registers to save regs on exception
Stefan Kristiansson
-26
/
+69
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+2
2017-07-07
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Linus Torvalds
-2
/
+2
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
-5
/
+0
2017-05-29
kthread: fix boot hang (regression) on MIPS/OpenRISC
Vegard Nossum
-2
/
+0
2017-05-15
openrisc: Switch to use export.h instead of module.h
Stafford Horne
-2
/
+2
2017-03-16
openrisc: Export symbols needed by modules
Stafford Horne
-0
/
+5
2017-03-02
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...
Ingo Molnar
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+2
2017-02-27
scripts/spelling.txt: add "efective" pattern and fix typo instances
Masahiro Yamada
-1
/
+1
2017-02-27
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
-7
/
+7
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2017-02-24
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Linus Torvalds
-178
/
+349
2017-02-25
openrisc: head: Init r0 to 0 on start
Stafford Horne
-1
/
+4
2017-02-25
openrisc: head: Remove unused strings
Stafford Horne
-11
/
+0
2017-02-25
openrisc: head: Move init strings to rodata section
Stafford Horne
-0
/
+1
2017-02-25
openrisc: entry: Fix delay slot detection
Stafford Horne
-2
/
+2
2017-02-25
openrisc: entry: Whitespace and comment cleanups
Stafford Horne
-20
/
+18
2017-02-25
openrisc: Add .gitignore
Stafford Horne
-0
/
+1
2017-02-25
openrisc: Add optimized memset
Olof Kindgren
-0
/
+1
2017-02-25
openrisc: Initial support for the idle state
Sebastian Macke
-0
/
+11
2017-02-25
openrisc: remove unnecessary stddef.h include
Stefan Kristiansson
-1
/
+0
2017-02-06
openrisc: add l.lwa/l.swa emulation
Stefan Kristiansson
-2
/
+206
2017-02-06
openrisc: head: refactor out tlb flush into it's own function
Stefan Kristiansson
-16
/
+22
2017-02-06
openrisc: head: use THREAD_SIZE instead of magic constant
Stefan Kristiansson
-1
/
+3
2017-02-06
openrisc: tlb miss handler optimizations
Stefan Kristiansson
-95
/
+46
2017-02-06
openrisc: add cache way information to cpuinfo
Stefan Kristiansson
-31
/
+36
2017-01-26
openrisc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
-1
/
+1
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
-1
/
+1
2017-01-02
openrisc: Add _text symbol to fix ksym build error
Stafford Horne
-0
/
+2
[next]