summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2015-08-181-6/+6
* powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V2015-06-101-0/+2
* powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman2015-06-021-1/+1
* powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-1/+1
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-16/+28
* powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V2014-12-021-5/+23
* powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V2014-12-021-0/+52
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-1/+1
* powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-081-7/+17
* powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie2014-10-081-0/+2
* powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-081-7/+3
* powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman2014-09-251-61/+60
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+1
* powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong2014-08-051-1/+1
* powerpc: Remove MMU_FTR_SLBMichael Ellerman2014-07-281-4/+2
* powerpc: Remove STAB codeMichael Ellerman2014-07-281-14/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-34/+58
|\
| * powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman2014-06-061-11/+20
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-051-20/+16
| |\
| | * powerpc: Fix branch patching code for ABIv2Anton Blanchard2014-04-231-11/+9
| | * powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard2014-04-231-10/+8
| * | powerpc: Use 64k io pages when we never see an HEAAlexander Graf2014-05-011-3/+22
| |/
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-11/+11
|\ \
| * | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-11/+11
| |/
* | KVM guest: Make pv trampoline code executableAlexander Graf2014-04-291-0/+4
|/
* powerpc: Fix kdump hang issue on p8 with relocation on exception enabled.Mahesh Salgaonkar2014-02-111-0/+14
* powerpc/mm: Free up _PAGE_COHERENCE for numa fault use laterAneesh Kumar K.V2013-12-091-3/+4
* powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-111-20/+18
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-141-1/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+1
* powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V2013-06-211-12/+15
* powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V2013-06-211-4/+17
* powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-1/+7
* powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-2/+7
* powerpc: Exception hooks for context tracking subsystemLi Zhong2013-05-141-9/+27
* powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling2013-05-061-0/+1
* powerpc: Print page size info during bootAneesh Kumar K.V2013-04-301-5/+5
* powerpc: print both base and actual page size on hash failureAneesh Kumar K.V2013-04-301-5/+7
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-44/+81
* powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page()Li Zhong2013-04-181-6/+7
* powerpc: Split the code trying to insert hpte repeatedly as an helper functionLi Zhong2013-04-181-0/+35
* powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-171-5/+15
* powerpc: Fix STAB initializationBenjamin Herrenschmidt2013-03-131-0/+2
* powerpc: Hook in new transactional memory codeMichael Neuling2013-02-151-0/+16
* powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V2012-09-171-6/+9
* powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-15/+15
* powerpc/mm: Replace abs_to_virt() with __va()Michael Ellerman2012-09-051-2/+1
OpenPOWER on IntegriCloud