Age | Commit message (Expand) | Author | Files | Lines |
2017-11-16 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
2017-11-15 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+0 |
2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 39 | -346/+1630 |
2017-11-08 | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 1 | -2/+0 |
2017-11-03 | openrisc: fix possible deadlock scenario during timer sync | Stafford Horne | 1 | -1/+1 |
2017-11-03 | openrisc: pass endianness info to sparse | Luc Van Oostenryck | 1 | -0/+1 |
2017-11-03 | openrisc: add tick timer multi-core sync logic | Stafford Horne | 5 | -3/+145 |
2017-11-03 | openrisc: enable LOCKDEP_SUPPORT and irqflags tracing | Stafford Horne | 2 | -3/+74 |
2017-11-03 | openrisc: support framepointers and STACKTRACE_SUPPORT | Stafford Horne | 6 | -48/+224 |
2017-11-03 | openrisc: add simple_smp dts and defconfig for simulators | Stefan Kristiansson | 2 | -0/+129 |
2017-11-03 | openrisc: add cacheflush support to fix icache aliasing | Jan Henrik Weinstock | 7 | -8/+194 |
2017-11-03 | openrisc: sleep instead of spin on secondary wait | Stafford Horne | 2 | -2/+54 |
2017-11-03 | openrisc: fix initial preempt state for secondary cpu tasks | Stafford Horne | 2 | -1/+2 |
2017-11-03 | openrisc: initial SMP support | Stefan Kristiansson | 19 | -113/+584 |
2017-11-03 | irqchip: add initial support for ompic | Stafford Horne | 1 | -0/+1 |
2017-11-03 | openrisc: use qspinlocks and qrwlocks | Stafford Horne | 4 | -1/+24 |
2017-11-03 | openrisc: add 1 and 2 byte cmpxchg support | Stafford Horne | 1 | -32/+115 |
2017-11-03 | openrisc: use shadow registers to save regs on exception | Stefan Kristiansson | 2 | -26/+80 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
2017-10-30 | Documentation: Move OpenRISC docs out of arch/ | Stafford Horne | 2 | -111/+0 |
2017-10-30 | openrisc: dts: or1ksim: Add stdout-path | Stafford Horne | 1 | -1/+6 |
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-09-09 | arch: define CPU_BIG_ENDIAN for all fixed big endian archs | Babu Moger | 1 | -0/+3 |
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 | 2 | -28/+28 |
2017-07-07 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 5 | -5/+6 |
2017-07-07 | openrisc: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 1 | -1/+0 |
2017-07-07 | openrisc: explicitly include linux/bug.h in asm/fixmap.h | Tobias Klauser | 1 | -0/+1 |
2017-07-07 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2017-07-07 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -9/+0 |
2017-07-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+2 |
2017-06-29 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2 | -10/+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 | Merge branch 'timers/urgent' into WIP.timers | Thomas Gleixner | 1 | -2/+0 |
2017-06-04 | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2 | -1/+2 |
2017-05-29 | kthread: fix boot hang (regression) on MIPS/OpenRISC | Vegard Nossum | 1 | -2/+0 |
2017-05-16 | kill strlen_user() | Al Viro | 1 | -1/+0 |
2017-05-15 | openrisc: Switch to use export.h instead of module.h | Stafford Horne | 3 | -3/+4 |
2017-05-15 | openrisc: Change toolchain from or32- to or1k- | Stafford Horne | 1 | -1/+1 |
2017-05-10 | uapi: export all headers under uapi directories | Nicolas Dichtel | 2 | -11/+0 |
2017-04-26 | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 7 | -48/+23 |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 5 | -3/+13 |
2017-03-29 | openrisc: switch to RAW_COPY_USER | Al Viro | 2 | -22/+7 |
2017-03-29 | 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-15 | openrisc: Export symbols needed by modules | Stafford Horne | 2 | -0/+5 |