| .. |
|
40x_mmu.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
9 years ago |
|
44x_mmu.c
|
f7e2a15223
powerpc/44x: Mark mmu_init_secondary() as __init
|
7 years ago |
|
8xx_mmu.c
|
ce65f0f625
Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
|
7 years ago |
|
Makefile
|
badf436f6f
powerpc/Makefiles: Convert ifeq to ifdef where possible
|
7 years ago |
|
copro_fault.c
|
50a7ca3c6f
mm: convert return type of handle_mm_fault() caller to vm_fault_t
|
7 years ago |
|
dma-noncoherent.c
|
4386c096c2
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
|
8 years ago |
|
drmem.c
|
2f7d03e051
powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2
|
7 years ago |
|
dump_hashpagetable.c
|
e8cb7a55eb
powerpc: remove superflous inclusions of asm/fixmap.h
|
7 years ago |
|
dump_linuxpagetables.c
|
d4fdc5e823
powerpc/mm: Fix linux page tables build with some configs
|
7 years ago |
|
fault.c
|
279eb1d940
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
|
6 years ago |
|
fsl_booke_mmu.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
9 years ago |
|
hash64_4k.c
|
1531cff44b
powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
|
7 years ago |
|
hash64_64k.c
|
1531cff44b
powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
|
7 years ago |
|
hash_low_32.S
|
2c86cd188f
powerpc: clean inclusions of asm/feature-fixups.h
|
7 years ago |
|
hash_native_64.c
|
d1e4b4cc3b
powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
|
6 years ago |
|
hash_utils_64.c
|
f5f31a6ea5
powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
|
6 years ago |
|
highmem.c
|
fce278af81
powerpc/mm: remove warning about ‘type’ being set
|
7 years ago |
|
hugepage-hash64.c
|
1531cff44b
powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
|
7 years ago |
|
hugetlbpage-book3e.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
|
hugetlbpage-hash64.c
|
ff31e10546
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
|
7 years ago |
|
hugetlbpage-radix.c
|
6cf5f631ba
powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
|
6 years ago |
|
hugetlbpage.c
|
d48720bafd
powerpc/mm: Handle page table allocation failures
|
6 years ago |
|
init-common.c
|
fae2211697
powerpc/mm: Fix crashes with 16G huge pages
|
7 years ago |
|
init_32.c
|
7e1405917c
powerpc/mm/32: Remove the reserved memory hack
|
7 years ago |
|
init_64.c
|
54568ab2e1
powerpc/mm: Fallback to RAM if the altmap is unusable
|
7 years ago |
|
mem.c
|
51c3c62b58
powerpc: Avoid code patching freed init sections
|
7 years ago |
|
mmap.c
|
8f2af155b5
exec: pass stack rlimit into mm layout functions
|
7 years ago |
|
mmu_context.c
|
85bcfaf69c
powerpc/64s/radix: optimise pte_update
|
7 years ago |
|
mmu_context_book3s64.c
|
cd3e49394c
powerpc/mm/64s/hash: Reallocate context ids on fork
|
6 years ago |
|
mmu_context_hash32.c
|
45ef5992e0
powerpc: remove unnecessary inclusion of asm/tlbflush.h
|
7 years ago |
|
mmu_context_iommu.c
|
425333bf3a
KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
|
7 years ago |
|
mmu_context_nohash.c
|
c865c95587
powerpc/mm: Remove stale_map[] handling on non SMP processors
|
7 years ago |
|
mmu_decl.h
|
45ef5992e0
powerpc: remove unnecessary inclusion of asm/tlbflush.h
|
7 years ago |
|
numa.c
|
f488832c20
powerpc/numa: improve control of topology updates
|
6 years ago |
|
pgtable-book3e.c
|
dd1842a2a4
powerpc/mm: Make page table size a variable
|
9 years ago |
|
pgtable-book3s64.c
|
49c473e123
powerpc/radix: Fix kernel crash with mremap()
|
6 years ago |
|
pgtable-hash64.c
|
af60a4cf87
powerpc/mm: Use pmd_lockptr instead of opencoding it
|
7 years ago |
|
pgtable-radix.c
|
b01b1eb24c
powerpc/mm/radix: Use the right page size for vmemmap mapping
|
6 years ago |
|
pgtable.c
|
ed515b6898
powerpc/mm/hugetlb: Update hugetlb related locks
|
7 years ago |
|
pgtable_32.c
|
7e1405917c
powerpc/mm/32: Remove the reserved memory hack
|
7 years ago |
|
pgtable_64.c
|
738f964555
powerpc/mm: Use page fragments for allocation page table at PMD level
|
7 years ago |
|
pkeys.c
|
cfbf227e05
powerpc/pkeys: Fix handling of pkey state across fork()
|
6 years ago |
|
ppc_mmu_32.c
|
d8731527ac
powerpc/sparse: Fix plain integer as NULL pointer warning
|
7 years ago |
|
slb.c
|
0f52b3a00c
powerpc/mce: Fix SLB rebolting during MCE recovery path.
|
7 years ago |
|
slb_low.S
|
2c86cd188f
powerpc: clean inclusions of asm/feature-fixups.h
|
7 years ago |
|
slice.c
|
c7e220eff8
powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown search
|
6 years ago |
|
subpage-prot.c
|
45ef5992e0
powerpc: remove unnecessary inclusion of asm/tlbflush.h
|
7 years ago |
|
tlb-radix.c
|
d1e4b4cc3b
powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
|
6 years ago |
|
tlb_hash32.c
|
d8731527ac
powerpc/sparse: Fix plain integer as NULL pointer warning
|
7 years ago |
|
tlb_hash64.c
|
f384796c40
powerpc/mm: Add support for handling > 512TB address in SLB miss
|
7 years ago |
|
tlb_low_64e.S
|
cf72dad924
powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
|
6 years ago |
|
tlb_nohash.c
|
b0f8599196
powerpc/nohash: fix undefined behaviour when testing page size support
|
7 years ago |
|
tlb_nohash_low.S
|
2c86cd188f
powerpc: clean inclusions of asm/feature-fixups.h
|
7 years ago |
|
vphn.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
|
vphn.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |