summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-2213-95/+391
|\
| * powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V2017-02-152-14/+39
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-144-4/+52
| |\
| | * powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras2017-01-311-3/+13
| | * powerpc/64: Export pgtable_cache and pgtable_cache_add for KVMPaul Mackerras2017-01-311-1/+2
| | * powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-312-5/+9
| | * powerpc/64: Don't try to use radix MMU under a hypervisorPaul Mackerras2017-01-311-0/+33
| * | powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=yMichael Ellerman2017-02-141-1/+1
| * | powerpc: Drop GPL from of_node_to_nid() export to match other archesShailendra Singh2017-02-101-1/+1
| * | powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson2017-02-102-0/+33
| * | powerpc/pseries: Add support for hash table resizingDavid Gibson2017-02-101-0/+33
| * | powerpc/mm: unstub radix__vmemmap_remove_mapping()Reza Arbab2017-01-311-1/+28
| * | powerpc/mm: add radix__remove_section_mapping()Reza Arbab2017-01-312-1/+134
| * | powerpc/mm: add radix__create_section_mapping()Reza Arbab2017-01-312-1/+8
| * | powerpc/mm: refactor radix physical page mappingReza Arbab2017-01-311-38/+50
| * | powerpc/powernv: Initialise nest mmuAlistair Popple2017-01-302-1/+7
| * | powerpc/mm: Allow memory hotplug into an offline nodeReza Arbab2017-01-301-1/+1
| * | powerpc/mm: Simplify loop control in parse_numa_properties()Reza Arbab2017-01-301-8/+3
| * | powerpc/mm: Return directly after a failed __copy_from_user() in sys_subpage_...Markus Elfring2017-01-251-3/+1
| * | powerpc/mm: Remove the debug hugepd_ok checkAneesh Kumar K.V2017-01-231-21/+0
* | | powerpc/64: Disable use of radix under a hypervisorPaul Mackerras2017-02-161-1/+2
* | | powerpc/mm/radix: Update ERAT flushes when invalidating TLBBenjamin Herrenschmidt2017-02-091-5/+1
* | | powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt2017-02-081-16/+5
* | | powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab2017-01-301-2/+2
|/ /
* | powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V2017-01-182-12/+15
* | powerpc/mm/hugetlb: Don't panic when we don't find the default huge page sizeAneesh Kumar K.V2017-01-181-3/+0
* | powerpc: Fix pgtable pmd cache initNicholas Piggin2017-01-182-13/+6
* | powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-172-2/+20
|/
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
|/
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-1617-290/+1325
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-166-236/+225
| |\
| | * powerpc/8xx: Implement support of hugepagesChristophe Leroy2016-12-092-11/+39
| | * powerpc: get hugetlbpage handling more genericChristophe Leroy2016-12-091-114/+81
| | * powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-094-115/+109
| * | powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy2016-12-022-14/+1
| * | powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy2016-12-021-29/+17
| * | powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy2016-12-022-6/+7
| * | powerpc/mm: Fix page table dump build on non-Book3SMichael Ellerman2016-12-012-2/+4
| * | powerpc/mm: Fix no execute fault handling on pre-POWER5Balbir Singh2016-11-301-1/+9
| * | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-282-2/+3
| * | powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()Aneesh Kumar K.V2016-11-281-0/+18
| * | powerpc/mm/radix: Prevent kernel execution of user spaceBalbir Singh2016-11-261-0/+22
| * | powerpc/mm: Detect instruction fetch denied and reportBalbir Singh2016-11-251-0/+7
| * | powerpc/mm/radix: Setup AMOR in HV mode to allow key 0Balbir Singh2016-11-251-0/+14
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2016-11-244-42/+68
| |\ \
| * | | powerpc/mm/coproc: Handle bad address on coproc slb faultAneesh Kumar K.V2016-11-221-0/+3
| | |/ | |/|
| * | powerpc/mm: Correct process and partition table max sizeSuraj Jitindar Singh2016-11-171-2/+2
| * | powerpc/mm: Dump hash tableRashmica Gupta2016-11-172-1/+553