summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_native_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V2016-06-081-1/+5
* powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-1/+10
* powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-141-0/+10
* powerpc: Fix checkstop in native_hpte_clear() with lockdepCyril Bur2015-10-091-12/+11
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-031-1/+1
* powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-4/+11
* powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V2014-12-021-2/+2
* powerpc/mm: Check for matching hpte without taking hpte lockAneesh Kumar K.V2014-12-021-9/+15
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-1/+1
* powerpc/mm: Add hooks for cxlIan Munsie2014-10-081-1/+5
* powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V2014-08-131-16/+7
* powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-08-131-14/+5
* powerpc/mm: Fix tlbie to add AVAL fields for 64K pagesAneesh Kumar K.V2014-04-281-22/+16
* powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-111-20/+26
* powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V2013-07-241-2/+8
* powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V2013-07-241-0/+2
* powerpc: Optimize hugepage invalidateAneesh Kumar K.V2013-06-211-0/+73
* powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-77/+45
* powerpc/mm: Always invalidate tlb on hpte invalidate and updateAneesh Kumar K.V2013-06-011-8/+22
* powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V2013-04-301-2/+30
* powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V2013-04-301-31/+22
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-37/+98
* powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V2013-04-301-4/+4
* powerpc: Remove tlb batching hack for nighthawkMichael Ellerman2012-09-271-25/+1
* powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-49/+72
* powerpc/mm: Simplify hpte_decodeAneesh Kumar K.V2012-09-171-21/+28
* powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman2012-09-051-1/+1
* KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-121-1/+1
* powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-121-2/+2
* powerpc: Use new CPU feature bit to select 2.06 tlbieMichael Neuling2011-05-041-6/+4
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-4/+4
* powerpc: Convert native_tlbie_lock to raw_spinlockThomas Gleixner2010-02-191-7/+7
* powerpc: Convert open coded native hashtable bit lockAnton Blanchard2010-02-171-3/+2
* powerpc: Add 2.06 tlbie mnemonicsMilton Miller2009-05-211-2/+11
* [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-121-46/+46
* [POWERPC] Move inline asm eieio to using eieio inline functionKumar Gala2007-07-101-1/+1
* [POWERPC] Kill typedef-ed structs for hash PTEs and BATsDavid Gibson2007-06-141-11/+11
* [POWERPC] Move common code out of if/elseJon Tollefson2007-06-141-2/+1
* [POWERPC] Remove unused variable in hpte_decode()Stephen Rothwell2007-05-121-1/+1
* [POWERPC] Assign correct variable in hpte_decode()Stephen Rothwell2007-05-121-1/+1
* [POWERPC] Fix warning in hpte_decode(), and generalize itPaul Mackerras2007-05-101-20/+17
* [POWERPC] 64K page support for kexecLuke Browning2007-05-071-22/+62
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-1/+1
* [POWERPC] Make pSeries_lpar_hpte_insert staticGeoff Levand2006-10-161-1/+1
* [POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman2006-06-281-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-221-1/+1
|\
| * [PATCH] powerpc: Fix buglet with MMU hash managementBenjamin Herrenschmidt2006-06-091-1/+1
* | [PATCH] powerpc: Fix 64k pages on non-partitioned machinesArnd Bergmann2006-06-171-2/+2
|/
* [PATCH] powerpc64: fix spinlock recursion in native_hpte_clearR Sharada2006-02-241-1/+6
* [PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt2005-11-061-147/+230
OpenPOWER on IntegriCloud