summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/mmu-hash.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-051-0/+1
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+7
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-081-1/+0
* powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-081-1/+1
* powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-081-0/+1
* powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2021-01-301-0/+2
* powerpc/mm: Declare some prototypesCédric Le Goater2021-01-301-0/+2
* lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-031-1/+27
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-031-0/+1
* powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limitAneesh Kumar K.V2020-09-151-2/+2
* powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
* powerpc/book3s64/pkeys: Fixup bit numberingAneesh Kumar K.V2020-07-201-4/+4
* powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V2020-01-231-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-211-1/+1
* powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-211-1/+1
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-16/+15
* powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V2019-04-211-3/+1
* powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-211-1/+32
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-2/+2
* powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-231-1/+1
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-27/+68
|\
| * powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-25/+57
| * powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-1/+1
| * powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+2
| * Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-3/+0
| * powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-191-0/+2
| * powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-0/+1
| * powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-1/+1
| * powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+7
* | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-091-0/+12
|/
* powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-0/+3
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-1/+1
* powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V2018-07-241-0/+10
* powerpc: Program HPTE key protection bitsRam Pai2018-01-201-0/+5
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-1/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-0/+1
|\
| * KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-311-0/+1
* | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-1/+1
|/
* powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman2017-04-281-1/+1
* powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-011-0/+7
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-011-1/+2
* powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-311-48/+79
* powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman2017-03-311-0/+3
* powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-311-25/+35
* powerpc/pseries: Add support for hash table resizingDavid Gibson2017-02-101-0/+1
* powerpc/mm/hash: Properly mask the ESID bits when building proto VSIDAneesh Kumar K.V2017-01-301-2/+5