summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | nios2: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-262-2/+2
|/
* arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-8/+18
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* nios2: convert to dma_map_opsChristoph Hellwig2016-01-201-69/+80
* nios2: fix cache coherencyLey Foon Tan2015-11-261-20/+4
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
* nios2: rework cacheLey Foon Tan2015-04-241-16/+36
* nios2: remove end address checking for initdaLey Foon Tan2015-04-201-3/+0
* nios2: fix cache coherency issue when debug with gdbLey Foon Tan2015-04-101-3/+0
* nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan2015-03-161-6/+0
* nios2: Port OOM changes to do_page_fault()Ley Foon Tan2015-02-091-5/+32
* nios2: fix unhandled signalsChung-Ling Tang2015-02-091-3/+5
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* nios2: Build infrastructureLey Foon Tan2014-12-081-0/+14
* nios2: DMA mapping APILey Foon Tan2014-12-081-0/+186
* nios2: TLB handlingLey Foon Tan2014-12-081-0/+275
* nios2: Cache handlingLey Foon Tan2014-12-081-0/+271
* nios2: Process managementLey Foon Tan2014-12-081-0/+116
* nios2: Page table managementLey Foon Tan2014-12-081-0/+74
* nios2: MMU Fault handlingLey Foon Tan2014-12-082-0/+276
* nios2: I/O MappingLey Foon Tan2014-12-081-0/+187
* nios2: Memory managementLey Foon Tan2014-12-082-0/+305