aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/srmmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29sparc: Unbreak the buildBart Van Assche1-16/+13
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-10/+10
2021-02-18sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia1-1/+1
2020-11-06sparc/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-2/+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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-65/+41
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
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-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 Deacon1-40/+20
2020-05-13sparc32: mm: Fix argument checking in __srmmu_get_nocache()Will Deacon1-6/+6
2020-04-02sparc32: use per-device dma_opsChristoph Hellwig1-3/+1
2019-12-04sparc32: use pgtable-nopud instead of 4level-fixupMike Rapoport1-11/+40
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+8
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-5/+5
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-5/+5
2018-07-30sparc: move MSI related definitions to where they are usedThomas Petazzoni1-1/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-06sparc32: Export vac_cache_size to fix build errorGuenter Roeck1-0/+1
2017-02-23sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal1-3/+3
2016-05-20sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg1-2/+2
2016-05-20sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg1-5/+10
2014-12-18sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson1-4/+7
2014-04-29sparc32: fix sparse "Should it be static?" in mm/Sam Ravnborg1-3/+0
2014-04-29sparc32: fix sparse warnings in srmmu.cSam Ravnborg1-3/+3
2014-04-29sparc32: fix sparse warning in init_32.cSam Ravnborg1-2/+0
2014-04-29sparc32: rename mm/srmmu.h to mm/mm_32.hSam Ravnborg1-1/+1
2014-02-19sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker1-0/+2
2013-11-15sparc: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker1-6/+6
2013-03-31sparc/srmmu: clear trailing edge of bitmap properlyAkinobu Mita1-1/+3
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg1-1/+11
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg1-9/+60
2012-07-26sparc32: beautify srmmu_inherit_prom_mappings()Sam Ravnborg1-10/+16
2012-07-26sparc32: use void * in nocache get/freeSam Ravnborg1-27/+34
2012-07-26sparc32: fix coding-style in srmmu.cSam Ravnborg1-68/+64
2012-07-26sparc32: sort includes in srmmu.cSam Ravnborg1-21/+21
2012-07-26sparc32: define a few srmmu functions __initSam Ravnborg1-2/+2
2012-05-27sparc32: srmmu_probe now knows about leon tooSam Ravnborg1-4/+21
2012-05-22sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg1-27/+0
2012-05-19sparc32: drop unused inline functions in srmmu.cSam Ravnborg1-26/+0
2012-05-19sparc32,leon: move leon mmu functions to leon_mm.cSam Ravnborg1-81/+2