summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy
2020-01-28powerpc: Implement user_access_begin and friendsChristophe Leroy
2020-01-28powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy
2020-01-28powerpc/32s: Drop NULL addr verificationChristophe Leroy
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson
2020-01-27KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-27powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy
2020-01-27powerpc/32: Simplify KASAN initChristophe Leroy
2020-01-27powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy
2020-01-27powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputypeChristophe Leroy
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy
2020-01-27powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy
2020-01-27powerpc/32s: Reorganise DSI handler.Christophe Leroy
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman
2020-01-27powerpc/8xx: Split breakpoint exceptionChristophe Leroy
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-01-25powerpc: Mark archrandom.h functions __must_checkRichard Henderson
2020-01-25powerpc: Use bool in archrandom.hRichard Henderson
2020-01-25powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson
2020-01-26powerpc/pseries/lparcfg: Fix display of Maximum MemoryMichael Bringmann
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe
2020-01-26powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some pathsVaibhav Jain
2020-01-26powerpc/xmon: Fix compile error in print_insn* functionsSukadev Bhattiprolu
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy