aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-23Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely4-7/+5
2010-11-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+2
2010-11-18powerpc: Update a BKL related commentAlessio Igor Bogani1-3/+2
2010-11-17kgdb,ppc: Fix regression in evr register handlingDongdong Deng1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-05PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood1-1/+1
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney1-38/+0
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-63/+125
2010-10-29kgdb,ppc: Individual register get/set for ppcDongdong Deng1-63/+125
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-7/+8
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-3/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-20/+25
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-10/+927
2010-10-24KVM: PPC: Enable napping only for Book3s_64Alexander Graf1-0/+2
2010-10-24KVM: PPC: Force enable nap on KVMAlexander Graf1-0/+3
2010-10-24KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31Alexander Graf2-5/+24
2010-10-24KVM: PPC: Make PV mtmsr work with r30 and r31Alexander Graf2-16/+40
2010-10-24KVM: PPC: Add mtsrin PV codeAlexander Graf3-0/+111
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf1-6/+15
2010-10-24KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2-4/+3
2010-10-24KVM: PPC: Move KVM trampolines before __end_interruptsAlexander Graf2-6/+6
2010-10-24KVM: PPC: PV wrteeiAlexander Graf2-0/+91
2010-10-24KVM: PPC: PV mtmsrd L=0 and mtmsrAlexander Graf2-0/+135
2010-10-24KVM: PPC: PV mtmsrd L=1Alexander Graf2-0/+101
2010-10-24KVM: PPC: PV assembler helpersAlexander Graf1-0/+30
2010-10-24KVM: PPC: Introduce branch patching helperAlexander Graf1-0/+14
2010-10-24KVM: PPC: Introduce kvm_tmp frameworkAlexander Graf1-2/+40
2010-10-24KVM: PPC: PV tlbsync to nopAlexander Graf1-0/+12
2010-10-24KVM: PPC: PV instructions to loads and storesAlexander Graf1-0/+109
2010-10-24KVM: PPC: KVM PV guest stubsAlexander Graf1-0/+95
2010-10-24KVM: PPC: Generic KVM PV guest supportAlexander Graf4-1/+55
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf2-0/+70
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-1/+1
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-0/+5
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds30-233/+426
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-14/+15
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-4/+4
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely1-2/+10
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely1-7/+4
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras1-1/+1
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-21/+21
2010-10-15llseek: automatically add .llseek fopArnd Bergmann3-0/+5
2010-10-15Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2-0/+16
2010-10-14powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala1-2/+2
2010-10-14powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala4-2/+50
2010-10-14powerpc: Fix compile error with paca code on ppc64eKumar Gala1-1/+1
2010-10-14powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2-3/+9
2010-10-14powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock3-12/+29