aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy1-1/+0
2018-08-23powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V1-1/+17
2018-08-13powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2-0/+10
2018-08-10powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V1-3/+2
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin1-0/+3
2018-07-30powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman1-2/+21
2018-07-30powerpc: split asm/tlbflush.hChristophe Leroy2-0/+36
2018-07-30powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy1-5/+0
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy3-1/+5
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy1-2/+0
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V1-0/+10
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-55/+7
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin4-55/+7
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V1-1/+0
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V4-0/+36
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-06-03powerpc/64s/radix: optimise pte_updateNicholas Piggin1-12/+13
2018-06-03powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin1-1/+18
2018-06-03powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin1-8/+2
2018-06-03powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin1-1/+11
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V1-0/+2
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V3-7/+11
2018-06-03powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V1-28/+3
2018-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+7
2018-06-02powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V1-0/+1
2018-05-17powerpc/mm/radix: implement LPID based TLB flushes to be used by KVMNicholas Piggin1-0/+7
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V3-17/+5
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V7-0/+25
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V2-5/+15
2018-05-15powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V3-31/+7
2018-04-04powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V3-6/+15
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman2-2/+2
2018-03-31powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V1-1/+11
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-1/+1
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V3-1/+44
2018-03-31powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V3-19/+15
2018-03-31powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2-2/+2
2018-03-28Merge branch 'fixes' into nextMichael Ellerman2-3/+3
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V1-3/+0
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt1-0/+3
2018-03-13powerpc/mm/slice: implement a slice mask cacheNicholas Piggin1-0/+18
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy1-1/+2
2018-03-06powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy1-0/+27
2018-02-13powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V1-2/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V3-6/+8
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2-2/+3
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V5-3/+21
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds10-28/+234
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V4-19/+0
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+2