aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-15/+1
2019-07-12sparc64: use the generic get_user_pages_fast codeGravatar Christoph Hellwig 2-341/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2019-06-02sparc64: Fix regression in non-hypervisor TLB flush xcallGravatar James Clarke 1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 2-2/+2
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-14init: free_initmem: poison freed init memoryGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: poison freed initrd memoryGravatar Christoph Hellwig 2-16/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-4/+5
2019-05-09sparc64: simplify reduce_memory() functionGravatar Mike Rapoport 1-40/+2
2019-05-08sparc/iommu: merge iommu_get_one and __sbus_iommu_map_pageGravatar Christoph Hellwig 1-32/+24
2019-05-08sparc/iommu: use __sbus_iommu_map_page to implement the map_sg pathGravatar Christoph Hellwig 1-21/+10
2019-05-08sparc/iommu: fix __sbus_iommu_map_page for highmem pagesGravatar Christoph Hellwig 1-8/+7
2019-05-08sparc/iommu: move per-page flushing into __sbus_iommu_map_pageGravatar Christoph Hellwig 1-12/+14
2019-05-08sparc/iommu: pass a physical address to iommu_get_oneGravatar Christoph Hellwig 1-6/+7
2019-05-08sparc/iommu: create a common helper for map_sgGravatar Christoph Hellwig 1-20/+17
2019-05-08sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_pageGravatar Christoph Hellwig 1-14/+7
2019-05-08sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sgGravatar Christoph Hellwig 1-3/+3
2019-05-08sparc/iommu: use !PageHighMem to check if a page has a kernel mappingGravatar Christoph Hellwig 1-1/+2
2019-03-12sparc: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 2-0/+19
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Gravatar Mike Rapoport 2-6/+6
2019-03-07arch: simplify several early memory allocationsGravatar Mike Rapoport 1-6/+3
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 1-3/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 2-6/+4
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 2-2/+2
2018-12-19sparc/iommu: fix ->map_sg return valueGravatar Christoph Hellwig 1-21/+18
2018-12-19sparc/io-unit: fix ->map_sg return valueGravatar Christoph Hellwig 1-12/+11
2018-12-11sparc: remove the sparc32_dma_ops indirectionGravatar Christoph Hellwig 2-69/+133
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 2-3/+3
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromGravatar Mike Rapoport 3-9/+12
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-5/+6
2018-10-26sparc64: Export __node_distance.Gravatar David S. Miller 1-0/+1
2018-08-21sparc32: split ramdisk detection and reservation to a helper functionGravatar Mike Rapoport 1-25/+31
2018-08-21sparc32: switch to NO_BOOTMEMGravatar Mike Rapoport 1-56/+19
2018-08-21sparc: mm/init_32: kill trailing whitespaceGravatar Mike Rapoport 1-3/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 2-2/+4
2018-07-30sparc: move MSI related definitions to where they are usedGravatar Thomas Petazzoni 1-1/+19
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXGravatar Stefan Agner 1-1/+1
2018-04-25signal/sparc: Use force_sig_fault where appropriateGravatar Eric W. Biederman 2-19/+3
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 2-0/+2
2018-04-13mm/gup.c: document return valueGravatar Michael S. Tsirkin 1-0/+4
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 2-4/+4
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Gravatar Khalid Aziz 4-1/+140
2018-03-15sparc64: Fix regression in pmdp_invalidate().Gravatar David S. Miller 1-6/+13
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+3
2018-01-31sparc64: update pmdp_invalidate() to return old pmd valueGravatar Nitin Gupta 1-5/+18
2018-01-08mm: pass the vmem_altmap to vmemmap_freeGravatar Christoph Hellwig 1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateGravatar Christoph Hellwig 1-1/+1
2017-12-19Do not hash userspace addresses in fault handlersGravatar Kees Cook 2-2/+2