summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-56/+0Star
* mm: drop tail page refcountingKirill A. Shutemov2016-01-161-12/+1Star
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-01-131-0/+46
|\
| * powerpc/e6500: add locking to hugetlbScott Wood2015-12-231-0/+46
* | powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2016-01-081-1/+1
* | powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling2015-12-271-2/+2
* | powerpc: Add function to copy mm_context_t to the pacaMichael Neuling2015-12-193-5/+5
|/
* powerpc/mm: Don't open code pgtable_t sizeAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V2015-12-141-4/+0Star
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-143-8/+7Star
* powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-142-1/+11
* powerpc/mm: Move hugetlb related headersAneesh Kumar K.V2015-12-142-72/+18Star
* powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V2015-12-145-31/+12Star
* powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V2015-12-145-67/+20Star
* powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V2015-12-144-360/+142Star
* powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V2015-12-143-307/+132Star
* powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V2015-12-141-1/+0Star
* powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V2015-12-144-12/+35
* powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V2015-12-141-0/+29
* powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V2015-12-144-381/+208Star
* powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V2015-12-142-15/+14Star
* powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V2015-12-141-1/+2
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-0610-63/+206
|\
| * powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl...Kevin Hao2015-10-281-8/+17
| * powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood2015-10-283-15/+34
| * powerpc/85xx: Load all early TLB entries at onceScott Wood2015-10-234-3/+84
| * powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1Star
| * powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-123-12/+25
| * powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V2015-10-121-0/+19
| * powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman2015-10-011-5/+5
| * powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual2015-10-011-21/+26
* | arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T2015-11-061-1/+1
* | powerpc: Fix checkstop in native_hpte_clear() with lockdepCyril Bur2015-10-081-12/+11Star
|/
* Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-181-1/+2
|\
| * powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V2015-09-161-1/+2
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+2
|\ \ | |/ |/|
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-281-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-08-274-23/+13Star
|\ \
| * | powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codesKevin Hao2015-08-181-5/+5
| * | powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood2015-08-081-1/+1
| * | powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood2015-08-081-10/+0Star
| * | powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood2015-08-081-7/+7
| |/
* | powerpc/numa: initialize distance lookup table from drconf pathNikunj A Dadhania2015-08-181-3/+13
* | powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2015-08-182-8/+8
* | powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-181-8/+0Star
* | powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual2015-08-121-1/+15
* | powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual2015-08-121-4/+3Star
* | powerpc/slb: Remove a duplicate extern variableAnshuman Khandual2015-08-121-1/+0Star
|/
* powerpc: Add plain English description for alignment exception oopsesAnton Blanchard2015-07-061-0/+4