summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/mmu-hash.h
AgeCommit message (Expand)Author
2018-01-20powerpc: Program HPTE key protection bitsRam Pai
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-31KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-04-28powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V
2017-02-10powerpc/pseries: Add support for hash table resizingDavid Gibson
2017-01-30powerpc/mm/hash: Properly mask the ESID bits when building proto VSIDAneesh Kumar K.V
2016-11-16powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-07-26powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman
2016-07-26powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman
2016-06-14powerpc: Various typo fixesMichael Ellerman
2016-06-14powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V
2016-05-01powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V