summaryrefslogtreecommitdiffstats
path: root/arch/nios2/mm
Commit message (Expand)AuthorAgeFilesLines
* nios2: fix livelock in uaccessAl Viro2023-03-021-1/+4
* nios2: drop definition of PGD_ORDERMike Rapoport2022-07-172-3/+2
* nios2: drop definition of PTE_ORDERMike Rapoport2022-07-171-1/+1
* nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-0/+1
* mm/nios2: use general page fault accountingPeter Xu2020-08-121-10/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-8/+8
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* nios2: add support for folded p4d page tablesMike Rapoport2020-06-042-3/+12
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-5/+3
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-11/+1
|\
| * dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+1
| * dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-10/+0
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
|/
* nios2: Fix ioremapGuenter Roeck2019-12-121-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | nios2: remove __iounmapChristoph Hellwig2019-11-111-3/+3
* | nios2: remove __ioremapChristoph Hellwig2019-11-111-14/+3
|/
* nios2: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-251-19/+15
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* 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-071-1/+2
| * nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-072-9/+30
| * nios2: User address TLB flush break after finding the matching entryNicholas Piggin2019-03-071-0/+5
| * nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin2019-03-071-6/+5
| * nios2: improve readability of tlb functionsNicholas Piggin2019-03-071-27/+33
| * nios2: flush_tlb_mm flush only the pidNicholas Piggin2019-03-071-12/+14
| * nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin2019-03-071-2/+2
| * nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin2019-03-071-12/+7
| * nios2: Use an invalid TLB entry address helper functionNicholas Piggin2019-03-071-35/+33
| * nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-072-10/+10
| * nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin2019-03-071-0/+2
* | arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta2019-03-071-1/+0
|/
* 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-171-1/+1
* nios2: use generic dma_noncoherent_opsChristoph Hellwig2018-07-251-126/+13
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-2/+2
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
* 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/+0