summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/page.h
AgeCommit message (Expand)Author
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Rely on generic definition of hugepd_t and is_hugepd when unusedChristophe Leroy
2022-09-26powerpc/nohash: Remove pgd_huge() stubChristophe Leroy
2022-05-22powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy
2022-04-07powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-02-17powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy
2020-01-07powerpc32/booke: consistently return phys_addr_t in __pa()Bai Yingjie
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan
2019-11-13powerpc: introduce kernstart_virt_addr to store the kernel baseJason Yan
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-08-20powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addressesNicholas Piggin
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy
2019-04-21powerpc/mm: Drop the unnecessary region checkAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V
2019-02-23powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy
2019-02-04powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy
2018-11-25powerpc: mark 64-bit PD_HUGE constant as unsigned longDaniel Axtens
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini
2018-03-13powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid()Mathieu Malaterre
2018-03-06powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy
2017-05-19powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V
2016-03-03powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V
2016-02-29powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pte_val as lvalueAneesh Kumar K.V
2015-10-27powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32Scott Wood
2015-10-12powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V
2015-10-09powerpc: Fix _ALIGN_* errors due to type difference.Aneesh Kumar K.V