aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-07-05powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheGravatar Aneesh Kumar K.V 1-2/+8
2019-07-05powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesGravatar Aneesh Kumar K.V 1-1/+6
2019-07-05powerpc/mm: Handle page table allocation failuresGravatar Aneesh Kumar K.V 1-0/+8
2019-07-05powerpc/mm: Remove radix dependency on HugeTLB pageGravatar Aneesh Kumar K.V 1-1/+1
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Gravatar Aneesh Kumar K.V 2-2/+2
2019-07-05powerpc/book3s: Use config independent helpers for page table walkGravatar Aneesh Kumar K.V 9-33/+102
2019-07-05powerpc/pseries/scm: Use a specific endian format for storing uuid from the d...Gravatar Aneesh Kumar K.V 1-2/+9
2019-07-05powerpc/nvdimm: Add support for multibyte read/write for metadataGravatar Aneesh Kumar K.V 1-22/+82
2019-07-05powerpc/pseries/scm: Mark the region volatile if cache flush not requiredGravatar Aneesh Kumar K.V 1-1/+7
2019-07-05powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Gravatar Aneesh Kumar K.V 1-1/+4
2019-07-05powerpc/mm: Consolidate numa_enable check and min_common_depth checkGravatar Aneesh Kumar K.V 1-5/+11
2019-07-05powerpc/mm: Fix node look up with numa=off bootGravatar Aneesh Kumar K.V 1-3/+3
2019-07-05powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Gravatar Aneesh Kumar K.V 1-4/+6
2019-07-05powerpc/mm/radix: Use the right page size for vmemmap mappingGravatar Aneesh Kumar K.V 1-9/+7
2019-07-05powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeGravatar Aneesh Kumar K.V 1-3/+1
2019-07-05powerpc/mm: Remove unused variable declarationGravatar Aneesh Kumar K.V 1-1/+0
2019-07-04powerpc/pseries: Protect against hogging the cpu while setting up the statsGravatar Naveen N. Rao 3-11/+22
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsGravatar Naveen N. Rao 3-2/+545
2019-07-04powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Gravatar Naveen N. Rao 6-41/+43
2019-07-04powerpc/pseries: Generalize hcall_vphn()Gravatar Naveen N. Rao 2-14/+21
2019-07-04powerpc/pseries: Introduce rwlock to gatekeep DTLB usageGravatar Naveen N. Rao 3-1/+16
2019-07-04powerpc/pseries: Factor out DTL buffer allocation and registration routinesGravatar Naveen N. Rao 3-50/+54
2019-07-04powerpc/pseries: Do not save the previous DTL mask valueGravatar Naveen N. Rao 1-3/+1
2019-07-04powerpc/pseries: Use macros for referring to the DTL enable maskGravatar Naveen N. Rao 4-9/+14
2019-07-04powerpc: Enable CONFIG_IPV6 in ppc64_defconfigGravatar Satheesh Rajendran 1-1/+1
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGravatar Geliang Tang 1-1/+1
2019-07-04powerpc/perf/24x7: use rb_entryGravatar Geliang Tang 1-1/+1
2019-07-04powerpc/configs: Disable latencytopGravatar Anton Blanchard 10-10/+0
2019-07-04powerpc/Kconfig: Clean up formattingGravatar Enrico Weigelt, metux IT consult 9-56/+54
2019-07-03ocxl: Allow contexts to be attached with a NULL mmGravatar Alastair D'Silva 1-0/+5
2019-07-03powerpc/mm: mark more tlb functions as __always_inlineGravatar Masahiro Yamada 2-17/+17
2019-07-03powerpc: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2019-07-03powerpc/powernv-eeh: Consisely desribe what this file doesGravatar Stewart Smith 1-3/+1
2019-07-03powerpc/configs: Remove useless UEVENT_HELPER_PATHGravatar Krzysztof Kozlowski 88-88/+0
2019-07-03powerpc/4xx/uic: clear pending interrupt after irq type/pol changeGravatar Christian Lamparter 1-0/+1
2019-07-03powerpc: Add barrier_nospec to raw_copy_in_user()Gravatar Suraj Jitindar Singh 1-0/+1
2019-07-03KVM: PPC: Book3S HV: Fix CR0 setting in TM emulationGravatar Michael Neuling 1-3/+3
2019-07-03powerpc/powernv: Fix stale iommu table base after VFIOGravatar Alexey Kardashevskiy 1-0/+10
2019-07-03powerpc/pci/of: Parse unassigned resourcesGravatar Alexey Kardashevskiy 1-2/+10
2019-07-03powerpc/pseries/dma: Enable SWIOTLBGravatar Alexey Kardashevskiy 2-0/+6
2019-07-03powerpc/pseries/dma: Allow SWIOTLBGravatar Alexey Kardashevskiy 1-0/+36
2019-07-03powerpc: remove device_to_mask()Gravatar Christoph Hellwig 3-12/+4
2019-07-03powerpc: Fix compile issue with force DAWRGravatar Michael Neuling 7-96/+121
2019-07-03powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolGravatar Mathieu Malaterre 1-1/+6
2019-07-03powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesGravatar Nicholas Piggin 3-5/+16
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATGravatar Nicholas Piggin 6-10/+9
2019-07-03powerpc/64s/exception: simplify hmi control flowGravatar Nicholas Piggin 1-16/+10
2019-07-03powerpc/64s/exception: hmi remove special case macroGravatar Nicholas Piggin 1-12/+4
2019-07-03powerpc/64s/exception: sreset move trampoline ahead of common codeGravatar Nicholas Piggin 1-12/+12
2019-07-03powerpc/64s/exception: optimise system_reset for idle, clean up non-idle caseGravatar Nicholas Piggin 1-31/+38