summaryrefslogtreecommitdiff
path: root/arch/nios2/mm
AgeCommit message (Expand)Author
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2020-08-12mm/nios2: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig
2019-12-12nios2: Fix ioremapGuenter Roeck
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-11nios2: remove __iounmapChristoph Hellwig
2019-11-11nios2: remove __ioremapChristoph Hellwig
2019-06-25nios2: use the generic uncached segment support in dma-directChristoph Hellwig
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta
2019-03-07nios2: Fix update_mmu_cache preload the TLB with the new PTENicholas Piggin
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-25nios2: use generic dma_noncoherent_opsChristoph Hellwig
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-08nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan
2017-03-28nios2: switch to RAW_COPY_USERAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-01-26nios2: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-14arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck