summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-48/+18
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-3/+1
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2-45/+17
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-123/+51
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+2
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds29-340/+792
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2014-10-01MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()Yijing Wang1-1/+1
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev10-122/+50
2014-09-29KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V1-0/+6
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini26-300/+761
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-0/+6
2014-09-24powerpc: Update defconfigs which were missing CONFIG_NET.David S. Miller1-0/+1
2014-09-24powerpc: Set CONFIG_NET=y in defconfigsMichal Marek5-0/+5
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla7-9/+11
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-20/+47
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf4-5/+5
2014-09-22powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan3-5/+20
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan5-5/+63
2014-09-22KVM: PPC: Book3E: Enable e6500 coreMihai Caraman1-0/+10
2014-09-22KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman4-24/+65
2014-09-22KVM: PPC: Book3S HV: Only accept host PVR value for guest PVRPaul Mackerras1-1/+3
2014-09-22KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threadsPaul Mackerras1-1/+1
2014-09-22KVM: PPC: Remove shared defines for SPE and AltiVec interruptsMihai Caraman1-10/+10
2014-09-22KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman5-15/+4
2014-09-22KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan4-1/+194
2014-09-22KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman3-42/+47
2014-09-22KVM: PPC: Make ONE_REG powerpc genericMihai Caraman3-129/+138
2014-09-22KVM: PPC: Book3e: Add AltiVec supportMihai Caraman4-8/+101
2014-09-22KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman3-43/+36
2014-09-22KVM: PPC: Book3S HV: Add register name when loading tocMichael Neuling1-1/+2
2014-09-22powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersMihai Caraman2-6/+6
2014-09-22powerpc/booke: Restrict SPE exception handlers to e200/e500 coresMihai Caraman4-7/+34
2014-09-22KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan2-0/+7
2014-09-22KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan3-11/+9
2014-09-22KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan1-0/+2
2014-09-22KVM: PPC: BOOKE: Allow guest to change MSR_DEBharat Bhushan1-1/+1
2014-09-22KVM: PPC: BOOKE : Emulate rfdi instructionBharat Bhushan2-0/+14
2014-09-22KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan1-1/+5
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-1/+2
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()Pranith Kumar3-1/+7
2014-09-09powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigsCyril Bur11-0/+11
2014-09-09powerpc: use machine_subsys_initcall() for opal_hmi_handler_init()Li Zhong1-1/+2
2014-09-09powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2-1/+8
2014-09-09powerpc/pseries: Fix endian issues in memory hotplugThomas Falcon1-17/+19