| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-02-22 | openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it. |  Greentime Hu | 1 | -1/+2 |
| 2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux |  Linus Torvalds | 1 | -1/+0 |
| 2018-01-09 | Construct init thread stack in the linker script rather than by union |  David Howells | 2 | -4/+0 |
| 2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild |  Stephen Boyd | 1 | -1/+0 |
| 2017-11-15 | kmemcheck: remove annotations |  Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
| 2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux |  Linus Torvalds | 15 | -52/+354 |
| 2017-11-03 | openrisc: add tick timer multi-core sync logic |  Stafford Horne | 1 | -0/+8 |
| 2017-11-03 | openrisc: support framepointers and STACKTRACE_SUPPORT |  Stafford Horne | 1 | -0/+20 |
| 2017-11-03 | openrisc: add cacheflush support to fix icache aliasing |  Jan Henrik Weinstock | 3 | -7/+106 |
| 2017-11-03 | openrisc: fix initial preempt state for secondary cpu tasks |  Stafford Horne | 1 | -1/+1 |
| 2017-11-03 | openrisc: initial SMP support |  Stefan Kristiansson | 8 | -11/+82 |
| 2017-11-03 | openrisc: use qspinlocks and qrwlocks |  Stafford Horne | 3 | -1/+22 |
| 2017-11-03 | openrisc: add 1 and 2 byte cmpxchg support |  Stafford Horne | 1 | -32/+115 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-09-13 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux |  Linus Torvalds | 1 | -0/+2 |
| 2017-09-11 | openrisc: add forward declaration for struct vm_area_struct |  Tobias Klauser | 1 | -0/+2 |
| 2017-08-25 | futex: Remove duplicated code and fix undefined behaviour |  Jiri Slaby | 1 | -35/+4 |
| 2017-07-11 | openrisc: move generic-y of exported headers to uapi/asm/Kbuild |  Masahiro Yamada | 1 | -28/+1 |
| 2017-07-07 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux |  Linus Torvalds | 1 | -0/+1 |
| 2017-07-08 | openrisc: explicitly include linux/bug.h in asm/fixmap.h |  Tobias Klauser | 1 | -0/+1 |
| 2017-07-06 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+0 |
| 2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping |  Linus Torvalds | 1 | -9/+0 |
| 2017-07-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2017-06-28 | arch: remove unused macro/function thread_saved_pc() |  Tobias Klauser | 1 | -5/+0 |
| 2017-06-28 | openrisc: remove arch-specific dma_supported implementation |  Christoph Hellwig | 1 | -7/+0 |
| 2017-06-20 | openrisc: remove DMA_ERROR_CODE |  Christoph Hellwig | 1 | -2/+0 |
| 2017-06-04 | signal: Remove non-uapi <asm/siginfo.h> |  Christoph Hellwig | 1 | -1/+0 |
| 2017-05-15 | kill strlen_user() |  Al Viro | 1 | -1/+0 |
| 2017-05-11 | uapi: export all headers under uapi directories |  Nicolas Dichtel | 1 | -3/+0 |
| 2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ... |  Al Viro | 4 | -48/+17 |
| 2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc |  Al Viro | 3 | -3/+8 |
| 2017-03-28 | openrisc: switch to RAW_COPY_USER |  Al Viro | 1 | -22/+6 |
| 2017-03-28 | openrisc: switch to generic extable.h |  Al Viro | 2 | -17/+2 |
| 2017-03-28 | new helper: uaccess_kernel() |  Al Viro | 1 | -1/+1 |
| 2017-03-16 | openrisc: fix issue handling 8 byte get_user calls |  Stafford Horne | 1 | -1/+1 |
| 2017-03-16 | openrisc: xchg: fix `computed is not used` warning |  Stafford Horne | 1 | -2/+6 |
| 2017-03-09 | arch, mm: convert all architectures to use 5level-fixup.h |  Kirill A. Shutemov | 1 | -0/+1 |
| 2017-03-05 | uaccess: drop duplicate includes from asm/uaccess.h |  Al Viro | 1 | -2/+0 |
| 2017-03-05 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h |  Al Viro | 1 | -3/+0 |
| 2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h |  Luis R. Rodriguez | 1 | -0/+1 |
| 2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 1 | -2/+2 |
| 2017-02-24 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux |  Linus Torvalds | 9 | -7/+483 |
| 2017-02-25 | openrisc: Add optimized memcpy routine |  Stafford Horne | 1 | -0/+3 |
| 2017-02-25 | openrisc: Add optimized memset |  Olof Kindgren | 1 | -0/+7 |
| 2017-02-25 | openrisc: Fix the bitmask for the unit present register |  Sebastian Macke | 1 | -2/+2 |
| 2017-02-25 | openrisc: add futex_atomic_* implementations |  Stefan Kristiansson | 2 | -1/+135 |
| 2017-02-25 | openrisc: add optimized atomic operations |  Stefan Kristiansson | 2 | -1/+126 |
| 2017-02-25 | openrisc: add cmpxchg and xchg implementations |  Stefan Kristiansson | 2 | -2/+83 |
| 2017-02-25 | openrisc: add atomic bitops |  Stefan Kristiansson | 2 | -1/+124 |
| 2017-02-06 | openrisc: add cache way information to cpuinfo |  Stefan Kristiansson | 1 | -0/+2 |