summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/tlb_hash64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-1/+1
* powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V2018-02-131-2/+7
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-231-5/+2
* powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-2/+4
* powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh2017-06-051-4/+2
* powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-011-1/+1
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-2/+2
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-4/+5
* powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-101-1/+1
* powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2014-08-131-0/+4
* powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2014-08-131-1/+1
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-2/+34
|\
| * powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-2/+7
| * powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V2013-06-211-0/+27
* | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-2/+2
|/
* powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-171-1/+1
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+0
* powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-5/+6
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-251-3/+0
* powerpc: mmu_gather reworkPeter Zijlstra2011-05-251-2/+4
* powerpc/mm: Make hpte_need_flush() safe for preemptionPeter Zijlstra2011-03-021-3/+3
* powerpc: Fix address masking bug in hpte_need_flush()David Gibson2010-02-101-3/+9
* powerpc/mm: Make hpte_need_flush() correctly mask for multiple page sizesDavid Gibson2009-10-301-5/+3
* powerpc/mm: Move around mmu_gathers definition on 64-bitBenjamin Herrenschmidt2009-08-201-5/+0
* powerpc/mm: Rework & cleanup page table freeing code pathBenjamin Herrenschmidt2009-08-201-0/+15
* powerpc: Remove unnecessary semicolonsJoe Perches2009-07-081-1/+1
* cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell2009-03-241-3/+3
* powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.cBenjamin Herrenschmidt2008-12-161-0/+211
OpenPOWER on IntegriCloud