summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-825/+1380
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+2
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+5
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-25/+18
2018-10-21powerpc: Fix stack protector crashes on CPU hotplugMichael Ellerman-7/+3
2018-10-20powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy-2/+7
2018-10-20powerpc/64/module: REL32 relocation range checkNicholas Piggin-1/+8
2018-10-20powerpc/ftrace: Handle large kernel configsNaveen N. Rao-5/+281
2018-10-20powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selectedChristophe Leroy-2/+3
2018-10-20powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy-2/+10
2018-10-20powerpc/time: isolate scaled cputime accounting in dedicated functions.Christophe Leroy-26/+43
2018-10-20powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy-8/+35
2018-10-20powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao-5/+8
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig-2/+2
2018-10-19powerpc/time: Fix clockevent_decrementer initalisation for PR KVMMichael Ellerman-0/+4
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman-4/+0
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy-2/+0
2018-10-19powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt-8/+5
2018-10-19powerpc: Check prom_init for disallowed sectionsBenjamin Herrenschmidt-0/+16
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt-1/+4
2018-10-19powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt-5/+5
2018-10-19powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt-3/+3
2018-10-19powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt-1/+7
2018-10-19powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt-1/+6
2018-10-19powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt-115/+10
2018-10-19powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt-26/+29
2018-10-19powerpc/pseries: PAPR persistent memory supportOliver O'Halloran-0/+2
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy-39/+39
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin-1/+1
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin-0/+7
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin-0/+9
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin-1/+1
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin-160/+42
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin-14/+9
2018-10-14powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman-7/+7
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman-0/+39
2018-10-14powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt-1/+1
2018-10-14powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt-1/+1
2018-10-14powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt-1/+1
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy-3/+3
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy-6/+6
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy-4/+4
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy-2/+2
2018-10-13powerpc/rtas: Fix a potential race between CPU-Offline & MigrationGautham R. Shenoy-0/+9
2018-10-13powerpc/cacheinfo: Report the correct shared_cpu_map on big-coresGautham R. Shenoy-2/+35
2018-10-13powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcoresGautham R. Shenoy-1/+18
2018-10-13powerpc: Detect the presence of big-cores via "ibm, thread-groups"Gautham R. Shenoy-0/+222
2018-10-13powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley-14/+5