summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* parisc: Try to fix random segmentation faults in package buildsJohn David Anglin2024-06-121-15/+12
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-14/+23
|/
* procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-171-3/+0
* parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+38
* Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-201-2/+2
|\
| * parisc: Drop PMD_SHIFT from calculation in pgtable.hHelge Deller2022-12-171-2/+2
* | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-15/+0
|/
* parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller2022-10-141-1/+6
* parisc: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2022-07-171-4/+4
* parisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
* parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller2022-05-081-1/+1
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\
| * arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
* | parisc: Use constants to encode the space registers like SR_KERNELHelge Deller2022-03-111-3/+3
* | parisc: Add vDSO supportHelge Deller2022-03-111-2/+5
|/
* parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-131-2/+8
* parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2021-08-301-2/+2
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* parisc: Optimize per-pagetable spinlocksHelge Deller2021-02-121-71/+18
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-28/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+0
* arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton2020-06-021-2/+0
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-2/+0
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-041-27/+25
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* parisc: fix compilation errrorsQian Cai2019-08-241-2/+1
* parisc: Use per-pagetable spinlockMikulas Patocka2019-05-031-15/+54
* mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* parisc: Remove pte_inserted defineJohn David Anglin2018-10-201-8/+2
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-2/+1
* parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-171-12/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* parisc: Add Page Deallocation Table (PDT) supportHelge Deller2017-05-121-0/+3
* parisc: Purge TLB before setting PTEJohn David Anglin2016-12-071-4/+4
* parisc: Increase initial kernel mapping sizeHelge Deller2016-10-091-3/+3
* parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-071-1/+1
* parisc: Disable huge pages on Mako machinesHelge Deller2015-12-121-1/+2
* parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2015-11-221-1/+5
* parisc: Add defines for Huge page supportHelge Deller2015-11-221-3/+17
* parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-101-18/+37
* parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-9/+7
* mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+1
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-10/+0
* parisc: add flexible mmap memory layout supportHelge Deller2014-02-021-0/+1