summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/hash_utils.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman2024-09-051-1/+1
* powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-121-4/+7
* powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy2024-03-031-1/+2
* powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)2023-12-071-0/+7
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+6
* Merge branch 'fixes' into nextMichael Ellerman2023-02-121-1/+1
|\
| * powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
* | powerpc/64s: Fix stress_hpt memblock alloc alignmentNicholas Piggin2023-02-101-1/+2
|/
* powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faultsNicholas Piggin2022-12-021-1/+129
* powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
* powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt2022-09-281-5/+5
* powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy2022-09-281-1/+7
* powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy2022-09-281-7/+2
* powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2022-09-261-4/+1
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-2/+2
* powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-051-0/+19
* powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-051-14/+0
* powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2022-02-241-46/+8
* powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-3/+3
* powerpc/64s: move page size definitions from hash specific fileNicholas Piggin2021-12-021-5/+0
* powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-0/+104
* powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-1/+1
* powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-221-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+2
* powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin2021-06-301-13/+11
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-2/+2
* powerpc: clean up do_page_faultNicholas Piggin2021-04-141-9/+7
* powerpc/mm: Add cond_resched() while removing hpte mappingsVaibhav Jain2021-04-141-1/+12
* powerpc/64s: Fix hash fault to use TRAP accessorNicholas Piggin2021-03-291-2/+2
* powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-111-2/+2
* powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-091-3/+0
* powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin2021-02-091-3/+4
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-3/+9
* powerpc/64s: split do_hash_faultNicholas Piggin2021-02-091-23/+33
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-091-2/+2
* powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-3/+5
* powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-091-28/+49
* lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-041-0/+1
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-041-4/+6
* powerpc/book3s64/hash: Drop WARN_ON in hash__remove_section_mapping()David Hildenbrand2020-11-191-1/+0
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-3/+9
|\
| * powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V2020-09-151-3/+9
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-8/+8
|/
* Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+2
* powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabledAneesh Kumar K.V2020-08-171-1/+3
* powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)Aneesh Kumar K.V2020-08-101-3/+2
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-11/+14
|\
| * powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao2020-07-291-1/+7