aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22powerpc/mm: Remove very old comment in hash-4k.hMichael Ellerman1-5/+1
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy1-4/+1
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy1-0/+9
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy1-0/+1
2018-11-25powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-0/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-110/+186
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+13
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-8/+0
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V1-25/+57
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V1-2/+2
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin1-1/+1
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin1-0/+2
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy1-39/+32
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy1-20/+0
2018-10-14powerpc/mm: drop unused page flagsChristophe Leroy1-9/+1
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy1-0/+35
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2-6/+4
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-2/+2
2018-10-09KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh1-0/+12
2018-10-09KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh1-0/+1
2018-10-03powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V1-0/+8
2018-10-03powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2-0/+21
2018-10-03powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2-1/+4
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2-3/+16
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-3/+0
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-3/+1
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin1-0/+2
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin1-0/+1
2018-09-19powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin1-1/+1
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar1-0/+7
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy1-1/+0
2018-08-23powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V1-1/+17
2018-08-13powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2-0/+10
2018-08-10powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V1-3/+2
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin1-0/+3
2018-07-30powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman1-2/+21
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy3-1/+5
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V1-0/+10
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-55/+7
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin4-55/+7
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V3-0/+35
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-06-03powerpc/64s/radix: optimise pte_updateNicholas Piggin1-12/+13
2018-06-03powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin1-1/+18
2018-06-03powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin1-8/+2
2018-06-03powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin1-1/+11
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V2-5/+8