summaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2019-05-09sparc/iommu: use __sbus_iommu_map_page to implement the map_sg pathChristoph Hellwig1-21/+10
2019-05-09sparc/iommu: fix __sbus_iommu_map_page for highmem pagesChristoph Hellwig1-8/+7
2019-05-09sparc/iommu: move per-page flushing into __sbus_iommu_map_pageChristoph Hellwig1-12/+14
2019-05-09sparc/iommu: pass a physical address to iommu_get_oneChristoph Hellwig1-6/+7
2019-05-09sparc/iommu: create a common helper for map_sgChristoph Hellwig1-20/+17
2019-05-09sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_pageChristoph Hellwig1-14/+7
2019-05-09sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sgChristoph Hellwig1-3/+3
2019-05-09sparc/iommu: use !PageHighMem to check if a page has a kernel mappingChristoph Hellwig1-1/+2
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport2-0/+19
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2-6/+6
2019-03-08arch: simplify several early memory allocationsMike Rapoport1-6/+3
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+3
2019-01-05mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2-6/+4
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2-2/+2
2018-12-19sparc/iommu: fix ->map_sg return valueChristoph Hellwig1-21/+18
2018-12-19sparc/io-unit: fix ->map_sg return valueChristoph Hellwig1-12/+11
2018-12-11sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig2-69/+133
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2-3/+3
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport3-9/+12
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-5/+6
2018-10-27sparc64: Export __node_distance.David S. Miller1-0/+1
2018-08-21sparc32: split ramdisk detection and reservation to a helper functionMike Rapoport1-25/+31
2018-08-21sparc32: switch to NO_BOOTMEMMike Rapoport1-56/+19
2018-08-21sparc: mm/init_32: kill trailing whitespaceMike Rapoport1-3/+3
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-2/+4
2018-07-30sparc: move MSI related definitions to where they are usedThomas Petazzoni1-1/+19
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman2-19/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2-0/+2
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin1-0/+4
2018-04-06mm: fix races between swapoff and flush dcacheHuang Ying2-4/+4
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz4-1/+140
2018-03-16sparc64: Fix regression in pmdp_invalidate().David S. Miller1-6/+13
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-5/+18
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+1
2017-12-20Do not hash userspace addresses in fault handlersKees Cook2-2/+2
2017-12-16Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-2/+2
2017-11-30mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-30mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-16mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-16sparc64: simplify vmemmap_populatePavel Tatashin1-17/+6
2017-11-16sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-16kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-2/+2
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-16mm: account pud page tablesKirill A. Shutemov1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-08-16sparc64: Cleanup hugepage table walk functionsNitin Gupta1-34/+20