summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm
AgeCommit message (Expand)AuthorLines
2019-06-25nios2: use the generic uncached segment support in dma-directChristoph Hellwig-19/+15
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-86/+115
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta-1/+0
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin-1/+2
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin-9/+30
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin-35/+33
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin-10/+10
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-07-25nios2: use generic dma_noncoherent_opsChristoph Hellwig-126/+13
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying-2/+2
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-08nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan-33/+0
2017-03-28nios2: switch to RAW_COPY_USERAl Viro-8/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2017-01-26nios2: migrate exception table users off module.h and onto extable.hPaul Gortmaker-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2016-12-14arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck-8/+18
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-6/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov-1/+1
2016-01-20nios2: convert to dma_map_opsChristoph Hellwig-69/+80
2015-11-26nios2: fix cache coherencyLey Foon Tan-20/+4
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand-1/+1
2015-04-24nios2: rework cacheLey Foon Tan-16/+36
2015-04-20nios2: remove end address checking for initdaLey Foon Tan-3/+0
2015-04-10nios2: fix cache coherency issue when debug with gdbLey Foon Tan-3/+0
2015-03-16nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan-6/+0
2015-02-09nios2: Port OOM changes to do_page_fault()Ley Foon Tan-5/+32
2015-02-09nios2: fix unhandled signalsChung-Ling Tang-3/+5
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2014-12-08nios2: Build infrastructureLey Foon Tan-0/+14
2014-12-08nios2: DMA mapping APILey Foon Tan-0/+186
2014-12-08nios2: TLB handlingLey Foon Tan-0/+275
2014-12-08nios2: Cache handlingLey Foon Tan-0/+271
2014-12-08nios2: Process managementLey Foon Tan-0/+116
2014-12-08nios2: Page table managementLey Foon Tan-0/+74
2014-12-08nios2: MMU Fault handlingLey Foon Tan-0/+276