summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-021-1930/+0Star
* powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King2019-04-281-2/+2
* powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V2019-04-211-3/+15
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-11/+15
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-0/+1
* powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V2019-04-211-0/+3
* powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-211-1/+3
* powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V2019-04-211-0/+2
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-5/+5
* powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2019-04-201-12/+7Star
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-2/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-081-3/+3
|\
| * powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-081-3/+3
* | powerpc/mm: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-141-3/+3
|/
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-2/+2
* powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy2018-10-141-1/+2
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-031-3/+3
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-11/+35
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-35/+11Star
* powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0Star
* powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V2018-07-241-6/+4Star
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-30/+0Star
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-031-0/+1
|\
| * powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2018-05-241-0/+1
* | powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-1/+0Star
* | powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+2
* | powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2018-05-031-2/+4
|/
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-311-4/+5
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+1
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-301-1/+1
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-301-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-051-7/+6Star
* | 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-211-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-171-3/+5
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-171-7/+13
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-171-0/+8
* powerpc: use helper functions to get and set hash slotsRam Pai2017-12-201-9/+4Star
* 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/+2Star
* 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