summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerMichal Simek
2019-11-26sysctl: Remove the sysctl system callEric W. Biederman
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-25powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor
2019-11-25powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor
2019-11-25powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor
2019-11-25powerpc: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-25powerpc/fixmap: don't clear fixmap area in paging_init()Christophe Leroy
2019-11-25Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-11-24powerpc: Add const qual to local_read() parameterEric Dumazet
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig
2019-11-21y2038: fix typo in powerpc vdso "LOPART"Arnd Bergmann
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz
2019-11-21KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz
2019-11-21powerpc/powernv: Disable native PCIe port managementOliver O'Halloran
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy
2019-11-21powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy
2019-11-20powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_physChristoph Hellwig
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams
2019-11-19powerpc/83xx: map IMMR with a BAT.Christophe Leroy
2019-11-19powerpc/32s: automatically allocate BAT in setbat()Christophe Leroy
2019-11-19powerpc/ioremap: warn on early use of ioremap()Christophe Leroy
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy
2019-11-19powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()Christophe Leroy
2019-11-19powerpc/8xx: use the fixmapped IMMR in cpm_reset()Christophe Leroy
2019-11-19powerpc/8xx: add __init to cpm1 init functionsChristophe Leroy
2019-11-18powerpc: cleanup hw_irq.hChristophe Leroy
2019-11-18powerpc: permanently include 8xx registers in reg.hChristophe Leroy
2019-11-18powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.Christophe Leroy
2019-11-18powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy
2019-11-18powerpc/mm: Show if a bad page fault on data is read or write.Christophe Leroy
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy
2019-11-18powerpc: Refactor BUG/WARN macrosChristophe Leroy
2019-11-18Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman