aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)Author
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner
2009-11-24powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman
2009-10-29percpu: make percpu symbols in powerpc uniqueTejun Heo
2009-10-14powerpc: Fix memory leak in axon_msi.cMichael Ellerman
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-18tracing: Remove markersChristoph Hellwig
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori
2009-08-20powerpc/sputrace: Use the generic event tracerChristoph Hellwig
2009-08-20powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt
2009-08-20powerpc/cell: Replace strncpy by strlcpyroel kluin
2009-07-08powerpc/cell: Use pr_devel() in axon_msi.cMichael Ellerman
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-15powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven
2009-06-09powerpc/spufs: Remove unused error pathStephen Rothwell
2009-05-21powerpc/spufs: Remove double check for non-negative dentryJan Blunck
2009-05-21powerpc/pci: Clean up direct access to sysdata by celleb platformsKumar Gala
2009-05-15powerpc/cell: Make ptcal more reliableGerhard Stenzel
2009-04-28powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEBMichael Ellerman
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-31New helper - current_umask()Al Viro
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr
2009-03-24powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell
2009-03-16sparseirq, powerpc/cell: fix unused variable warning in interrupt.cStephen Rothwell
2009-03-11powerpc/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt
2009-03-11powerpc/cell: Fix Axon MSI driver dependenciesMichael Ellerman
2009-03-11powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr
2009-03-11powerpc/spufs: Check file offset before calculating write size in fixed-sized...Jeremy Kerr
2009-03-11powerpc/spufs: Initialize ctx->stats.tstamp correctlyArnd Bergmann
2009-03-11powerpc: Wire up /proc/vmallocinfo to our ioremap()Benjamin Herrenschmidt
2009-02-23powerpc/cell: Add rtas rtc calls for the QPACE platformBenjamin Krill
2009-02-23powerpc/cell: Fix dependency in cpufreqArnd Bergmann
2009-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr
2009-02-23powerpc/spufs: Clear purge status before setting up isolated modeJeremy Kerr
2009-02-23powerpc/spufs: Use correct return value for spu_handle_mm_faultJeremy Kerr
2009-02-18timers: add mod_timer_pending()Ingo Molnar