summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-013-3/+57
| * powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-10/+3
| * powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-014-18/+14
| * powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-2/+2
| * powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-011-6/+11
| * powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-018-17/+42
| * powerpc/mm: Convert pte_user() to static inlineMichael Ellerman2016-05-011-1/+1
| * powerpc/mm/subpage: Clear RWX bit to indicate no accessAneesh Kumar K.V2016-05-011-3/+8
| * powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-018-16/+16
| * powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V2016-05-013-7/+10
| * powerpc/mm: Add pte_xchg() helperMichael Ellerman2016-05-013-8/+7
| * powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2016-05-011-5/+1
| * powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-121-0/+1
| * powerpc/mm: Remove long disabled SLB codeMichael Ellerman2016-04-112-51/+0
* | powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-2/+4
|/
* powerpc/mm: Fixup preempt underflow with huge pagesSebastian Siewior2016-03-291-2/+2
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1919-159/+304
|\
| * powerpc32: PAGE_EXEC required for inittextChristophe Leroy2016-03-111-2/+3
| * powerpc: Simplify test in __dma_sync()Christophe Leroy2016-03-111-1/+1
| * powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-111-0/+7
| * powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-111-0/+34
| * powerpc32: remove ioremap_baseChristophe Leroy2016-03-112-3/+1
| * powerpc32: Remove useless/wrong MMU:setio progress messageChristophe Leroy2016-03-111-4/+0
| * powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() togetherChristophe Leroy2016-03-114-42/+22
| * powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.cChristophe Leroy2016-03-112-19/+17
| * powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-113-12/+87
| * powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao2016-03-041-3/+1
| * powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V2016-03-031-1/+1
| * powerp/mm: Update code commentsAneesh Kumar K.V2016-03-032-3/+3
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-0/+7
| * powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-031-6/+15
| * powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson2016-03-021-13/+21
| * powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson2016-03-013-19/+44
| * powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson2016-03-012-7/+17
| * powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson2016-03-011-7/+6
| * powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-012-3/+3
| * powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper endPaul Mackerras2016-02-291-2/+3
| * powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2016-02-292-2/+3
| * powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras2016-02-291-2/+1
| * powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-271-1/+1
| * powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras2016-02-272-7/+6
* | 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
| | |/ / | |/| |
OpenPOWER on IntegriCloud