Age | Commit message (Expand) | Author | Files | Lines |
2022-11-08 | mm: remove kern_addr_valid() completely |  Kefeng Wang | 1 | -6/+0 |
2022-07-17 | sparc/mm: move protection_map[] inside the platform |  Anshuman Khandual | 1 | -19/+0 |
2022-03-21 | sparc32: Add pmd_pfn() |  Matthew Wilcox (Oracle) | 1 | -1/+6 |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * |  Aneesh Kumar K.V | 1 | -3/+3 |
2021-07-01 | mm/thp: define default pmd_pgtable() |  Anshuman Khandual | 1 | -0/+2 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS |  Anshuman Khandual | 1 | -1/+0 |
2021-04-30 | mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page |  Nicholas Piggin | 1 | -0/+3 |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions |  Mike Rapoport | 1 | -25/+7 |
2020-06-09 | mm: introduce include/linux/pgtable.h |  Mike Rapoport | 1 | -2/+0 |
2020-05-13 | sparc32: mm: Change pgtable_t type to pte_t * instead of struct page * |  Will Deacon | 1 | -0/+11 |
2020-05-13 | sparc32: mm: Restructure sparc32 MMU page-table layout |  Will Deacon | 1 | -14/+15 |
2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() |  Anshuman Khandual | 1 | -7/+0 |
2019-12-04 | sparc32: use pgtable-nopud instead of 4level-fixup |  Mike Rapoport | 1 | -14/+14 |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() |  Mike Rapoport | 1 | -5/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-05-17 | sparc: Fix -Wstringop-overflow warning |  Orlando Arias | 1 | -2/+2 |
2016-05-20 | sparc32: fix build with STRICT_MM_TYPECHECKS |  Sam Ravnborg | 1 | -1/+1 |
2015-09-08 | sparc32: do not include swap.h from pgtable_32.h |  Michal Hocko | 1 | -1/+1 |
2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs |  Kirill A. Shutemov | 1 | -1/+1 |
2015-02-11 | sparc32: fix broken set_pte() |  Kirill A. Shutemov | 1 | -1/+2 |
2015-02-10 | sparc: drop pte_file()-related helpers |  Kirill A. Shutemov | 1 | -24/+0 |
2014-05-18 | sparc: drop use of extern for prototypes in arch/sparc/include/asm |  Sam Ravnborg | 1 | -5/+5 |
2014-04-29 | sparc32: fix sparse warning in init_32.c |  Sam Ravnborg | 1 | -0/+1 |
2013-06-29 | consolidate io_remap_pfn_range definitions |  Al Viro | 1 | -0/+1 |
2012-07-26 | sparc32: drop unused BAD_PAGE stuff |  Sam Ravnborg | 1 | -7/+0 |
2012-07-26 | sparc32: centralize all mmu context handling in srmmu.c |  Sam Ravnborg | 1 | -32/+0 |
2012-07-26 | sparc32: drop swapper_pg_dir |  Sam Ravnborg | 1 | -2/+3 |
2012-05-15 | sparc32: cleanup mm/fault_32.c |  Sam Ravnborg | 1 | -2/+0 |
2012-05-14 | sparc32: remove runtime btfix support |  Sam Ravnborg | 1 | -1/+0 |
2012-05-13 | sparc32: Un-btfixup update_mmu_cache(). |  David S. Miller | 1 | -3/+1 |
2012-05-13 | sparc32: drop btfixup in pgtable_32.h |  Sam Ravnborg | 1 | -24/+36 |
2012-05-12 | sparc32: Un-btfixup more PTE constants and PTE ops. |  David S. Miller | 1 | -22/+17 |
2012-05-12 | sparc32: Un-btfixup pte_{write,dirty,young}i |  David S. Miller | 1 | -10/+3 |
2012-05-12 | sparc32: Un-btfixup set_pte, pte_present, mk_pte{_phys,_io}(). |  David S. Miller | 1 | -23/+27 |
2012-05-12 | sparc32: Un-btfixup pmd_{bad,present}(). |  David S. Miller | 1 | -5/+9 |
2012-05-12 | sparc32: Un-btfixup pgd_{none,bad,present}. |  David S. Miller | 1 | -6/+13 |
2012-05-12 | sparc32: Un-btfixup PAGE_{NONE,COPY,READONLY,SHARED,KERNEL}. |  David S. Miller | 1 | -39/+23 |
2012-05-12 | sparc32: Un-btfixup pmd_page and pte_pfn. |  David S. Miller | 1 | -6/+25 |
2012-05-12 | sparc32: Un-btfixup {pte,pmd,pgd}_clear(). |  David S. Miller | 1 | -6/+38 |
2012-05-12 | sparc32: Un-btfixup PGDIR_{SHIFT,SIZE,MASK} {USER_,}PTRS_PER_{PGD,PMD} |  David S. Miller | 1 | -14/+6 |
2012-05-12 | sparc32: drop unused type/extern |  Sam Ravnborg | 1 | -8/+0 |
2012-05-12 | sparc32: Trivial removal of sun4c references in comments. |  David S. Miller | 1 | -5/+1 |
2012-05-11 | sparc32: Kill asm/vac-ops.h |  David S. Miller | 1 | -1/+0 |
2012-05-11 | sparc32: use inline versions of pgprot_noncached, pte_to_pgoff and pgoff_to_pte |  Sam Ravnborg | 1 | -6/+14 |
2012-05-11 | sparc32: delete pgtsun4c.h |  Sam Ravnborg | 1 | -9/+2 |
2012-03-28 | Disintegrate asm/system.h for Sparc |  David Howells | 1 | -1/+1 |
2011-11-17 | sparc: Kill custom io_remap_pfn_range(). |  David S. Miller | 1 | -4/+16 |
2011-04-21 | sparc32: avoid build warning at mm/percpu.c:1647 |  Sam Ravnborg | 1 | -2/+4 |
2010-10-26 | mm: remove pte_*map_nested() |  Peter Zijlstra | 1 | -3/+0 |
2010-05-25 | sparc32: Kill none_mask, it's bogus. |  David S. Miller | 1 | -3/+2 |