aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)Author
2020-07-13powerpc/64s/pgtable: fix an undefined behaviourQian Cai
2020-07-11powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-06-08powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-06-01powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V
2020-05-04powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy
2020-05-04powerpc/32s: Fix bad_kuap_fault()Christophe Leroy
2020-05-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V
2020-04-16powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V
2019-12-29powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-05-17powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V
2019-05-17powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti
2019-05-09powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman
2019-05-07powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley
2019-05-03powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy
2019-05-03powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy
2019-05-03powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V
2019-04-21powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V
2019-04-21powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V
2019-04-21powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy
2019-04-21powerpc/mm: Detect bad KUAP faultsMichael Ellerman
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai
2019-04-20powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V