summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin2018-10-201-1/+0
* powerpc/mm: Fix page table dump to work on RadixMichael Ellerman2018-10-201-3/+9
* powerpc/mm/radix: Display if mappings are exec or notMichael Ellerman2018-10-201-12/+17
* powerpc/mm/radix: Simplify split mapping logicMichael Ellerman2018-10-201-22/+10
* powerpc/mm/radix: Remove the retry in the split mapping logicMichael Ellerman2018-10-201-7/+5
* powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman2018-10-201-2/+2
* powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman2018-10-201-2/+2
* powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman2018-10-201-2/+2
* powerpc/ftrace: Handle large kernel configsNaveen N. Rao2018-10-203-5/+281
* powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2018-10-202-2/+3
* powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selectedChristophe Leroy2018-10-201-2/+3
* powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2018-10-205-4/+19
* powerpc/time: isolate scaled cputime accounting in dedicated functions.Christophe Leroy2018-10-201-26/+43
* powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy2018-10-202-9/+39
* powerpc/sysdev/ipic: check primary_ipic NULL pointer before using itChristophe Leroy2018-10-201-1/+1
* powerpc/mm: fix always true/false warning in slice.cChristophe Leroy2018-10-201-7/+14
* powerpc/mm: fix missing prototypes in slice.cChristophe Leroy2018-10-201-0/+1
* powerpc/mm: Trace tlbia instructionChristophe Leroy2018-10-202-0/+17
* powerpc/mm: Add missing tracepoint for tlbieChristophe Leroy2018-10-201-0/+2
* powerpc/book3s64: fix dump_linuxpagetables "present" flagChristophe Leroy2018-10-201-2/+7
* powerpc/pseries: Export raw per-CPU VPA data via debugfsAravinda Prasad2018-10-201-0/+54
* powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao2018-10-202-5/+8
* powerpc: Add support for function error injectionNaveen N. Rao2018-10-205-0/+37
* powerpc/time: Fix clockevent_decrementer initalisation for PR KVMMichael Ellerman2018-10-191-0/+4
* powerpc/aout: Fix struct user definition to use user_pt_regsMichael Ellerman2018-10-191-1/+1
* powerpc/uapi: Fix sigcontext definition to use user_pt_regsMichael Ellerman2018-10-191-1/+5
* powerpc/io: remove old GCC version implementationChristophe Leroy2018-10-191-20/+0
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-1913-21/+2
* powerpc: Move core kernel logic into arch/powerpc/KbuildMichael Ellerman2018-10-192-12/+16
* powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy2018-10-191-2/+0
* powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt2018-10-191-8/+5
* powerpc: Check prom_init for disallowed sectionsBenjamin Herrenschmidt2018-10-191-0/+16
* powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt2018-10-192-1/+4
* powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt2018-10-191-5/+5
* powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt2018-10-191-3/+3
* powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt2018-10-191-1/+7
* powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt2018-10-191-1/+6
* powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt2018-10-191-115/+10
* powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt2018-10-191-26/+29
* powerpc/pseries: Add driver for PAPR SCM regionsOliver O'Halloran2018-10-193-0/+353
* powerpc/pseries: PAPR persistent memory supportOliver O'Halloran2018-10-1910-4/+193
* powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2018-10-192-41/+41
* powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy2018-10-191-0/+16
* powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-199-40/+10
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-144-41/+87
* powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-143-4/+4
* powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-142-3/+53
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-145-35/+21
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-145-44/+181
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-146-0/+37