summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* 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-091-5/+19
* | powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V2017-03-091-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-271-1/+1
* | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
|/
* powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0
* 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/+3
* 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/+0
* | 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/+0
| |\
| | * powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-091-3/+0
| * | 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/+1
| * | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-282-10/+6
| * | 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
| * | powerpc/mm: Rename hugetlb-radix.h to hugetlb.hAneesh Kumar K.V2016-11-281-2/+2
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2016-11-241-8/+39
| |\ \
| * | | powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy2016-11-182-6/+0
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-8/+39
|\ \ \ | | |/ | |/|
| * | powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras2016-11-161-8/+39
| |/
* | mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+10
* | mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-1/+2
|/
* Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-073-21/+75
|\
| * powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-09-231-0/+2
| * powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V2016-09-231-0/+1
| * powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-132-17/+63
| * powerpc/mm/radix: Use different RTS encoding for different POWER9 revsAneesh Kumar K.V2016-09-131-4/+9
* | powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2016-09-091-0/+37
|/
* powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-041-0/+4
* powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-012-13/+0
* powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-012-0/+12
* powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-012-2/+17
* powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-011-5/+5