aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/mm
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-1/+0
2021-04-30mm: move page_mapping_file to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-08-12mm/nios2: use general page fault accountingGravatar Peter Xu 1-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-8/+8
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 3-3/+0
2020-06-04nios2: add support for folded p4d page tablesGravatar Mike Rapoport 2-3/+12
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-5/+3
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-11/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-3/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-1/+1
2020-03-16dma-direct: make uncached_kernel_address more generalGravatar Christoph Hellwig 1-1/+1
2020-03-16dma-direct: remove the cached_kernel_address hookGravatar Christoph Hellwig 1-10/+0
2019-12-12nios2: Fix ioremapGravatar Guenter Roeck 1-0/+8
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-4/+4
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-4/+4
2019-11-11nios2: remove __iounmapGravatar Christoph Hellwig 1-3/+3
2019-11-11nios2: remove __ioremapGravatar Christoph Hellwig 1-14/+3
2019-06-25nios2: use the generic uncached segment support in dma-directGravatar Christoph Hellwig 1-19/+15
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 3-86/+115
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeGravatar Sabyasachi Gupta 1-1/+0
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTEGravatar Nicholas Piggin 1-1/+2
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTEGravatar Nicholas Piggin 2-9/+30
2019-03-07nios2: User address TLB flush break after finding the matching entryGravatar Nicholas Piggin 1-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureGravatar Nicholas Piggin 1-6/+5
2019-03-07nios2: improve readability of tlb functionsGravatar Nicholas Piggin 1-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidGravatar Nicholas Piggin 1-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceGravatar Nicholas Piggin 1-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setGravatar Nicholas Piggin 1-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionGravatar Nicholas Piggin 1-35/+33
2019-03-07nios2: flush_tlb_page use PID based flushGravatar Nicholas Piggin 2-10/+10
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBGravatar Nicholas Piggin 1-0/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-25nios2: use generic dma_noncoherent_opsGravatar Christoph Hellwig 1-126/+13
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 1-2/+2
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeGravatar Christoph Hellwig 1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-08nios2: use generic strncpy_from_user() and strnlen_user()Gravatar Ley Foon Tan 1-33/+0
2017-03-28nios2: switch to RAW_COPY_USERGravatar Al Viro 1-8/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-01-26nios2: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 2-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-12-14arch/nios2: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 1-8/+18