summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)AuthorFilesLines
2025-03-13powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inlineChristophe Leroy1-2/+10
2025-03-13powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman2-26/+20
2021-05-14powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+4
2020-12-30powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-12-02powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell1-0/+2
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-22powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman1-2/+3
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin1-9/+15
2020-10-29powerpc/book3s64/hash/4k: Support large linear mapping range with 4KAneesh Kumar K.V1-7/+6
2020-09-23powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V1-5/+5
2020-06-24powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-06-22powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-05-20powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+1
2020-04-17powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V4-2/+21
2020-02-11powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2-8/+16
2020-02-11powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2-3/+9
2020-02-11powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2-10/+0
2020-01-29powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V1-1/+4
2019-10-17powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy1-0/+1
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2019-09-24powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V1-1/+7
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin1-0/+9
2019-09-05powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin1-9/+3
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin1-4/+0
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-9/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2-0/+5
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy1-3/+0
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy2-3/+0
2019-08-20powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ONNicholas Piggin1-2/+4
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-0/+11
2019-07-17mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-1/+0
2019-07-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+32
2019-07-04powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-0/+21
2019-07-04powerpc/mm: Remove unused variable declarationAneesh Kumar K.V1-1/+0
2019-07-01powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig1-2/+0
2019-07-01Merge branch 'fixes' into nextMichael Ellerman1-0/+30
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+8
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin1-0/+3
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+30
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin1-0/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-9/+2
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+4
2019-05-17powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V1-0/+4
2019-05-16powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V1-2/+0
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti1-3/+2
2019-05-09powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman1-1/+1
2019-05-07powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley1-0/+3
2019-05-02powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy1-3/+10
2019-05-02powerpc/mm: refactor pmd_pgtable()Christophe Leroy2-7/+0