summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: introduce ePAPR embedded hypervisor hcall interfaceTimur Tabi2011-06-272-0/+1157
* powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder2011-06-223-36/+37
* powerpc/qe: Limit QE support to ppc32Kumar Gala2011-06-221-1/+1
* powerpc/85xx: Add PCI support in 64-bit mode on P5020DSKumar Gala2011-06-221-0/+5
* powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-222-19/+18
* powerpc/85xx: Add basic P1023RDS board supportRoy Zang2011-06-227-9/+892
* powerpc/85xx: Save scratch registers to thread info instead of using SPRGs.Ashish Kalra2011-06-225-40/+63
* powerpc/85xx: Set up doorbells even with no mpicScott Wood2011-06-221-9/+12
* powerpc/fsl_pci: Simplify matching logic for PCI_FIXUP_HEADERKumar Gala2011-06-221-61/+9
* powerpc/85xx: Cleanup PCIe support on corenet_ds boardsKumar Gala2011-06-222-30/+17
* powerpc/85xx: Updates to P4080DS device treeKumar Gala2011-06-221-107/+222
* powerpc/85xx: Add P3041DS device treeKumar Gala2011-06-221-0/+752
* powerpc/85xx: Add P5020DS device treeKumar Gala2011-06-221-0/+745
* powerpc: Add a defconfig for 'corenet' 32-bit platformsKumar Gala2011-06-221-0/+183
* powerpc: Rename e55xx_smp_defconfig to corenet64_smp_defconfigKumar Gala2011-06-221-0/+0
* powerpc: Fix doorbell type shiftMichael Neuling2011-06-201-1/+1
* powerpc/mpic: Support compiling with DEBUG enabledDmitry Eremin-Solenikov2011-06-201-1/+1
* powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-206-9/+19
* powerpc: Fix early boot accounting of CPUsMatt Evans2011-06-175-6/+13
* powerpc/book3e: Clarify HW table walk enable/disable messageKumar Gala2011-06-171-2/+2
* powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
* Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-271-1/+1
|\ \
| * \ Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-271-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King2011-05-261-1/+1
| | |\
| | * \ Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-1/+1
| | |\ \
| | | * | dt/flattree: explicitly pass command line pointer to early_init_dt_scan_chosenGrant Likely2011-05-111-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-272-7/+0
|\ \ \ \ \
| * | | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-242-7/+0
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-275-22/+107
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-05-275-22/+107
| |\ \ \ \ \ \
| | * | | | | | powerpc/fsl_rio: Error interrupt handler for sRIO on MPC85xxShaohui Xie2011-05-201-8/+77
| | * | | | | | powerpc/fsl_rio: move machine_check handlerShaohui Xie2011-05-203-12/+21
| | * | | | | | powerpc/fsl_lbc: Add workaround for ELBC-A001 erratumShengzhou Liu2011-05-202-2/+9
* | | | | | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-8/+0
* | | | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-262-2/+0
|/ / / / / / /
* | | | | | | powerpc/4xx: Adding PCIe MSI supportRupjyoti Sarmah2011-05-269-0/+376
* | | | | | | powerpc: Fix irq_free_virt by adjusting bounds before loopMilton Miller2011-05-261-4/+13
* | | | | | | powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virtMilton Miller2011-05-261-2/+5
* | | | | | | powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irqMilton Miller2011-05-261-2/+5
* | | | | | | powerpc/irq: Always free duplicate IRQ_LEGACY hostsMilton Miller2011-05-261-9/+2
* | | | | | | powerpc/irq: Remove stale and misleading commentMilton Miller2011-05-261-3/+1
* | | | | | | powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller2011-05-263-10/+10
* | | | | | | powerpc/cell: Use common smp ipi actionsMilton Miller2011-05-263-35/+14
* | | | | | | powerpc/pseries: Update MAX_HCALL_OPCODE to reflect page coalescingBrian King2011-05-261-1/+1
* | | | | | | powerpc/oprofile: Handle events that raise an exception without overflowingEric B Munson2011-05-261-1/+23
* | | | | | | powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie2011-05-267-2/+44
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-254-0/+52
|\ \ \ \ \ \
| * | | | | | ptp: Added a clock that uses the eTSEC found on the MPC85xx.Richard Cochran2011-05-234-0/+52
OpenPOWER on IntegriCloud