summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2018-05-241-0/+1
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-04-011-4/+5
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+1
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-311-1/+1
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-2/+2
* | powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras2018-03-271-0/+6
* | powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-061-7/+6
* | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+1
|/
* powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson2018-01-221-1/+1
* powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V2018-01-211-1/+1
* powerpc: introduce get_mm_addr_key() helperRam Pai2018-01-201-0/+24
* powerpc: Program HPTE key protection bitsRam Pai2018-01-201-0/+1
* powerpc: initial pkey plumbingRam Pai2018-01-201-0/+1
* powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-181-3/+5
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-181-7/+13
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-181-0/+8
* powerpc: use helper functions to get and set hash slotsRam Pai2017-12-201-9/+4
* powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-201-1/+3
* powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+18
* powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V2017-11-061-0/+1
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-231-4/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-171-2/+3
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-2/+3
* | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-1/+1
* | powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+1
* | powerpc/mm: Fix check of multiple 16G pages from device treeRui Teng2017-07-311-1/+1
|/
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-0/+2
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-2/+1
* powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran2017-04-031-5/+0
* powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-011-1/+0
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-311-2/+2
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-311-0/+13
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson2017-02-101-0/+29
* powerpc/pseries: Add support for hash table resizingDavid Gibson2017-02-101-0/+33
* powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-171-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-24/+4
|\
| * powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-231-24/+4
* | powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V2016-11-251-2/+6
* | powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V2016-11-181-0/+4
|/
* Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-141-1/+1
|\
| * powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-121-1/+1
* | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-071-31/+50
|\ \ | |/
| * powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng2016-09-231-31/+25
| * powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2016-09-131-0/+25
* | powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2016-09-091-0/+55
|/
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-011-1/+1
* powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-011-26/+27
* powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell2016-07-281-1/+1
OpenPOWER on IntegriCloud