summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Avoid shifts by negative amountsPaul Mackerras2017-11-231-5/+9
* KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-231-0/+1
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-165-27/+138
|\
| * KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-1/+12
| * KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras2017-11-011-0/+1
| * KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras2017-11-011-0/+3
| * KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-013-4/+26
| * KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras2017-11-011-1/+1
| * KVM: PPC: Book3S HV: Don't rely on host's page size informationPaul Mackerras2017-11-011-21/+95
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1635-54/+239
|\ \
| * | powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman2017-11-151-3/+4
| * | powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-133-3/+3
| * | powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran2017-11-132-0/+7
| * | powerpc/vas: Define vas_win_id()Sukadev Bhattiprolu2017-11-121-0/+5
| * | powerpc/vas: Define vas_win_paste_addr()Sukadev Bhattiprolu2017-11-121-0/+7
| * | powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu2017-11-122-0/+4
| * | powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu2017-11-122-0/+4
| * | powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu2017-11-121-0/+9
| * | Merge branch 'fixes' into nextMichael Ellerman2017-11-101-9/+1
| |\ \
| * | | powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-061-1/+4
| * | | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-3/+2
| * | | powerpc/opal: Add opal_async_wait_response_interruptible() to opal-asyncCyril Bur2017-11-061-0/+2
| * | | powerpc/opal: Make __opal_async_{get, release}_token() staticCyril Bur2017-11-061-2/+0
| * | | powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-061-1/+1
| * | | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-066-13/+13
| * | | powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-3/+3
| * | | powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy2017-11-061-0/+1
| * | | powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin2017-11-061-0/+4
| * | | powerpc/book3s: Add an HV variant of FIXUP_ENDIAN that is recoverableNicholas Piggin2017-11-061-0/+22
| * | | powerpc/book3s: Use label for FIXUP_ENDIAN macro branchNicholas Piggin2017-11-061-2/+3
| * | | KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-061-0/+1
| * | | powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman2017-10-221-6/+0
| * | | powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-213-0/+8
| * | | powerpc: Add PPC_FEATURE2_HTM_NO_SUSPENDMichael Ellerman2017-10-201-0/+1
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-4/+0
| |\ \ \ | | | |/ | | |/|
| | * | Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-4/+0
| * | | powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-0/+8
| * | | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-162-1/+6
| * | | powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-2/+0
| * | | powerpc: Always initialize input array when calling epapr_hypercall()Seth Forshee2017-10-061-6/+6
| * | | powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-041-1/+1
| * | | powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-10-042-0/+3
| * | | cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-0/+46
| * | | powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-283-0/+40
| * | | powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-273-0/+22
| * | | powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-261-6/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\ \ \
| * | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| |/ /
OpenPOWER on IntegriCloud