summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-271-3/+1
|\
| * Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar2009-03-231-0/+7
| |\
| * | sparseirq, powerpc/cell: fix unused variable warning in interrupt.cStephen Rothwell2009-03-161-2/+0
| * | Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-164-71/+5
| |\ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
| |\ \ \ \ \
| | | * | | | sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-271-1/+1
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-261-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | timers: add mod_timer_pending()Ingo Molnar2009-02-181-1/+1
| | |/ / / / / /
* | / / / / / / PS3: replace bus_id usageGreg Kroah-Hartman2009-03-251-2/+2
|/ / / / / / /
* | | | | | / ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven2009-03-131-0/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | powerpc: fix linkstation and storcenter compilation breakageGuennadi Liakhovetski2009-03-092-70/+0
* | | | | | powerpc: Run sbc610 USB fixup code only on the appropriate platform.Tony Breeds2009-03-041-0/+4
|/ / / / /
* / / / / powerpc/ps3: Move ps3_mm_add_memory to device_initcallGeoff Levand2009-02-131-1/+1
|/ / / /
* | | | powerpc: Add missing sparsemem.h includeMichael Neuling2009-02-101-0/+1
* | | | arch/powerpc: Eliminate double sizeofJulia Lawall2009-02-061-1/+1
| |_|/ |/| |
* | | powerpc/5200: Bugfix for PCI mapping of memory and IMMRGrant Likely2009-01-301-14/+10
* | | powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.cStephen Rothwell2009-01-281-13/+13
* | | Merge commit 'jwb/jwb-merge' into mergeBenjamin Herrenschmidt2009-01-282-136/+0
|\ \ \
| * | | powerpc/44x: Warp patches for the new NDFC driverSean MacLennan2009-01-202-136/+0
* | | | powerpc/mpc8313erdb: fix kernel panic because mdio device is not probedLi Yang2009-01-261-0/+1
|/ / /
* | | powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpcStephen Rothwell2009-01-167-42/+42
* | | powerpc/ps3: ps3_repository_read_mm_info() takes u64 * argumentsStephen Rothwell2009-01-161-9/+8
* | | powerpc/ps3: clear_bit()/set_bit() operate on unsigned longsStephen Rothwell2009-01-161-1/+3
* | | powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell2009-01-164-26/+36
* | | powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell2009-01-162-17/+19
* | | powerpc/ps3: set_dabr() takes an unsigned longStephen Rothwell2009-01-161-1/+1
|/ /
* | powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/Anton Vorontsov2009-01-143-0/+221
* | powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt2009-01-131-1/+1
* | powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-133-5/+5
* | powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-138-32/+31
* | Merge commit 'gcl/gcl-next' into nextBenjamin Herrenschmidt2009-01-133-6/+9
|\ \
| * | powerpc/mpc52xx: remove dead code from GPIO driverWolfram Sang2009-01-091-3/+0
| * | powerpc/mpc52xx: Properly update irq_desc when set_type() is called.Grant Likely2009-01-091-1/+7
| * | powerpc/mpc5121: fix NULL test in mpc5121_clk_get utility function.roel kluin2009-01-091-2/+2
* | | Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-131-0/+1
|\ \ \
| * | | powerpc: Fix the ide suspend function in uli1575Jason Jin2009-01-071-0/+1
* | | | powerpc: Fix cpufreq drivers after cpufreq core changesBenjamin Herrenschmidt2009-01-124-5/+5
| |_|/ |/| |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-01-0826-44/+193
|\ \ \ | | |/ | |/|
| * | powerpc/pasemi: local_irq_save uses an unsigned longIngo Molnar2009-01-081-1/+1
| * | powerpc/cell: Fix some u64 vs. long typesIngo Molnar2009-01-083-5/+5
| * | powerpc/cell: Use correct types in beat filesIngo Molnar2009-01-082-12/+13
| * | mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris2009-01-081-0/+37
| * | powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal2009-01-081-2/+3
| * | powerpc/cell: local_irq_save takes an unsigned longStephen Rothwell2009-01-081-1/+1
| * | powerpc/pasemi: Use DEFINE_SPINLOCKJulia Lawall2009-01-081-1/+1
| * | powerpc/52xx: Use DEFINE_SPINLOCKJulia Lawall2009-01-081-1/+1
| * | powerpc/iseries: Kexec is known not to work on iseriesMichael Ellerman2009-01-081-0/+11
| * | powerpc/powermac: Add missing of_node_putNicolas Palix2009-01-082-4/+9
| * | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-01-084-8/+7
| |\ \ | | |/ | |/|