summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-302-10/+3
* Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-04-231-0/+3
|\
| * powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach2012-04-191-0/+3
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-121-6/+0
|\ \
| * | irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-101-6/+0
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-112-20/+23
|\ \ \ | |/ / |/| / | |/
| * powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt2012-04-111-2/+2
| * powerpc: Fix page fault with lockdep regressionBenjamin Herrenschmidt2012-04-101-18/+21
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-045-20/+28
|\ \ | |/ |/|
| * PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-285-20/+28
* | powerpc: Fix fallout from system.h split upStephen Rothwell2012-04-022-0/+3
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2828-23/+19
|\ \
| * | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-2828-23/+19
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-286-14/+49
|\ \ \
| * | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-281-4/+8
| * | | powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-284-8/+5
| * | | powerpc: Remove NO_IRQ_IGNOREStephen Rothwell2012-03-281-2/+2
| * | | powerpc: Make function that parses RTAS error logs globalAnton Blanchard2012-03-281-0/+34
* | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-285-83/+362
|\ \ \ \ | |/ / / |/| | |
| * | | KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-051-1/+1
| * | | KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras2012-03-052-4/+5
| * | | KVM: PPC: Avoid patching paravirt template codeLiu Yu-B132012012-03-052-1/+16
| * | | KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood2012-03-052-37/+182
| * | | KVM: PPC: booke: Paravirtualize wrteeScott Wood2012-03-052-34/+154
| * | | PPC: Fix race in mtmsr paravirt implementationBharat Bhushan2012-03-051-6/+4
| | |/ | |/|
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ \
| * | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
| |/ /
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-231-8/+2
|\ \ \
| * | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-8/+2
| | |/ | |/|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-235-93/+28
|\ \ \ | |/ / |/| |
| * | powerpc/PCI: convert devtree bus addresses to resourceBjorn Helgaas2012-03-201-4/+8
| * | powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas2012-03-203-6/+10
| * | powerpc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-74/+5
| * | powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-233-11/+7
| * | powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas2012-02-231-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2149-7535/+2041
|\ \ \
| * | | powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell2012-03-211-14/+0
| * | | powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-217-252/+15
| * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-03-211-0/+18
| |\ \ \
| | * | | powerpc: Add initial e6500 cpu supportKumar Gala2012-03-151-0/+18
| * | | | powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2012-03-171-1/+1
| * | | | powerpc: Fix power4/970 idle code regression with lockdepBenjamin Herrenschmidt2012-03-161-1/+1
| |/ / /
| * | | Merge branch 'eeh' into nextBenjamin Herrenschmidt2012-03-132-1/+8
| |\ \ \
| | * | | powerpc/eeh: Introduce EEH deviceGavin Shan2012-03-092-1/+8
| * | | | powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-0913-294/+551
| * | | | powerpc: Replace mfmsr instructions with load from PACA kernel_msr fieldBenjamin Herrenschmidt2012-03-092-12/+7
| * | | | powerpc: Fix 64-bit BookE FP unavailable exceptionsBenjamin Herrenschmidt2012-03-091-6/+7
| * | | | powerpc: Disable interrupts in 64-bit kernel FP and vector faultsBenjamin Herrenschmidt2012-03-093-7/+9
| * | | | powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-097-54/+28
| * | | | powerpc: Improve 64-bit syscall entry/exitBenjamin Herrenschmidt2012-03-091-20/+23
OpenPOWER on IntegriCloud