aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-10powerpc/boot: pass CONFIG options in a simpler and more robust wayMasahiro Yamada3-16/+3
2019-07-10powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hMasahiro Yamada1-0/+20
2019-07-10powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman1-3/+3
2019-07-06powerpc/module64: Use symbolic instructions names.Christophe Leroy1-18/+35
2019-07-06powerpc/module32: Use symbolic instructions names.Christophe Leroy1-8/+16
2019-07-06powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy3-11/+9
2019-07-06powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman1-1/+1
2019-07-05powerpc/boot: Add lzo support for uImageChristophe Leroy3-1/+7
2019-07-05powerpc/boot: Add lzma support for uImageChristophe Leroy3-1/+7
2019-07-05powerpc/boot: don't force gzipped uImageChristophe Leroy1-1/+10
2019-07-05powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy2-0/+104
2019-07-05powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy1-18/+16
2019-07-05powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy1-20/+13
2019-07-05powerpc/8xx: refactor programming of microcode CPM params.Christophe Leroy1-18/+27
2019-07-05powerpc/8xx: refactor printing of microcode patch name.Christophe Leroy1-6/+8
2019-07-05powerpc/8xx: Refactor microcode writeChristophe Leroy1-9/+6
2019-07-05powerpc/8xx: refactor writing of CPM microcode arraysChristophe Leroy1-22/+13
2019-07-05powerpc/8xx: compact microcode arraysChristophe Leroy1-559/+140
2019-07-05powerpc/8xx: drop verify_patch()Christophe Leroy1-40/+0
2019-07-05powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy4-14/+17
2019-07-05powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy3-35/+18
2019-07-05powerpc/32: define helpers to get L1 cache sizes.Christophe Leroy2-11/+29
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy5-33/+9
2019-07-05powerpc: slightly improve cache helpersChristophe Leroy1-4/+4
2019-07-05powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V1-2/+8
2019-07-05powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V1-1/+6
2019-07-05powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V1-0/+8
2019-07-05powerpc/mm: Remove radix dependency on HugeTLB pageAneesh Kumar K.V1-1/+1
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2-2/+2
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V9-33/+102
2019-07-05powerpc/pseries/scm: Use a specific endian format for storing uuid from the device treeAneesh Kumar K.V1-2/+9
2019-07-05powerpc/nvdimm: Add support for multibyte read/write for metadataAneesh Kumar K.V1-22/+82
2019-07-05powerpc/pseries/scm: Mark the region volatile if cache flush not requiredAneesh Kumar K.V1-1/+7
2019-07-05powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap blockAneesh Kumar K.V1-1/+4
2019-07-05powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V1-5/+11
2019-07-05powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V1-3/+3
2019-07-05powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V1-4/+6
2019-07-05powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V1-9/+7
2019-07-05powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V1-3/+1
2019-07-05powerpc/mm: Remove unused variable declarationAneesh Kumar K.V1-1/+0
2019-07-04powerpc/pseries: Protect against hogging the cpu while setting up the statsNaveen N. Rao3-11/+22
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao3-2/+545
2019-07-04powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao6-41/+43
2019-07-04powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao2-14/+21
2019-07-04powerpc/pseries: Introduce rwlock to gatekeep DTLB usageNaveen N. Rao3-1/+16
2019-07-04powerpc/pseries: Factor out DTL buffer allocation and registration routinesNaveen N. Rao3-50/+54
2019-07-04powerpc/pseries: Do not save the previous DTL mask valueNaveen N. Rao1-3/+1
2019-07-04powerpc/pseries: Use macros for referring to the DTL enable maskNaveen N. Rao4-9/+14
2019-07-04powerpc: Enable CONFIG_IPV6 in ppc64_defconfigSatheesh Rajendran1-1/+1
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang1-1/+1