summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-305-3/+3
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-3028-24/+43
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-309-15/+25
* powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy2018-07-303-3/+0
* powerpc: remove kdump.h from page.hChristophe Leroy2018-07-301-1/+0
* powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-241-0/+1
* powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin2018-07-241-0/+1
* powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo2018-07-241-2/+2
* powerpc: add vcmpequd/vcmpequb ppc instruction macroSimon Guo2018-07-241-0/+11
* powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V2018-07-241-0/+10
* powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP configAneesh Kumar K.V2018-07-241-3/+10
* powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin2018-07-241-1/+0
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-4/+6
* powerpc/pkeys: make protection key 0 less specialRam Pai2018-07-241-6/+21
* powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai2018-07-241-11/+0
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-197-77/+20
|\
| * powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-161-2/+5
| * powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-161-3/+3
| * KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-1/+1
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-166-69/+11
* | powerpc: Remove Power8 DD1 from cputableJoel Stanley2018-07-121-8/+7
* | Revert "powerpc/powernv: Add support for the cxl kernel api on the real phb"Alastair D'Silva2018-07-021-7/+0
* | powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues2018-07-021-7/+8
* | powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2018-06-262-2/+0
* | powerpc: Wire up io_pgeteventsBreno Leitao2018-06-233-1/+3
* | powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-206-0/+38
* | powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman2018-06-191-1/+1
|/
* Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-06-148-46/+77
|\
| * KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTMSimon Guo2018-06-011-0/+2
| * KVM: PPC: Book3S PR: Add emulation for trechkpt.Simon Guo2018-06-011-0/+2
| * KVM: PPC: Book3S PR: Always fail transactions in guest privileged stateSimon Guo2018-06-011-0/+2
| * KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRsSimon Guo2018-06-011-0/+1
| * KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonSimon Guo2018-06-012-1/+9
| * KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()Simon Guo2018-06-011-0/+6
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-313-8/+29
| |\
| * | KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...Simon Guo2018-05-222-4/+7
| * | KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element typesSimon Guo2018-05-221-2/+7
| * | KVM: PPC: Add giveup_ext() hook to PPC KVM opsSimon Guo2018-05-221-0/+1
| * | KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo2018-05-221-3/+3
| * | KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulationSimon Guo2018-05-221-0/+1
| * | KVM: PPC: Book3S HV: Lockless tlbie for HPT hcallsNicholas Piggin2018-05-181-1/+0
| * | KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-184-26/+22
| * | KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-184-9/+9
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-181-0/+7
| |\ \
| * | | KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctlyPaul Mackerras2018-05-172-0/+2
| * | | KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interfacePaul Mackerras2018-05-172-0/+3
* | | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-1/+1
|\ \ \ \
| * | | | powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2018-06-111-1/+1
* | | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-103-1/+3
|\ \ \ \ \
| * | | | | powerpc: Wire up restartable sequences system callBoqun Feng2018-06-063-1/+3
OpenPOWER on IntegriCloud