aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson1-23/+4
2020-01-27powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy1-3/+3
2020-01-27powerpc/32: Simplify KASAN initChristophe Leroy1-21/+5
2020-01-27powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy2-26/+6
2020-01-27powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputypeChristophe Leroy2-4/+4
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy6-1/+49
2020-01-27powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy1-0/+3
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy8-24/+61
2020-01-27powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy1-0/+6
2020-01-27powerpc/32s: Reorganise DSI handler.Christophe Leroy1-14/+17
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy2-6/+27
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman1-1/+6
2020-01-27powerpc/8xx: Split breakpoint exceptionChristophe Leroy1-9/+10
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy1-12/+12
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy1-29/+0
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy2-17/+22
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy2-0/+25
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy5-1/+54
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy4-3/+16
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy5-16/+133
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy3-20/+19
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy2-21/+22
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy6-1/+9
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy3-13/+9
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy2-11/+11
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds18-0/+18
2020-01-25powerpc: Mark archrandom.h functions __must_checkRichard Henderson1-4/+4
2020-01-25powerpc: Use bool in archrandom.hRichard Henderson1-8/+9
2020-01-25powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson1-10/+0
2020-01-26powerpc/pseries/lparcfg: Fix display of Maximum MemoryMichael Bringmann1-2/+2
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe5-8/+23
2020-01-26powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some pathsVaibhav Jain1-0/+2
2020-01-26powerpc/xmon: Fix compile error in print_insn* functionsSukadev Bhattiprolu1-2/+2
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy7-62/+14
2020-01-26powerpc/maple: Fix comparing pointer to 0Chen Zhou1-1/+1
2020-01-26powerpc/pseries/vio: Fix iommu_table use-after-free refcount warningTyrel Datwyler1-0/+2
2020-01-26powerpc/papr_scm: Don't enable direct map for a region by defaultAneesh Kumar K.V1-1/+0
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+0
2020-01-24powerpc: Remove comment about read_barrier_depends()Will Deacon1-2/+0
2020-01-24Merge tag 'powerpc-5.5-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-9/+18
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson1-1/+1
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson1-0/+5
2020-01-24KVM: PPC: Drop kvm_arch_vcpu_free()Sean Christopherson1-7/+2
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson8-55/+29
2020-01-24KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson1-3/+3
2020-01-24KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initSean Christopherson1-11/+11
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson8-77/+51
2020-01-24KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson1-0/+2
2020-01-24KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson1-1/+3
2020-01-24KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson1-1/+3