summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V
2019-03-05powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-05powerpc: remove dead code in head_fsl_booke.SJason Yan
2019-03-05powerpc/configs: Sync skiroot defconfigJoel Stanley
2019-03-05powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04powerpc/32: Clear on-stack exception marker upon exception returnChristophe Leroy
2019-03-02powerpc: Remove export of save_stack_trace_tsk_reliable()Joe Lawrence
2019-03-02powerpc/mm: fix "section_base" set but not usedQian Cai
2019-03-02powerpc/mm: Fix "sz" set but not used warningQian Cai
2019-03-02powerpc/mm: Check secondary hash page tableRashmica Gupta
2019-03-02powerpc: remove nargs from __SYSCALLFiroz Khan
2019-03-02Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-03-02powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin
2019-03-01KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()Suraj Jitindar Singh
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-28powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tablesAlexey Kardashevskiy
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-27powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy
2019-02-27powerpc/powernv: Make opal log only readable by rootJordan Niethe
2019-02-27KVM: PPC: Fix compilation when KVM is not enabledPaul Mackerras
2019-02-26powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpcNathan Chancellor
2019-02-26powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to CNicholas Piggin
2019-02-26powerpc/64s: Fix data interrupts vs d-side MCE reentrancyNicholas Piggin
2019-02-26powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancyNicholas Piggin
2019-02-26powerpc/64s: system reset interrupt preserve HSRRsNicholas Piggin
2019-02-26powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin
2019-02-26powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V
2019-02-26powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V
2019-02-26powerpc sstep: Add support for modsd, modud instructionsSandipan Das
2019-02-26powerpc sstep: Add support for modsw, moduw instructionsPrasannaKumar Muralidharan
2019-02-26powerpc sstep: Add support for extswsli instructionSandipan Das
2019-02-26powerpc sstep: Add support for cnttzw, cnttzd instructionsSandipan Das
2019-02-26powerpc: sstep: Add support for darn instructionSandipan Das
2019-02-26powerpc: sstep: Add support for maddhd, maddhdu, maddld instructionsSandipan Das
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller