summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman2017-04-281-1/+1
* powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy2017-04-271-0/+1
* powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman2017-04-121-4/+0Star
* powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-041-0/+6
* powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-011-0/+7
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-012-1/+3
* powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V2017-03-312-2/+2
* powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-311-48/+79
* powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman2017-03-311-0/+3
* powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-311-25/+35
* powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-311-0/+2
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-312-15/+18
* powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V2017-03-311-3/+28
* powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2017-03-312-2/+4
* powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V2017-03-311-4/+0Star
* powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2017-03-312-3/+3
* powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V2017-03-314-12/+17
* Merge branch 'prep-for-5level'Linus Torvalds2017-03-101-0/+3
|\
| * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+3
* | power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V2017-03-101-5/+19
* | powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V2017-03-101-31/+42
|/
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-1/+2
|\
| * KVM: PPC: Book3S HV: Fix software walk of guest process page tablesPaul Mackerras2017-03-011-1/+2
* | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-251-7/+45
|/
* powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0Star
* powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V2017-02-152-1/+39
* powerpc/mm/radix: Update pte update sequence for pte clear caseAneesh Kumar K.V2017-02-151-9/+3Star
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-1/+17
|\
| * powerpc/64: More definitions for POWER9Paul Mackerras2017-01-311-1/+11
| * powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-311-0/+6
* | powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=nMichael Ellerman2017-02-142-0/+8
* | powerpc/pseries: Add support for hash table resizingDavid Gibson2017-02-101-0/+1
* | powerpc/mm: add radix__remove_section_mapping()Reza Arbab2017-01-311-0/+1
* | powerpc/mm: add radix__create_section_mapping()Reza Arbab2017-01-311-0/+4
* | powerpc/mm/hash: Properly mask the ESID bits when building proto VSIDAneesh Kumar K.V2017-01-301-2/+5
* | powerpc/mm/4k: don't allocate larger pmd page table for 4kAneesh Kumar K.V2017-01-231-2/+2
* | powerpc/mm: Remove the debug hugepd_ok checkAneesh Kumar K.V2017-01-231-5/+0Star
* | powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V2017-01-181-2/+3
* | powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-171-0/+4
|/
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-166-28/+54
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-161-3/+0Star
| |\
| | * powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-101-3/+0Star
| * | powerpc/mm: Batch tlb flush when invalidating pte entriesAneesh Kumar K.V2016-11-281-3/+10
| * | powerpc/mm: update radix__pte_update to not do full mm tlb flushAneesh Kumar K.V2016-11-281-7/+1Star
| * | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-282-10/+6Star
| * | powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()Aneesh Kumar K.V2016-11-281-0/+2
| * | powerpc/mm: Introduce _PAGE_LARGE software pte bitsAneesh Kumar K.V2016-11-283-0/+32
| * | powerpc/mm/hugetlb: Handle hugepage size supported by hash configAneesh Kumar K.V2016-11-281-0/+4