aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-16Merge branch 'akpm'Linus Torvalds5-26/+3
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven2-13/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-2/+2
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-7/+0
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds22-131/+250
2009-06-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-33/+10
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds177-2198/+5861
2009-06-15i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang1-1/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller54-422/+5481
2009-06-15ps3: Replace direct file operations by callbackGeert Uytterhoeven2-63/+82
2009-06-15ps3: Switch ps3_os_area_[gs]et_rtc_diff to EXPORT_SYMBOL_GPL()Geert Uytterhoeven1-2/+2
2009-06-15ps3: Correct debug message in dma_ioc0_map_pages()Geert Uytterhoeven1-3/+2
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-2/+2
2009-06-15ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devicesGeert Uytterhoeven1-2/+2
2009-06-15powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras2-0/+4
2009-06-15powerpc: Add compiler memory barrier to mtmsr macroPaul Mackerras2-5/+4
2009-06-15powerpc/iseries: Mark signal_vsp_instruction() as maybe unusedMichael Ellerman1-1/+2
2009-06-15powerpc/iseries: Fix unused function warning in iSeries DT codeMichael Ellerman1-1/+2
2009-06-15powerpc: Only build prom_init.o when CONFIG_PPC_OF_BOOT_TRAMPOLINE=yMichael Ellerman1-0/+2
2009-06-15powerpc: Wire up sys_rt_tgsigqueueinfoStephen Rothwell2-1/+3
2009-06-15powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman1-2/+2
2009-06-15powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=yMichael Ellerman1-2/+2
2009-06-15ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven1-0/+8
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven3-3/+79
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven5-40/+39
2009-06-15powerpc: Don't do generic calibrate_delay()Benjamin Herrenschmidt2-4/+10
2009-06-15powerpc/install: Bail with error code on error in install scriptGrant Likely1-0/+3
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt12-24/+36
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds8-15/+18
2009-06-12Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+11
2009-06-12trivial: spelling fix in ppc code commentsSankar P1-1/+1
2009-06-12powerpc, perf_counter: Fix performance counter event typesJaswinder Singh Rajput1-6/+6
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann24-10/+4700
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt25-93/+4895
2009-06-12powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt1-2/+4
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-12Merge commit 'jwb/next' into nextBenjamin Herrenschmidt22-220/+234
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-2/+4684
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann2-2/+2
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann2-9/+12
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann3-3/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6