aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into nextMichael Ellerman2018-12-1712-20/+80
|\
| * powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova2018-12-101-1/+6
| * powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2018-12-091-3/+16
| * powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran2018-12-091-0/+12
| * powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran2018-12-091-0/+3
| * powerpc/papr_scm: Remove endian conversionsOliver O'Halloran2018-12-091-3/+3
| * powerpc/papr_scm: Update DT propertiesOliver O'Halloran2018-12-091-5/+11
| * powerpc/papr_scm: Fix resource end addressOliver O'Halloran2018-12-071-1/+1
| * powerpc/papr_scm: Use depend instead of selectOliver O'Halloran2018-12-071-2/+1
| * powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-073-1/+11
| * powerpc/boot: Fix build failures with -j 1Michael Ellerman2018-12-061-1/+1
| * powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
| * powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-11-291-1/+6
| * powerpc/mm: Fix linux page tables build with some configsMichael Ellerman2018-11-271-0/+1
| * powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras2018-11-271-1/+3
* | powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-043-1/+178
* | powerpc/mm: dump segment registers on book3s/32Christophe Leroy2018-12-042-1/+65
* | powerpc/math-emu: Update macros from GCCJoel Stanley2018-12-041-63/+29
* | powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCHRussell Currey2018-12-041-0/+1
* | powerpc/8xx: regroup TLB handler routinesChristophe Leroy2018-12-041-58/+54
* | powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49
* | powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-046-3/+22
* | powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-043-2/+15
* | powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy2018-12-041-0/+3
* | powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-042-36/+26
* | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-043-76/+6
* | powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy2018-12-041-30/+28
* | powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy2018-12-041-2/+2
* | powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-043-18/+36
* | powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy2018-12-042-21/+7
* | powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-045-19/+7
* | powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-0412-49/+55
* | powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy2018-12-042-4/+29
* | powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-045-14/+19
* | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-0410-14/+42
* | powerpc/mm: Avoid useless lock with single page fragmentsChristophe Leroy2018-12-042-0/+6
* | powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-045-101/+120
* | powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy2018-12-041-3/+0
* | powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2018-12-042-32/+0
* | powerpc: annotate implicit fall throughsStephen Rothwell2018-12-043-0/+3
* | powerpc/mm: remove unused function prototypeBreno Leitao2018-12-041-1/+0
* | powerpc/pseries/cpuidle: Fix preempt warningBreno Leitao2018-12-041-1/+7
* | powerpc/xmon: Fix invocation inside lock regionBreno Leitao2018-12-041-4/+14
* | powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMUChristophe Leroy2018-11-262-10/+2
* | powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy2018-11-264-6/+6
* | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-266-8/+8
* | powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy2018-11-261-6/+3
* | powerpc/kconfig: remove CONFIG_6xxChristophe Leroy2018-11-2611-20/+16
* | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-2620-33/+33
* | drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2