aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29sparc: Unbreak the buildBart Van Assche1-16/+13
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual2-0/+23
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2-0/+9
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+12
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+4
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-0/+1
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-3/+4
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2-18/+14
2021-10-25signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman1-1/+1
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman1-1/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2021-08-09sparc/iommu: return error codes from .map_sg() opsMartin Oliveira1-1/+1
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2-2/+2
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-4/+2
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song1-0/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-6/+6
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang2-3/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-02-26Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller4-180/+11
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-10/+13
2021-02-18sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia1-1/+1
2021-02-18sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)1-1/+1
2021-02-18sparc32: Limit memblock allocation to low memoryAndreas Larsson1-0/+3
2021-01-03Merge remote-tracking branch 'sparc/master' into work.sparc32Al Viro1-9/+9
2021-01-03sparc32: switch to generic extablesAl Viro3-123/+12
2021-01-03sparc32: kill lookup_fault()Al Viro2-58/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-15sparc: fix handling of page table constructor failureMatthew Wilcox (Oracle)1-1/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-120/+0
2020-12-09sparc64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-6/+13
2020-11-06sparc/mm/highmem: Switch to generic kmap atomicThomas Gleixner3-120/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-8/+4
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-2/+2
2020-08-20sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()Al Viro1-5/+1
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu2-3/+3
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport4-4/+0
2020-07-21sparc32: srmmu: improve type safety of __nocache_fix()Mike Rapoport1-8/+8
2020-07-21sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()Mike Rapoport1-1/+1
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-15/+15
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport4-30/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2