aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-03powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V1-28/+3
2018-06-03powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_access_flags directlyAneesh Kumar K.V1-16/+3
2018-06-03ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva1-1/+1
2018-06-03powerpc: use task_pid_nr() for TID allocationAlastair D'Silva1-1/+0
2018-06-03powerpc: Add TIDR CPU feature for POWER9Alastair D'Silva1-1/+2
2018-06-03powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2-0/+8
2018-06-03powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin1-0/+1
2018-06-03powerpc: generic clockevents broadcast receiver call tick_receive_broadcastNicholas Piggin2-1/+1
2018-06-03powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin1-8/+0
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin1-4/+0
2018-06-03powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 supportNicholas Piggin1-2/+2
2018-06-03powerpc/pseries: put cede MSR[EE] check under IRQ_SOFT_MASK_DEBUGNicholas Piggin1-4/+4
2018-06-03Merge branch 'topic/pkey' into nextMichael Ellerman2-18/+0
2018-06-03Merge branch 'fixes' into nextMichael Ellerman3-18/+29
2018-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-8/+36
2018-06-02powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V3-1/+3
2018-06-01KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTMSimon Guo1-0/+2
2018-06-01KVM: PPC: Book3S PR: Add emulation for trechkpt.Simon Guo1-0/+2
2018-06-01KVM: PPC: Book3S PR: Always fail transactions in guest privileged stateSimon Guo1-0/+2
2018-06-01KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRsSimon Guo1-0/+1
2018-06-01KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonSimon Guo2-1/+9
2018-06-01KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()Simon Guo1-0/+6
2018-05-31Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras3-8/+29
2018-05-28powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf1-8/+5
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-05-25powerpc: Add missing prototypeMathieu Malaterre1-0/+3
2018-05-25powerpc/52xx: Add missing functions prototypesMathieu Malaterre1-3/+3
2018-05-25powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre1-0/+1
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre1-1/+1
2018-05-25powerpc/altivec: Add missing prototypes for altivecMathieu Malaterre2-11/+20
2018-05-25powerpc/xmon: Add __printf annotation to xmon_printf()Mathieu Malaterre1-1/+1
2018-05-25powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy1-0/+1
2018-05-24powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2-2/+3
2018-05-24powerpc/reg: Add TEXASR related macrosSimon Guo1-6/+26
2018-05-22KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_instr() inputSimon Guo2-4/+7
2018-05-22KVM: PPC: Expand mmio_vsx_copy_type to cover VMX load/store element typesSimon Guo1-2/+7
2018-05-22KVM: PPC: Add giveup_ext() hook to PPC KVM opsSimon Guo1-0/+1
2018-05-22KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_instr() inputSimon Guo1-3/+3
2018-05-22KVM: PPC: Add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulationSimon Guo1-0/+1
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin3-0/+59
2018-05-21powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat2-0/+3
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner4-18/+27
2018-05-18powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman1-0/+10
2018-05-18KVM: PPC: Book3S HV: Lockless tlbie for HPT hcallsNicholas Piggin1-1/+0
2018-05-18KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo4-26/+22
2018-05-18KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo4-9/+9
2018-05-18Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-0/+7
2018-05-18powerpc/32: Use stmw/lmw for registers save/restore in asmChristophe Leroy1-4/+2
2018-05-18Revert "powerpc/64: Fix checksum folding in csum_add()"Christophe Leroy1-1/+1
2018-05-18powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZEChristophe Leroy2-11/+0