summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Remove very old comment in hash-4k.hMichael Ellerman2018-12-221-5/+1Star
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-192-9/+10
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-191-0/+6
* powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-041-0/+4
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-042-8/+2Star
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-043-11/+16
* powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-042-0/+11
* powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-041-0/+1
* powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2018-12-042-32/+0Star
* powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy2018-11-261-6/+3Star
* powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre2018-11-251-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+1Star
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-3/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-272-6/+1Star
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-272-6/+1Star
* | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-268-123/+325
|\ \ \ | |/ / |/| |
| * | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-182-14/+0Star
| * | 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/+32Star
| * | 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/+0Star
| * | powerpc/mm: drop unused page flagsChristophe Leroy2018-10-141-9/+1Star
| * | powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-6/+3Star
| * | 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/+5Star
| * | 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/+0Star
| * | 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
* | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-262-0/+13
|\ \ \
| * | | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-091-0/+12
| * | | KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-0/+1
| | |/ | |/|
* / | mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-2/+2
|/ /
* / KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-1/+0Star
|/
* 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/+2Star
* 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/+0Star