summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-261-6/+1
* powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman2016-07-261-1/+4
* powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-211-23/+28
* powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt2016-07-211-2/+3
* powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt2016-07-211-9/+17
* powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-211-0/+14
* powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-32/+0
* powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V2016-07-171-5/+4
* powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V2016-07-171-1/+2
* Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-151-5/+13
|\
| * powerpc: Initialise pci_io_base as early as possibleDarren Stevens2016-06-301-0/+4
| * powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V2016-06-171-5/+9
* | powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran2016-07-051-0/+15
|/
* powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V2016-06-011-2/+20
* powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman2016-05-111-1/+9
* powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman2016-05-111-4/+17
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+3
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-0/+8
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-0/+7
* powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V2016-05-111-3/+7
OpenPOWER on IntegriCloud