summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann-1/+3
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-11/+74
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu-0/+1
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho-0/+4
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho-0/+15
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho-1/+41
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy-25/+1
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy-0/+27
2019-08-29powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy-11/+55
2019-08-28powerpc/64: remove support for kernel-mode syscallsNicholas Piggin-17/+6
2019-08-28powerpc: convert to copy_thread_tlsNicholas Piggin-4/+5
2019-08-28powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy-9/+12
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy-3/+3
2019-08-28powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVRChristophe Leroy-31/+24
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy-23/+5
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy-8/+20
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy-24/+0
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy-4/+7
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy-10/+14
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy-26/+13
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy-6/+6
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy-8/+5
2019-08-27powerpc/64s: support nospectre_v2 cmdline optionChristopher M. Riedl-3/+16
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig-6/+0
2019-08-22powerpc/eeh: Slightly simplify eeh_add_to_parent_pe()Sam Bobroff-25/+27
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff-44/+23
2019-08-22powerpc/eeh: Fix crash when edev->pdev changesSam Bobroff-15/+29
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff-58/+27
2019-08-22powerpc/eeh: Introduce EEH edev logging macrosSam Bobroff-17/+0
2019-08-22powerpc/eeh: Add bdfn field to eeh_devOliver O'Halloran-0/+2
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff-49/+10
2019-08-22powerpc/eeh: EEH for pSeries hot plugSam Bobroff-1/+3
2019-08-22powerpc/eeh: Initialize EEH address cache earlierSam Bobroff-2/+13
2019-08-22powerpc/eeh: Improve debug messages around device additionSam Bobroff-1/+1
2019-08-22powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flagSam Bobroff-1/+10
2019-08-22powerpc/64: Adjust order in pcibios_init()Sam Bobroff-7/+13
2019-08-21powerpc/mce: Handle UE event for memcpy_mcsafeBalbir Singh-2/+29
2019-08-21powerpc/mce: Make machine_check_ue_event() staticReza Arbab-2/+2
2019-08-21powerpc/mce: Fix MCE handling for huge pagesBalbir Singh-6/+13
2019-08-21powerpc/mce: Schedule work from irq_workSantosh Sivaraj-1/+10
2019-08-20powerpc/rtas: allow rescheduling while changing cpu statesNathan Lynch-0/+2
2019-08-20powerpc/rtas: use device model APIs and serialization during LPMNathan Lynch-3/+8
2019-08-20powerpc/603: Fix handling of the DIRTY flagChristophe Leroy-2/+2
2019-08-20powerpc/32: Add warning on misaligned copy_page() or clear_page()Christophe Leroy-0/+5
2019-08-20powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.Christophe Leroy-0/+2
2019-08-20powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()Christophe Leroy-27/+33
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy-22/+52
2019-08-19powerpc/iommu: Allow bypass-only for DMAAlexey Kardashevskiy-6/+5
2019-08-19Merge branch 'fixes' into nextMichael Ellerman-1/+18