summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/pgtable_64.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-26sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-16sparc64: Add 16GB hugepage supportNitin Gupta1-0/+5
2017-08-16sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-2/+13
2017-08-10sparc64: Revert 16GB huge page support.David S. Miller1-18/+2
2017-08-10sparc64: Add 16GB hugepage supportNitin Gupta1-0/+5
2017-08-10sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-2/+13
2017-04-06sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+3
2017-02-23sparc64: Multi-page size supportNitin Gupta1-8/+15
2016-12-12sparc64: fix typo in pgd_clear()Kirill A. Shutemov1-1/+1
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta1-1/+6
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-11/+32
2016-05-21sparc64: Reduce TLB flushes during hugepte changesNitin Gupta1-11/+32
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins1-2/+0
2016-03-21sparc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-16arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim1-0/+9
2016-01-16sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-16/+0
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-4/+4
2015-06-01sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz1-1/+21
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11sparc: drop pte_file()-related helpersKirill A. Shutemov1-40/+0
2014-12-11mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+7
2014-10-06sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller1-1/+0
2014-10-06sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller1-4/+5
2014-10-06sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller1-0/+4
2014-10-06sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller1-29/+26
2014-10-06sparc64: Switch to 4-level page tables.David S. Miller1-5/+32
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-29/+29
2014-05-19sparc: drop use of extern for prototypes in arch/sparc/include/asmSam Ravnborg1-29/+29
2014-05-09sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller1-2/+4
2014-05-04sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller1-3/+6
2014-05-04sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller1-15/+31
2014-05-04sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller1-1/+1
2014-05-04sparc64: Fix range check in kern_addr_valid().David S. Miller1-1/+1
2014-05-04sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller1-4/+4
2014-05-04sparc64: Fix hex values in comment above pte_modify().David S. Miller1-2/+2
2014-05-04sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller1-1/+1
2014-05-04sparc64: Fix huge PMD invalidation.David S. Miller1-14/+4
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+2
2013-11-14sparc64: Encode huge PMDs using PTE encoding.David S. Miller1-72/+109
2013-11-13sparc64: Move to 64-bit PGDs and PMDs.David S. Miller1-11/+11
2013-11-13sparc64: Move from 4MB to 8MB huge pages.David S. Miller1-4/+8
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+3
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-0/+1
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V1-2/+3
2013-04-20sparc64: Fix race in TLB batch processing.David S. Miller1-0/+1
2013-02-14sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller1-8/+6
2012-12-19sparc64: Define pte_accessible()David S. Miller1-1/+7