summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-103-7/+11
|\
| * Merge branch 'linus' into irq/numaIngo Molnar2009-06-0185-1852/+4373
| |\
| * \ Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-1243-11219/+96
| |\ \
| * | | irq: change ->set_affinity() to return status, fixIngo Molnar2009-05-061-1/+1
| * | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-282-6/+10
* | | | powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt2009-06-021-83/+195
| |_|/ |/| |
* | | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-276-83/+54
* | | powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt2009-05-275-12/+37
* | | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt2009-05-273-1/+1
* | | Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"Benjamin Herrenschmidt2009-05-272-57/+271
* | | powerpc/mm: Fix broken MMU PID stealing on !SMPHideo Saito2009-05-261-3/+3
* | | powerpc/maple: Add a quirk to disable MSI for IPR on BiminiMichael Ellerman2009-05-221-0/+14
* | | powerpc: Explicit alignment for .data.cacheline_alignedBenjamin Herrenschmidt2009-05-181-0/+1
* | | powerpc/ps3: Update ps3_defconfigGeoff Levand2009-05-181-43/+62
* | | powerpc/ftrace: Fix constraint to be early clobberSteven Rostedt2009-05-181-1/+1
* | | powerpc/ftrace: Use pr_devel() in ftrace.cMichael Ellerman2009-05-181-10/+10
* | | powerpc: Do not assert pte_locked for hugepage PTE entriesMel Gorman2009-05-181-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-05-151-0/+1
|\ \ \
| * | | viocd: needs to depend on BLOCKAlexander Beregalov2009-05-121-0/+1
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-1567-1541/+3816
|\ \ \ | |/ / |/| |
| * | powerpc: Fix PCI ROM accessBenjamin Herrenschmidt2009-05-152-10/+26
| * | powerpc/pseries: Really fix the oprofile CPU type on pseriesBenjamin Herrenschmidt2009-05-151-1/+1
| * | powerpc/cell: Make ptcal more reliableGerhard Stenzel2009-05-151-3/+14
| * | powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce2009-05-154-8/+8
| * | powerpc/mpic: Fix incorrect allocation of interrupt rev-mapKumar Gala2009-05-151-7/+9
| * | powerpc: Fix oprofile sampling of marked events on POWER7Maynard Johnson2009-05-151-1/+8
| * | powerpc/iseries: Fix pci breakage due to bad dma_data initializationStephen Rothwell x2009-05-153-6/+5
| * | powerpc: Fix mktree build error on Mac OS X hostTimur Tabi2009-05-151-5/+5
| * | powerpc/virtex: Fix duplicate level irq events.John Linn2009-05-141-10/+107
| * | powerpc/virtex: Add uImage to the default images listGrant Likely2009-05-142-0/+2
| * | powerpc/boot: add simpleImage.* to clean-files listGrant Likely2009-05-141-1/+1
| * | powerpc/8xx: Update defconfigsKumar Gala2009-05-135-99/+241
| * | powerpc/embedded6xx: Update defconfigsKumar Gala2009-05-139-221/+600
| * | powerpc/86xx: Update defconfigsKumar Gala2009-05-137-386/+556
| * | powerpc/85xx: Update defconfigsKumar Gala2009-05-1313-351/+1118
| * | powerpc/83xx: Update defconfigsKumar Gala2009-05-1314-386/+1115
| * | powerpc/fsl_soc: Remove mpc83xx_wdt_init, againAnton Vorontsov2009-05-081-46/+0
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-051-5/+10
|\ \ \ | |/ /
| * | powerpc: Fix setting of oprofile cpu typeBenjamin Herrenschmidt2009-05-011-2/+2
| * | powerpc adjust oprofile_cpu_type version 3Michael Wolf2009-05-011-4/+9
* | | Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtcDavid Gibson2009-05-0231-11152/+28
* | | of: make of_(un)register_platform_driver common codeGrant Likely2009-05-021-10/+0
|/ /
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-289-49/+53
|\ \
| * | powerpc/ps3: Fix build error on UPGeoff Levand2009-04-281-4/+0
| * | powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEBMichael Ellerman2009-04-281-1/+4
| * | powerpc: ppc32 needs elf_read_implies_exec()Kumar Gala2009-04-281-0/+1
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Paul Mackerras2009-04-281-13/+43
| |\ \
| | * | powerpc/44x: Correct memory size calculation for denali-based boardsValentine Barshak2009-04-241-13/+43
| * | | powerpc/86xx: Add device_type entry to soc for ppc9aMartyn Welch2009-04-271-0/+1
| * | | powerpc: fix for long standing bug noticed by gcc 4.4.0Stephen Rothwell2009-04-231-1/+1
OpenPOWER on IntegriCloud