aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand1-1/+3
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand1-0/+2
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-3/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-3/+3
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff1-38/+0
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-4/+4
2018-10-13powerpc/eeh: Cleanup list_head field namesSam Bobroff1-1/+1
2018-10-13powerpc/eeh: Cleanup EEH_POSTPONED_PROBESam Bobroff1-14/+0
2018-10-13powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2018-10-09Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2018-10-04powerpc/powernv/npu: Remove atsd_threshold debugfs settingMark Hairgrove1-14/+0
2018-10-04powerpc/powernv/npu: Use size-based ATSD invalidatesMark Hairgrove1-48/+55
2018-10-04powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidatesMark Hairgrove1-51/+48
2018-10-03powerpc/64s: consolidate MCE counter increment.Michal Suchanek1-2/+0
2018-10-03powerpc/powernv: Mark function as __noreturnBreno Leitao1-1/+1
2018-10-03powerpc: Convert to using %pOFn instead of device_node.nameRob Herring3-4/+5
2018-10-03powerpc/powernv: Make possible for user to force a full ipl cec rebootVaibhav Jain1-6/+30
2018-09-20powerpc/powernv/ioda2: Reduce upper limit for DMA window size (again)Alexey Kardashevskiy1-1/+1
2018-09-19powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2-0/+13
2018-09-19powerpc/memtrace: Remove memory in chunksRashmica Gupta1-5/+16
2018-09-17powerpc/powernv: Don't select the cpufreq governorsJoel Stanley1-5/+0
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-22/+4
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-31/+89
2018-08-21ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox1-22/+4
2018-08-20powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt1-0/+37
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin1-31/+52
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds19-877/+935
2018-08-10powerpc/powernv/idle: Fix build errorAneesh Kumar K.V1-1/+1
2018-08-10powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta1-7/+85
2018-08-08powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt1-51/+75
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2-0/+3
2018-08-08powerpc/powernv: Export opal_check_token symbolHaren Myneni1-0/+1
2018-08-08powerpc/powernv: Query firmware for count cache flush settingsMichael Ellerman1-0/+7
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman1-1/+0
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt1-1/+1
2018-08-03powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usageReza Arbab1-2/+3
2018-08-03powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin1-1/+2
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-1/+2
2018-07-31powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat2-0/+29
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga1-78/+138
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy1-0/+1
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin1-10/+27
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin1-5/+7
2018-07-24powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin1-46/+40
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin2-36/+41