aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-20powerpc/mm: Fix page table dump to work on RadixMichael Ellerman1-3/+9
2018-10-20powerpc/mm/radix: Display if mappings are exec or notMichael Ellerman1-12/+17
2018-10-20powerpc/mm/radix: Simplify split mapping logicMichael Ellerman1-22/+10
2018-10-20powerpc/mm/radix: Remove the retry in the split mapping logicMichael Ellerman1-7/+5
2018-10-20powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman1-2/+2
2018-10-20powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman1-2/+2
2018-10-20powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman1-2/+2
2018-10-20powerpc/ftrace: Handle large kernel configsNaveen N. Rao3-5/+281
2018-10-20powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2-2/+3
2018-10-20selftests/powerpc: Fix out-of-tree build errorsMichael Ellerman4-6/+1
2018-10-20powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selectedChristophe Leroy1-2/+3
2018-10-20powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy5-4/+19
2018-10-20powerpc/time: isolate scaled cputime accounting in dedicated functions.Christophe Leroy1-26/+43
2018-10-20powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy2-9/+39
2018-10-20powerpc/sysdev/ipic: check primary_ipic NULL pointer before using itChristophe Leroy1-1/+1
2018-10-20powerpc/mm: fix always true/false warning in slice.cChristophe Leroy1-7/+14
2018-10-20powerpc/mm: fix missing prototypes in slice.cChristophe Leroy1-0/+1
2018-10-20powerpc/mm: Trace tlbia instructionChristophe Leroy2-0/+17
2018-10-20powerpc/mm: Add missing tracepoint for tlbieChristophe Leroy1-0/+2
2018-10-20powerpc/book3s64: fix dump_linuxpagetables "present" flagChristophe Leroy1-2/+7
2018-10-20powerpc/pseries: Export raw per-CPU VPA data via debugfsAravinda Prasad1-0/+54
2018-10-20selftests/powerpc: Add test to verify rfi flush across a system callNaveen N. Rao5-1/+305
2018-10-20selftests/powerpc: Move UCONTEXT_NIA() into utils.hNaveen N. Rao2-8/+8
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao2-5/+8
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao5-0/+37
2018-10-19powerpc/time: Fix clockevent_decrementer initalisation for PR KVMMichael Ellerman1-0/+4
2018-10-19powerpc/aout: Fix struct user definition to use user_pt_regsMichael Ellerman1-1/+1
2018-10-19powerpc/uapi: Fix sigcontext definition to use user_pt_regsMichael Ellerman1-1/+5
2018-10-19powerpc/io: remove old GCC version implementationChristophe Leroy1-20/+0
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman13-21/+2
2018-10-19powerpc: Move core kernel logic into arch/powerpc/KbuildMichael Ellerman2-12/+16
2018-10-19macintosh/windfarm_smu_sat: Fix debug outputBenjamin Herrenschmidt1-18/+7
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy1-2/+0
2018-10-19powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt1-8/+5
2018-10-19powerpc: Check prom_init for disallowed sectionsBenjamin Herrenschmidt1-0/+16
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt2-1/+4
2018-10-19powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt1-5/+5
2018-10-19powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt1-3/+3
2018-10-19powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt1-1/+7
2018-10-19powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt1-1/+6
2018-10-19powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt1-115/+10
2018-10-19powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt1-26/+29
2018-10-19powerpc/pseries: Add driver for PAPR SCM regionsOliver O'Halloran3-0/+353
2018-10-19powerpc/pseries: PAPR persistent memory supportOliver O'Halloran10-4/+193
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2-41/+41
2018-10-19powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy1-0/+16
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V9-40/+10
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V4-41/+87
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V3-4/+4
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2-3/+53