Age | Commit message (Expand) | Author | Files | Lines |
2020-01-14 | arch/openrisc/setup: Drop dummy_con initialization | Arvind Sankar | 1 | -5/+0 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -1/+1 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -2/+2 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-09-07 | pagewalk: separate function pointers from iterator data | Christoph Hellwig | 1 | -10/+12 |
2019-09-07 | mm: split out a new pagewalk.h header from mm.h | Christoph Hellwig | 1 | -0/+1 |
2019-07-12 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -13/+9 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -7/+7 |
2019-06-25 | openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support | Christoph Hellwig | 1 | -13/+9 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 16 | -82/+16 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -4/+4 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 2 | -3/+3 |
2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 3 | -3/+0 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -3/+3 |
2019-01-01 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2 | -2/+2 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-20 | openrisc: Fix broken paths to arch/or32 | Geert Uytterhoeven | 2 | -2/+2 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -2/+1 |
2018-09-28 | openrisc: use for_each_of_cpu_node iterator | Rob Herring | 1 | -2/+1 |
2018-08-23 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -98/+9 |
2018-08-06 | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 3 | -11/+8 |
2018-08-03 | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 1 | -7/+0 |
2018-07-21 | openrisc: use generic dma_noncoherent_ops | Christoph Hellwig | 1 | -56/+9 |
2018-07-21 | openrisc: fix cache maintainance the the sync_single_for_device DMA operation | Christoph Hellwig | 1 | -23/+19 |
2018-07-21 | openrisc: remove the no-op unmap_page and unmap_sg DMA operations | Christoph Hellwig | 1 | -23/+0 |
2018-07-21 | openrisc: remove the sync_single_for_cpu DMA operation | Christoph Hellwig | 1 | -15/+0 |
2018-07-01 | openrisc: entry: Fix delay slot exception detection | Stafford Horne | 3 | -11/+8 |
2018-06-04 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -26/+4 |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig | 1 | -11/+0 |
2018-04-25 | signal/openrisc: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -29/+4 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -1/+4 |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -2/+1 |
2018-01-30 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
2018-01-12 | signal/openrisc: Fix do_unaligned_access to send the proper signal | Eric W. Biederman | 1 | -5/+5 |
2018-01-09 | openrisc: Make THREAD_SIZE available to vmlinux.lds | David Howells | 1 | -0/+1 |
2018-01-09 | openrisc: Fix conflicting types for _exext and _stext | Joel Stanley | 1 | -2/+1 |
2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 11 | -167/+1019 |
2017-11-03 | openrisc: fix possible deadlock scenario during timer sync | Stafford Horne | 1 | -1/+1 |
2017-11-03 | openrisc: add tick timer multi-core sync logic | Stafford Horne | 4 | -3/+137 |
2017-11-03 | openrisc: enable LOCKDEP_SUPPORT and irqflags tracing | Stafford Horne | 1 | -3/+71 |
2017-11-03 | openrisc: support framepointers and STACKTRACE_SUPPORT | Stafford Horne | 4 | -48/+200 |
2017-11-03 | openrisc: add cacheflush support to fix icache aliasing | Jan Henrik Weinstock | 1 | -0/+15 |
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 | 1 | -0/+1 |
2017-11-03 | openrisc: initial SMP support | Stefan Kristiansson | 6 | -88/+475 |
2017-11-03 | openrisc: use shadow registers to save regs on exception | Stefan Kristiansson | 1 | -26/+69 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-07-07 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2 | -2/+2 |