summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-172-3/+2
* powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-172-20/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-0/+8
|\
| * Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-094-4/+52
| |\
| * | powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy2016-02-161-0/+8
* | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-1/+1
|\ \ \
| * \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-044-4/+52
| |\ \ \ | | | |/ | | |/|
| * | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-1/+1
| | |/ | |/|
* | | Merge tag 'powerpc-4.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-061-0/+13
|\ \ \ | |_|/ |/| |
| * | powerpc/fsl-book3e: Avoid lbarx on e5500Scott Wood2016-03-031-0/+13
* | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
|/ /
* | powerpc/mm/hash: Clear the invalid slot information correctlyAneesh Kumar K.V2016-02-222-2/+18
* | powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+32
|/
* powerpc/mm: Allow user space to map rtas_rmo_bufVasant Hegde2016-01-251-2/+2
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-56/+0
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-12/+1
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-01-141-0/+46
|\
| * powerpc/e6500: add locking to hugetlbScott Wood2015-12-221-0/+46
* | powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2016-01-091-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/+0
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-143-8/+7
* 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/+18
* powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V2015-12-145-31/+12
* powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V2015-12-145-67/+20
* powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V2015-12-144-360/+142
* powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V2015-12-143-307/+132
* powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V2015-12-141-1/+0
* 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/+208
* powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V2015-12-142-15/+14
* 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-0510-63/+206
|\
| * powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl...Kevin Hao2015-10-271-8/+17
| * powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood2015-10-273-15/+34
| * powerpc/85xx: Load all early TLB entries at onceScott Wood2015-10-224-3/+84
| * powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet2015-10-151-4/+1
| * 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-051-1/+1
* | powerpc: Fix checkstop in native_hpte_clear() with lockdepCyril Bur2015-10-091-12/+11
|/
* 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
OpenPOWER on IntegriCloud