aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2018-07-24powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V1-6/+4
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-30/+0
2018-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+1
2018-05-24powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo1-0/+1
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V1-1/+0
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V1-0/+2
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini1-2/+4
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin1-4/+5
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-1/+1
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-2/+2
2018-03-31powerpc/mm: Pass node id into create_section_mappingNicholas Piggin1-1/+1
2018-03-27powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras1-0/+6
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy1-7/+6
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+1
2018-01-22powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson1-1/+1
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V1-1/+1
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai1-0/+24
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+1
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+1
2018-01-18powerpc/pseries: lift RTAS limit for hashNicholas Piggin1-3/+5
2018-01-18powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin1-7/+13
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin1-0/+8
2017-12-20powerpc: use helper functions to get and set hash slotsRam Pai1-9/+4
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai1-1/+3
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai1-0/+18
2017-11-06powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V1-0/+1
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt1-4/+2
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-2/+3
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V1-2/+3
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V1-1/+1
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman1-0/+1
2017-07-31powerpc/mm: Fix check of multiple 16G pages from device treeRui Teng1-1/+1
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh1-0/+2
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-2/+1
2017-04-03powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran1-5/+0
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V1-1/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-2/+2
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V1-0/+13
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-02-10powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson1-0/+29
2017-02-10powerpc/pseries: Add support for hash table resizingDavid Gibson1-0/+33
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-24/+4
2016-11-25powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V1-2/+6
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras1-24/+4
2016-11-18powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V1-0/+4
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-10-12powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman1-1/+1