summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-262-6/+1
|\
| * hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-262-6/+1
* | 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-192-14/+0
| * 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
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-252-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/+0
|/
* 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
OpenPOWER on IntegriCloud