aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_native_64.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-884/+0
2018-10-04powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin1-2/+2
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-07-24powerpc/mm/hash: Reduce contention on hpte lockAneesh Kumar K.V1-16/+33
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V1-20/+7
2018-03-28Merge branch 'fixes' into nextMichael Ellerman1-1/+15
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-1/+15
2018-03-13powerpc/mm: Drop the function native_register_proc_table()Anshuman Khandual1-15/+0
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin1-0/+97
2017-11-23powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar1-3/+12
2017-07-02powerpc/mm: Wire up hpte_removebolted for powernvAnton Blanchard1-0/+33
2017-07-02powerpc: use spin loop primitives in some functionsNicholas Piggin1-1/+4
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh1-0/+3
2017-04-05powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat1-2/+5
2016-11-24Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-6/+24
2016-11-16powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras1-6/+24
2016-11-14powerpc/hash64: Be more careful when generating tlbielBalbir Singh1-4/+6
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras1-40/+2
2016-08-04powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman1-1/+1
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V1-4/+2
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt1-8/+8
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V1-2/+8
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V1-2/+4
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman1-4/+4
2016-06-14powerpc: Various typo fixesMichael Ellerman1-2/+2
2016-06-14powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V1-4/+4
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V1-1/+5
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V1-1/+10
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V1-0/+10
2015-10-09powerpc: Fix checkstop in native_hpte_clear() with lockdepCyril Bur1-12/+11
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-4/+11
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V1-2/+2
2014-12-02powerpc/mm: Check for matching hpte without taking hpte lockAneesh Kumar K.V1-9/+15
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-10-08powerpc/mm: Add hooks for cxlIan Munsie1-1/+5
2014-08-13powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V1-14/+5
2014-04-28powerpc/mm: Fix tlbie to add AVAL fields for 64K pagesAneesh Kumar K.V1-22/+16
2013-10-11powerpc: Book 3S MMU little endian supportAnton Blanchard1-20/+26
2013-07-24powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V1-2/+8
2013-07-24powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V1-0/+2
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V1-0/+73
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V1-77/+45
2013-06-01powerpc/mm: Always invalidate tlb on hpte invalidate and updateAneesh Kumar K.V1-8/+22
2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V1-2/+30
2013-04-30powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V1-31/+22
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V1-37/+98
2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V1-4/+4
2012-09-27powerpc: Remove tlb batching hack for nighthawkMichael Ellerman1-25/+1
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V1-49/+72
2012-09-17powerpc/mm: Simplify hpte_decodeAneesh Kumar K.V1-21/+28
2012-09-05powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman1-1/+1
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-1/+1
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras1-2/+2
2011-05-04powerpc: Use new CPU feature bit to select 2.06 tlbieMichael Neuling1-6/+4
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans1-4/+4
2010-02-19powerpc: Convert native_tlbie_lock to raw_spinlockThomas Gleixner1-7/+7
2010-02-17powerpc: Convert open coded native hashtable bit lockAnton Blanchard1-3/+2
2009-05-21powerpc: Add 2.06 tlbie mnemonicsMilton Miller1-2/+11
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-46/+46
2007-07-10[POWERPC] Move inline asm eieio to using eieio inline functionKumar Gala1-1/+1
2007-06-14[POWERPC] Kill typedef-ed structs for hash PTEs and BATsDavid Gibson1-11/+11
2007-06-14[POWERPC] Move common code out of if/elseJon Tollefson1-2/+1
2007-05-12[POWERPC] Remove unused variable in hpte_decode()Stephen Rothwell1-1/+1
2007-05-12[POWERPC] Assign correct variable in hpte_decode()Stephen Rothwell1-1/+1
2007-05-10[POWERPC] Fix warning in hpte_decode(), and generalize itPaul Mackerras1-20/+17
2007-05-07[POWERPC] 64K page support for kexecLuke Browning1-22/+62
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2006-10-16[POWERPC] Make pSeries_lpar_hpte_insert staticGeoff Levand1-1/+1
2006-06-28[POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman1-2/+1
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2006-06-17[PATCH] powerpc: Fix 64k pages on non-partitioned machinesArnd Bergmann1-2/+2
2006-06-09[PATCH] powerpc: Fix buglet with MMU hash managementBenjamin Herrenschmidt1-1/+1
2006-02-24[PATCH] powerpc64: fix spinlock recursion in native_hpte_clearR Sharada1-1/+6
2005-11-06[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt1-147/+230
2005-10-10powerpc: Merge arch/ppc64/mm to arch/powerpc/mmPaul Mackerras1-0/+446