| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/mm: Make slice specific to book3s/64 | Christophe Leroy | 2022-05-05 | 1 | -0/+1 |
* | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU | Nicholas Piggin | 2021-12-09 | 1 | -1/+7 |
* | powerpc: Remove duplicate includes | Zhang Yunkai | 2021-03-24 | 1 | -1/+0 |
* | powerpc: convert interrupt handlers to use wrappers | Nicholas Piggin | 2021-02-09 | 1 | -1/+0 |
* | powerpc: remove arguments from fault handler functions | Nicholas Piggin | 2021-02-09 | 1 | -1/+1 |
* | powerpc/64s: move the hash fault handling logic to C | Nicholas Piggin | 2021-02-09 | 1 | -0/+1 |
* | powerpc/mm: Declare preload_new_slb_context() prototype | Cédric Le Goater | 2021-01-30 | 1 | -0/+1 |
* | powerpc/mm: Move hpte_insert_repeating() prototype | Cédric Le Goater | 2021-01-30 | 1 | -0/+2 |
* | powerpc/mm: Declare some prototypes | Cédric Le Goater | 2021-01-30 | 1 | -0/+2 |
* | lkdtm/powerpc: Add SLB multihit test | Ganesh Goudar | 2020-12-04 | 1 | -1/+27 |
* | powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation | Aneesh Kumar K.V | 2020-12-04 | 1 | -0/+1 |
* | powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limit | Aneesh Kumar K.V | 2020-09-15 | 1 | -2/+2 |
* | powerpc/book3s/mmu-hash.h: delete duplicated word | Randy Dunlap | 2020-07-27 | 1 | -1/+1 |
* | powerpc/book3s64/pkeys: Fixup bit numbering | Aneesh Kumar K.V | 2020-07-20 | 1 | -4/+4 |
* | powerpc/mm/hash: Fix sharing context ids between kernel & userspace | Aneesh Kumar K.V | 2020-01-23 | 1 | -1/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID | Aneesh Kumar K.V | 2019-04-21 | 1 | -1/+1 |
* | powerpc/mm/hash: Simplify the region id calculation. | Aneesh Kumar K.V | 2019-04-21 | 1 | -1/+1 |
* | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 2019-04-21 | 1 | -16/+15 |
* | powerc/mm/hash: Reduce hash_mm_context size | Aneesh Kumar K.V | 2019-04-21 | 1 | -3/+1 |
* | powerpc/mm: Reduce memory usage for mm_context_t for radix | Aneesh Kumar K.V | 2019-04-21 | 1 | -1/+32 |
* | powerpc/mm: Add helpers for accessing hash translation related variables | Aneesh Kumar K.V | 2019-04-21 | 1 | -2/+2 |
* | powerpc: Avoid circular header inclusion in mmu-hash.h | Christophe Leroy | 2019-02-23 | 1 | -1/+1 |
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-10-26 | 1 | -27/+68 |
|\ |
|
| * | powerpc/mm: Increase the max addressable memory to 2PB | Aneesh Kumar K.V | 2018-10-14 | 1 | -25/+57 |
| * | powerpc/64s/hash: Simplify slb_flush_and_rebolt() | Nicholas Piggin | 2018-10-14 | 1 | -1/+1 |
| * | powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup | Nicholas Piggin | 2018-10-14 | 1 | -0/+2 |
| * | Revert "convert SLB miss handlers to C" and subsequent commits | Michael Ellerman | 2018-10-03 | 1 | -3/+0 |
| * | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup | Nicholas Piggin | 2018-09-19 | 1 | -0/+2 |
| * | powerpc/64s/hash: remove user SLB data from the paca | Nicholas Piggin | 2018-09-19 | 1 | -0/+1 |
| * | powerpc/64s/hash: remove the vmalloc segment from the bolted SLB | Nicholas Piggin | 2018-09-19 | 1 | -1/+1 |
| * | powerpc/pseries: Dump the SLB contents on SLB MCE errors. | Mahesh Salgaonkar | 2018-09-19 | 1 | -0/+7 |
* | | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall | Suraj Jitindar Singh | 2018-10-09 | 1 | -0/+12 |
|/ |
|
* | powerpc/64s: move machine check SLB flushing to mm/slb.c | Nicholas Piggin | 2018-08-10 | 1 | -0/+3 |
* | powerpc: move ASM_CONST and stringify_in_c() into asm-const.h | Christophe Leroy | 2018-07-30 | 1 | -1/+1 |
* | powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding | Aneesh Kumar K.V | 2018-07-24 | 1 | -0/+10 |
* | powerpc: Program HPTE key protection bits | Ram Pai | 2018-01-20 | 1 | -0/+5 |
* | powerpc/64s: mm_context.addr_limit is only used on hash | Nicholas Piggin | 2017-11-13 | 1 | -1/+1 |
* | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-09-08 | 1 | -0/+1 |
|\ |
|
| * | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER | Ram Pai | 2017-08-31 | 1 | -0/+1 |
* | | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ... | Aneesh Kumar K.V | 2017-08-16 | 1 | -1/+1 |
|/ |
|
* | powerpc/mm/hash: Fix off-by-one in comment about kernel contexts ids | Michael Ellerman | 2017-04-28 | 1 | -1/+1 |
* | powerpc/pseries: Skip using reserved virtual address range | Aneesh Kumar K.V | 2017-04-01 | 1 | -0/+7 |
* | powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index | Aneesh Kumar K.V | 2017-04-01 | 1 | -1/+2 |
* | powerpc/mm/hash: Convert mask to unsigned long | Aneesh Kumar K.V | 2017-03-31 | 1 | -1/+1 |
* | powerpc/mm/hash: Support 68 bit VA | Aneesh Kumar K.V | 2017-03-31 | 1 | -48/+79 |
* | powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid() | Michael Ellerman | 2017-03-31 | 1 | -0/+3 |
* | powerpc/mm/hash: Use context ids 1-4 for the kernel | Aneesh Kumar K.V | 2017-03-31 | 1 | -25/+35 |
* | powerpc/pseries: Add support for hash table resizing | David Gibson | 2017-02-10 | 1 | -0/+1 |
* | powerpc/mm/hash: Properly mask the ESID bits when building proto VSID | Aneesh Kumar K.V | 2017-01-30 | 1 | -2/+5 |