aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport8-8/+0
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds4-73/+51
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller1-5/+5
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-4/+0
2020-06-04sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny1-0/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-8/+3
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-7/+2
2020-06-03sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-15/+4
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-22/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-8/+16
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-02sparc32: mm: Only call ctor()/dtor() functions for first and last userWill Deacon1-3/+11
2020-06-02sparc32: mm: Don't try to free page-table pages if ctor() failsWill Deacon1-1/+0
2020-06-02sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport1-2/+2
2020-05-23sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport1-1/+1
2020-05-13sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *Will Deacon1-20/+9
2020-05-13sparc32: mm: Restructure sparc32 MMU page-table layoutWill Deacon3-43/+25
2020-05-13sparc32: mm: Fix argument checking in __srmmu_get_nocache()Will Deacon1-6/+6
2020-05-06sparc: mm: return true,false in kern_addr_valid()Jason Yan1-5/+5
2020-04-02sparc32: use per-device dma_opsChristoph Hellwig4-18/+13
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2-2/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu2-2/+2
2020-04-02mm: introduce fault_signal_pending()Peter Xu2-2/+2
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-15/+52
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport3-15/+52
2019-12-04sparc32: use pgtable-nopud instead of 4level-fixupMike Rapoport5-16/+64
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2-4/+4
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-15/+1
2019-07-12sparc64: use the generic get_user_pages_fast codeChristoph Hellwig2-341/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-3/+3
2019-06-02sparc64: Fix regression in non-hypervisor TLB flush xcallJames Clarke1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman2-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport1-5/+0
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig2-16/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-4/+5
2019-05-09sparc64: simplify reduce_memory() functionMike Rapoport1-40/+2