summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2014-01-27KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling6-3/+361
2014-01-27KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras6-337/+397
2014-01-27KVM: PPC: Book3S HV: Don't set DABR on POWER8Michael Neuling2-3/+12
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood4-32/+26
2014-01-27KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()Mihai Caraman1-1/+1
2014-01-27KVM: PPC: Book3S HV: use xics_wake_cpu only when definedAndreas Schwab1-1/+6
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater6-10/+42
2014-01-09KVM: PPC: Unify kvmppc_get_last_inst and scAlexander Graf1-11/+7
2014-01-09KVM: PPC: NULL return of kvmppc_mmu_hpte_cache_next should be handledZhouyi Zhou1-0/+5
2014-01-09KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen2-11/+11
2014-01-09kvm: powerpc: use caching attributes as per linux pteBharat Bhushan4-21/+33
2014-01-09kvm: powerpc: define a linux pte lookup functionBharat Bhushan1-0/+21
2014-01-09kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()Bharat Bhushan1-3/+5
2014-01-09kvm: booke: clear host tlb reference flag on guest tlb invalidationBharat Bhushan1-8/+8
2014-01-09KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exitPaul Mackerras2-66/+22
2014-01-09KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras3-73/+19
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras9-220/+131
2014-01-09KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras6-63/+14
2014-01-09kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()Bharat Bhushan2-68/+66
2014-01-09kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()Bharat Bhushan3-56/+54
2014-01-09KVM: PPC: fix couple of memory leaks in MPIC/XICS devicesGleb Natapov2-1/+4
2014-01-09KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf6-0/+26
2013-11-21powerpc: kvm: optimize "sc 1" as fast returnLiu Ping Fan2-7/+22
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds58-1585/+3185
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-4/+4
2013-11-15powerpc: handle pgtable_page_ctor() failKirill A. Shutemov3-5/+12
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+3
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-39/+16
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+2
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds3-7/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-69/+33
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-2/+1
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi1-2/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu1-3/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds49-95/+103
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds156-2106/+4014
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-16/+2
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring6-0/+6
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-09new helper: dump_align()Al Viro1-1/+1
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro1-49/+20
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro4-31/+24
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring23-116/+211
2013-11-07driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha1-0/+2
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-36/+44