aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy1-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy1-24/+0
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy4-12/+7
2019-08-27Merge tag 'kvm-ppc-fixes-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2-4/+8
2019-08-27powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl1-11/+25
2019-08-27KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras1-1/+8
2019-08-27KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras1-5/+10
2019-08-27powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl2-5/+7
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl1-6/+18
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy3-16/+20
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy2-26/+13
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy3-11/+43
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy4-28/+35
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy8-21/+43
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy7-68/+29
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy5-227/+229
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy9-12/+7
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy3-41/+19
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy4-61/+37
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy4-18/+34
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy3-22/+2
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy3-17/+1
2019-08-27powerpc/ps3: replace __ioremap() by ioremap_prot()Christophe Leroy1-7/+3
2019-08-27powerpc: remove the ppc44x ocm.c fileChristoph Hellwig5-431/+0
2019-08-27powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3EChristophe Leroy1-1/+1
2019-08-27powerpc/64s: support nospectre_v2 cmdline optionChristopher M. Riedl1-3/+16
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras6-4/+21
2019-08-27KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2-4/+8
2019-08-23KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh2-5/+19
2019-08-23KVM: PPC: Book3S: Mark expected switch fall-throughPaul Menzel1-0/+1
2019-08-23Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1120-10405/+4922
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig1-6/+0
2019-08-22powerpc/configs: Disable /dev/port in skiroot defconfigDaniel Axtens1-0/+1
2019-08-22powerpc/eeh: Slightly simplify eeh_add_to_parent_pe()Sam Bobroff1-25/+27
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff4-47/+26
2019-08-22powerpc/eeh: Fix crash when edev->pdev changesSam Bobroff1-15/+29
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff7-89/+39
2019-08-22powerpc/eeh: Introduce EEH edev logging macrosSam Bobroff2-17/+11
2019-08-22powerpc/eeh: Add bdfn field to eeh_devOliver O'Halloran3-0/+6
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff5-59/+14
2019-08-22powerpc/eeh: EEH for pSeries hot plugSam Bobroff3-41/+56
2019-08-22powerpc/eeh: Initialize EEH address cache earlierSam Bobroff3-2/+16
2019-08-22powerpc/eeh: Improve debug messages around device additionSam Bobroff3-11/+28
2019-08-22powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flagSam Bobroff1-1/+10
2019-08-22powerpc/64: Adjust order in pcibios_init()Sam Bobroff3-7/+13
2019-08-22powerpc: remove meaningless KBUILD_ARFLAGS additionMasahiro Yamada1-1/+0
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson1-0/+3
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-08-21powerpc: add machine check safe copy_to_userSantosh Sivaraj2-0/+15