summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-12-19powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2-18/+10
2018-12-19powerpc/mm: remove unused variableChristophe Leroy1-2/+1
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy3-2/+14
2018-12-17powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logicMathieu Malaterre1-4/+4
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2-29/+0
2018-12-17Merge branch 'fixes' into nextMichael Ellerman12-20/+80
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova1-1/+6
2018-12-09powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2018-12-09powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran1-0/+12
2018-12-09powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran1-0/+3
2018-12-09powerpc/papr_scm: Remove endian conversionsOliver O'Halloran1-3/+3
2018-12-09powerpc/papr_scm: Update DT propertiesOliver O'Halloran1-5/+11
2018-12-07powerpc/papr_scm: Fix resource end addressOliver O'Halloran1-1/+1
2018-12-07powerpc/papr_scm: Use depend instead of selectOliver O'Halloran1-2/+1
2018-12-07powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das3-1/+11
2018-12-06powerpc/boot: Fix build failures with -j 1Michael Ellerman1-1/+1
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy3-1/+178
2018-12-04powerpc/mm: dump segment registers on book3s/32Christophe Leroy2-1/+65
2018-12-04powerpc/math-emu: Update macros from GCCJoel Stanley1-63/+29
2018-12-04powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCHRussell Currey1-0/+1
2018-12-04powerpc/8xx: regroup TLB handler routinesChristophe Leroy1-58/+54
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy1-61/+49
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy6-3/+22
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy3-2/+15
2018-12-04powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy1-0/+3
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2-36/+26
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy3-76/+6
2018-12-04powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy1-30/+28
2018-12-04powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy1-2/+2
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy3-18/+36
2018-12-04powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy2-21/+7
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy5-19/+7
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy12-49/+55
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy2-4/+29
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy5-14/+19
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy10-14/+42
2018-12-04powerpc/mm: Avoid useless lock with single page fragmentsChristophe Leroy2-0/+6
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy5-101/+120
2018-12-04powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy1-3/+0
2018-12-04powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2-32/+0
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell3-0/+3
2018-12-04powerpc/mm: remove unused function prototypeBreno Leitao1-1/+0
2018-12-04powerpc/xmon: Fix invocation inside lock regionBreno Leitao1-4/+14
2018-12-01powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt1-1/+5
2018-11-29powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec1-1/+6
2018-11-27powerpc/mm: Fix linux page tables build with some configsMichael Ellerman1-0/+1
2018-11-27powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras1-1/+3
2018-11-26powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMUChristophe Leroy2-10/+2
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy4-6/+6
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy6-8/+8