summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | powerpc/mm: Dump linux pagetablesRashmica Gupta2016-11-172-0/+441
| * | powerpc/mm: Fix typo in radix encodings printBalbir Singh2016-11-171-1/+1
| * | powerpc/hash64: Be more careful when generating tlbielBalbir Singh2016-11-141-4/+6
| * | powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-134-42/+68
|\ \ \ | | |/ | |/|
| * | powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-233-36/+44
| * | powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras2016-11-161-6/+24
| |/
* | powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab2016-12-121-12/+1
* | powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt2016-11-292-3/+3
* | powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V2016-11-251-2/+6
* | powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V2016-11-182-0/+8
* | powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1Michael Neuling2016-11-181-0/+4
|/
* powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-10-271-4/+4
* powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
* powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
* powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+3
* | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-141-1/+1
|\ \
| * | powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-121-1/+1
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-0711-49/+218
|\ \ \ | |/ /
| * | KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh2016-09-291-4/+77
| * | powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng2016-09-231-31/+25
| * | powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-09-231-0/+7
| * | powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V2016-09-231-0/+24
| * | powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-232-0/+21
| * | powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-191-2/+2
| * | powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King2016-09-131-1/+1
OpenPOWER on IntegriCloud