summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/pgtable.h
AgeCommit message (Expand)Author
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller
2022-03-11parisc: Add vDSO supportHelge Deller
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-08-24parisc: fix compilation errrorsQian Cai
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky
2018-10-20parisc: Remove pte_inserted defineJohn David Anglin
2018-10-17parisc: Add alternative coding infrastructureHelge Deller
2018-10-17parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-12parisc: Add Page Deallocation Table (PDT) supportHelge Deller
2016-12-07parisc: Purge TLB before setting PTEJohn David Anglin
2016-10-09parisc: Increase initial kernel mapping sizeHelge Deller
2016-10-07parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller
2015-12-12parisc: Disable huge pages on Mako machinesHelge Deller
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller
2015-11-22parisc: Add defines for Huge page supportHelge Deller
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro
2013-04-25parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin
2013-01-19[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin
2012-05-10parisc: add missing include of asm/page.h to asm/pgtable.hRolf Eike Beer
2011-04-15[PARISC] only make executable areas executableJames Bottomley
2011-02-10Merge branch 'tmpalias-flush' into for-nextJames Bottomley
2011-01-16parisc: fix compile breakage caused by inlining maybe_mkwriteJames Bottomley
2011-01-15eliminate special FLUSH flag from page tableJames Bottomley
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2009-03-31parisc: fix usage of 32bit PTE page table entries on 32bit kernelsHelge Deller
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin