summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-093-48/+18
|\
| * nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-3/+1
| * mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-092-45/+17
* | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0910-123/+51
|\ \
| * | MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()Yijing Wang2014-10-011-1/+1
| * | PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev2014-10-0110-122/+50
* | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-1/+2
|\ \ \ | |_|/ |/| |
| * | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-1/+2
| |/
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \
| * | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-2/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-246-0/+6
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2318-20/+47
| |\ \ \ \
| * | | | | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-072-4/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-0829-340/+792
|\ \ \ \ \
| * | | | | KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V2014-09-291-0/+6
| * | | | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-2426-300/+761
| |\ \ \ \ \
| | * | | | | KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf2014-09-224-5/+5
| | * | | | | powerpc/kvm: common sw breakpoint instr across ppcMadhavan Srinivasan2014-09-223-5/+20
| | * | | | | powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-225-5/+63
| | * | | | | KVM: PPC: Book3E: Enable e6500 coreMihai Caraman2014-09-221-0/+10
| | * | | | | KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman2014-09-224-24/+65
| | * | | | | KVM: PPC: Book3S HV: Only accept host PVR value for guest PVRPaul Mackerras2014-09-221-1/+3
| | * | | | | KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threadsPaul Mackerras2014-09-221-1/+1
| | * | | | | KVM: PPC: Remove shared defines for SPE and AltiVec interruptsMihai Caraman2014-09-221-10/+10
| | * | | | | KVM: PPC: Remove the tasklet used by the hrtimerMihai Caraman2014-09-225-15/+4
| | * | | | | KVM: PPC: BOOKE: Emulate debug registers and exceptionBharat Bhushan2014-09-224-1/+194
| | * | | | | KVM: PPC: Move ONE_REG AltiVec support to powerpcMihai Caraman2014-09-223-42/+47
| | * | | | | KVM: PPC: Make ONE_REG powerpc genericMihai Caraman2014-09-223-129/+138
| | * | | | | KVM: PPC: Book3e: Add AltiVec supportMihai Caraman2014-09-224-8/+101
| | * | | | | KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman2014-09-223-43/+36
| | * | | | | KVM: PPC: Book3S HV: Add register name when loading tocMichael Neuling2014-09-221-1/+2
| | * | | | | powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersMihai Caraman2014-09-222-6/+6
| | * | | | | powerpc/booke: Restrict SPE exception handlers to e200/e500 coresMihai Caraman2014-09-224-7/+34
| | * | | | | KVM: PPC: BOOKE: Add one reg interface for DBSRBharat Bhushan2014-09-222-0/+7
| | * | | | | KVM: PPC: BOOKE: Guest and hardware visible debug registers are sameBharat Bhushan2014-09-223-11/+9
| | * | | | | KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUGBharat Bhushan2014-09-221-0/+2
| | * | | | | KVM: PPC: BOOKE: Allow guest to change MSR_DEBharat Bhushan2014-09-221-1/+1
| | * | | | | KVM: PPC: BOOKE : Emulate rfdi instructionBharat Bhushan2014-09-222-0/+14
| | * | | | | KVM: PPC: BOOKE: allow debug interrupt at "debug level"Bharat Bhushan2014-09-221-1/+5
| * | | | | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
| * | | | | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-247-9/+11
| |/ / / / /
| * | | | | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-292-2/+2
| * | | | | KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-292-29/+8
| * | | | | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-5/+0
| * | | | | KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-073-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1