summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-043-16/+97
|\
| * Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-012-16/+92
| |\
| | * powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2020-01-282-0/+45
| | * powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy2020-01-282-6/+21
| | * powerpc/32s: Drop NULL addr verificationChristophe Leroy2020-01-281-4/+6
| | * powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2020-01-282-8/+16
| | * powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-282-3/+9
| * | powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-0/+5
| |/
* | powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-042-10/+0
* | powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
* | powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V2020-01-231-1/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-012-6/+0
|\
| * powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-012-6/+0
* | powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2019-11-052-31/+0
|/
* powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy2019-10-171-0/+1
* powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell2019-10-091-0/+4
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-291-1/+7
|\
| * powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V2019-09-241-1/+7
* | powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+9
* | powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin2019-09-051-9/+3
* | powerpc/64s: remove register_process_table callbackNicholas Piggin2019-09-051-4/+0
* | powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-9/+3
* | powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-272-0/+5
* | powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2019-08-271-3/+0
* | powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-272-3/+0
* | powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ONNicholas Piggin2019-08-201-2/+4
* | powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy2019-08-201-0/+11
|/
* mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-161-1/+0
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-133-3/+32
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-0/+21
| * powerpc/mm: Remove unused variable declarationAneesh Kumar K.V2019-07-051-1/+0
| * powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2019-07-011-2/+0
| * Merge branch 'fixes' into nextMichael Ellerman2019-07-011-0/+30
| |\
| * | powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+8
| * | powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-0/+3
* | | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-151-0/+30
|\ \ \ | | |/ | |/|
| * | powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-071-0/+30
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-9/+2
|/
* Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-191-2/+4
|\
| * powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V2019-05-171-0/+4
| * powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V2019-05-171-2/+0
* | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-3/+2
|/
* powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman2019-05-091-1/+1
* powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley2019-05-071-0/+3
* powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-031-3/+10
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-032-7/+0
* powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-032-43/+0
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-032-47/+0
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-031-3/+12
* powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-032-12/+0
OpenPOWER on IntegriCloud