summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm
Commit message (Expand)AuthorAgeFilesLines
* nios2: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-251-19/+15Star
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-103-86/+115
|\
| * nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-061-1/+2
| * nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-062-9/+30
| * nios2: User address TLB flush break after finding the matching entryNicholas Piggin2019-03-061-0/+5
| * nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin2019-03-061-6/+5Star
| * nios2: improve readability of tlb functionsNicholas Piggin2019-03-061-27/+33
| * nios2: flush_tlb_mm flush only the pidNicholas Piggin2019-03-061-12/+14
| * nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin2019-03-061-2/+2
| * nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin2019-03-061-12/+7Star
| * nios2: Use an invalid TLB entry address helper functionNicholas Piggin2019-03-061-35/+33Star
| * nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-062-10/+10
| * nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin2019-03-061-0/+2
* | arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta2019-03-081-1/+0Star
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* nios2: use generic dma_noncoherent_opsChristoph Hellwig2018-07-251-126/+13Star
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-061-2/+2
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-081-33/+0Star
* nios2: switch to RAW_COPY_USERAl Viro2017-03-291-8/+8
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* 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-151-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-271-1/+1
* nios2: convert to dma_map_opsChristoph Hellwig2016-01-211-69/+80
* nios2: fix cache coherencyLey Foon Tan2015-11-261-20/+4Star
* 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/+0Star
* nios2: fix cache coherency issue when debug with gdbLey Foon Tan2015-04-101-3/+0Star
* nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan2015-03-161-6/+0Star
* 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