summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-25/+57
* powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-141-2/+2
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-1/+1
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+2
* powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy2018-10-141-39/+32
* powerpc/book3s/32: do not include pte-common.hChristophe Leroy2018-10-141-4/+98
* powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-141-20/+0
* powerpc/mm: drop unused page flagsChristophe Leroy2018-10-141-9/+1
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-6/+3
* powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-142-0/+76
* powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-141-1/+1
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-143-7/+5
* powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2018-10-031-0/+8
* powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2018-10-032-0/+21
* powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-032-1/+4
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-032-3/+16
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-3/+0
* powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-191-0/+2
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-0/+1
* powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-1/+1
* powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+7
* powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-132-0/+10
* powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V2018-08-101-3/+2
* powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-0/+3
* powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman2018-07-301-2/+21
* powerpc: split asm/tlbflush.hChristophe Leroy2018-07-302-0/+36
* powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy2018-07-301-5/+0
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-303-1/+5
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-301-2/+0
* powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V2018-07-241-0/+10
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-194-55/+7
|\
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-164-55/+7
* | powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2018-06-261-1/+0
* | powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-204-0/+36
|/
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-3/+0
* powerpc/64s/radix: optimise pte_updateNicholas Piggin2018-06-031-12/+13
* powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2018-06-031-1/+18
* powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin2018-06-031-8/+2
* powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin2018-06-031-1/+11
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-0/+2
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-033-7/+11
* powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V2018-06-031-28/+3
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-031-0/+7
|\
| * powerpc/mm/radix: implement LPID based TLB flushes to be used by KVMNicholas Piggin2018-05-171-0/+7
* | powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V2018-06-021-0/+1
* | powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-153-17/+5
* | powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-157-0/+25
* | powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V2018-05-152-5/+15
* | powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2018-05-153-31/+7
|/