summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/pgtable_64.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck2019-05-141-30/+0
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-081-3/+0
* sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-181-0/+46
* sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz2018-03-181-0/+2
* sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2018-02-011-1/+1
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-1/+1
* sparc64: optimize struct page zeroingPavel Tatashin2017-11-161-0/+30
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sparc64: Add 16GB hugepage supportNitin Gupta2017-08-161-0/+5
* sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-161-2/+13
* sparc64: Revert 16GB huge page support.David S. Miller2017-08-101-18/+2
* sparc64: Add 16GB hugepage supportNitin Gupta2017-08-101-0/+5
* sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-101-2/+13
* sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka2017-04-061-7/+8
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+3
* sparc64: Multi-page size supportNitin Gupta2017-02-231-8/+15
* sparc64: fix typo in pgd_clear()Kirill A. Shutemov2016-12-121-1/+1
* sparc64: Trim page tables for 8M hugepagesNitin Gupta2016-07-291-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-231-11/+32
|\
| * sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-05-211-11/+32
* | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-2/+0
|/
* sparc: Fix misspellings in comments.Adam Buchbinder2016-03-211-1/+1
* arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+9
* sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-16/+0
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-251-4/+4
* sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz2015-06-011-1/+21
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
* sparc: drop pte_file()-related helpersKirill A. Shutemov2015-02-101-40/+0
* mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-111-0/+7
* sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller2014-10-061-1/+0
* sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2014-10-061-4/+5
* sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2014-10-061-0/+4
* sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2014-10-061-29/+26
* sparc64: Switch to 4-level page tables.David S. Miller2014-10-061-5/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-29/+29
|\
| * sparc: drop use of extern for prototypes in arch/sparc/include/asmSam Ravnborg2014-05-191-29/+29
* | sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2014-05-081-2/+4
* | sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller2014-05-041-3/+6
* | sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller2014-05-041-15/+31
* | sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller2014-05-041-1/+1
* | sparc64: Fix range check in kern_addr_valid().David S. Miller2014-05-041-1/+1
* | sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller2014-05-041-4/+4
* | sparc64: Fix hex values in comment above pte_modify().David S. Miller2014-05-041-2/+2
* | sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2014-05-041-1/+1
* | sparc64: Fix huge PMD invalidation.David S. Miller2014-05-041-14/+4
|/
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-2/+2
* sparc64: Encode huge PMDs using PTE encoding.David S. Miller2013-11-131-72/+109
* sparc64: Move to 64-bit PGDs and PMDs.David S. Miller2013-11-131-11/+11
* sparc64: Move from 4MB to 8MB huge pages.David S. Miller2013-11-131-4/+8