Age | Commit message (Expand) | Author | Files | Lines |
2018-01-15 | dma-mapping: clear harmful GFP_* flags in common code | Christoph Hellwig | 1 | -3/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-08 | nios2: use generic strncpy_from_user() and strnlen_user() | Ley Foon Tan | 1 | -33/+0 |
2017-03-28 | nios2: switch to RAW_COPY_USER | Al Viro | 1 | -8/+8 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2017-01-26 | nios2: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2 | -2/+2 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -1/+1 |
2016-12-14 | arch/nios2: add option to skip DMA sync as a part of map and unmap | Alexander Duyck | 1 | -8/+18 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -6/+6 |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -1/+1 |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-20 | nios2: convert to dma_map_ops | Christoph Hellwig | 1 | -69/+80 |
2015-11-26 | nios2: fix cache coherency | Ley Foon Tan | 1 | -20/+4 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -1/+1 |
2015-04-24 | nios2: rework cache | Ley Foon Tan | 1 | -16/+36 |
2015-04-20 | nios2: remove end address checking for initda | Ley Foon Tan | 1 | -3/+0 |
2015-04-10 | nios2: fix cache coherency issue when debug with gdb | Ley Foon Tan | 1 | -3/+0 |
2015-03-16 | nios2: mm: do not invoke OOM killer on kernel fault OOM | Ley Foon Tan | 1 | -6/+0 |
2015-02-09 | nios2: Port OOM changes to do_page_fault() | Ley Foon Tan | 1 | -5/+32 |
2015-02-09 | nios2: fix unhandled signals | Chung-Ling Tang | 1 | -3/+5 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-12-08 | nios2: Build infrastructure | Ley Foon Tan | 1 | -0/+14 |
2014-12-08 | nios2: DMA mapping API | Ley Foon Tan | 1 | -0/+186 |
2014-12-08 | nios2: TLB handling | Ley Foon Tan | 1 | -0/+275 |
2014-12-08 | nios2: Cache handling | Ley Foon Tan | 1 | -0/+271 |
2014-12-08 | nios2: Process management | Ley Foon Tan | 1 | -0/+116 |
2014-12-08 | nios2: Page table management | Ley Foon Tan | 1 | -0/+74 |
2014-12-08 | nios2: MMU Fault handling | Ley Foon Tan | 2 | -0/+276 |
2014-12-08 | nios2: I/O Mapping | Ley Foon Tan | 1 | -0/+187 |
2014-12-08 | nios2: Memory management | Ley Foon Tan | 2 | -0/+305 |