summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/hash_utils_64.c
AgeCommit message (Expand)Author
2018-01-22powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai
2018-01-20powerpc: Program HPTE key protection bitsRam Pai
2018-01-20powerpc: initial pkey plumbingRam Pai
2018-01-18powerpc/pseries: lift RTAS limit for hashNicholas Piggin
2018-01-18powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin
2017-12-20powerpc: use helper functions to get and set hash slotsRam Pai
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai
2017-11-06powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman
2017-07-31powerpc/mm: Fix check of multiple 16G pages from device treeRui Teng
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman
2017-04-03powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-02-10powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson
2017-02-10powerpc/pseries: Add support for hash table resizingDavid Gibson
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-11-25powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras
2016-11-18powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-12powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-09-23powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng
2016-09-13powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V
2016-08-01powerpc/mm: Do hash device tree scanning earlierMichael Ellerman
2016-07-28powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell
2016-07-26powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman
2016-07-26powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V