| Commit message (Expand) | Author | Age | Files | Lines |
* | of/video: fix build breakage in FB drivers | Anatolij Gustschin | 2010-06-03 | 7 | -7/+7 |
* | of/pcmcia: m8xx_pcmcia.c: Fix build failures | Anatolij Gustschin | 2010-06-03 | 1 | -2/+2 |
* | of/rtc: rtc-mpc5121.c: Fix build failures | Grant Likely | 2010-06-02 | 1 | -6/+8 |
* | of/dma: mpc512x_dma.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -5/+5 |
* | of/mtd/nand: mpc5121_nfc.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -4/+4 |
* | of/spi: mpc512x_psc_spi.c: Fix build failures | Anatolij Gustschin | 2010-06-02 | 1 | -6/+6 |
* | watchdog: Fix build failure with OF changes | Michael Guntsche | 2010-06-02 | 1 | -1/+1 |
* | of/spi: Fix build failure on spi_ppc4xx.c | Grant Likely | 2010-06-02 | 1 | -1/+1 |
* | of/usb: fix build error due to of_node pointer move | Grant Likely | 2010-06-02 | 1 | -1/+1 |
* | of/powerpc: fix 85xx RapidIO device node pointer | Alexandre Bounine | 2010-06-02 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-06-01 | 29 | -258/+3712 |
|\ |
|
| * | powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not set | Benjamin Herrenschmidt | 2010-05-31 | 1 | -1/+1 |
| * | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt | 2010-05-31 | 19 | -250/+1494 |
| |\ |
|
| | * | powerpc/85xx: Add P1021MDS board support | Haiying Wang | 2010-05-25 | 2 | -3/+797 |
| | * | powerpc/85xx: Change MPC8572DS camp dtses for MSI sharing | Li Yang | 2010-05-25 | 2 | -7/+15 |
| | * | powerpc/fsl_msi: add removal path and probe failing path | Li Yang | 2010-05-25 | 2 | -6/+31 |
| | * | powerpc/fsl_msi: enable msi sharing through AMP OSes | Li Yang | 2010-05-25 | 1 | -1/+7 |
| | * | powerpc/fsl_msi: enable msi allocation in all banks | Li Yang | 2010-05-25 | 2 | -3/+13 |
| | * | powerpc/fsl_msi: fix the conflict of virt_msir's chip_data | Li Yang | 2010-05-25 | 1 | -6/+27 |
| | * | powerpc/fsl_msi: Add multiple MSI bank support | Lan Chunhe-B25806 | 2010-05-25 | 1 | -15/+25 |
| | * | powerpc/kexec: Add support for FSL-BookE | Sebastian Andrzej Siewior | 2010-05-25 | 6 | -1/+74 |
| | * | powerpc/fsl-booke: Move the entry setup code into a seperate file | Sebastian Andrzej Siewior | 2010-05-24 | 2 | -198/+201 |
| | * | powerpc/fsl-booke: fix the case where we are not in the first page | Sebastian Andrzej Siewior | 2010-05-24 | 1 | -0/+1 |
| | * | powerpc/85xx: Enable support for ports 3 and 4 on 8548 CDS | Andy Fleming | 2010-05-21 | 1 | -4/+0 |
| | * | powerpc/fsl-booke: Add hibernation support for FSL BookE processors | Anton Vorontsov | 2010-05-21 | 2 | -2/+199 |
| | * | powerpc/e500mc: Implement machine check handler. | Scott Wood | 2010-05-21 | 4 | -12/+112 |
| * | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2010-05-31 | 9 | -7/+2217 |
| |\ \ |
|
| | * | | powerpc/44x: icon: select SM502 and frame buffer console support | Anatolij Gustschin | 2010-05-26 | 1 | -7/+142 |
| | * | | powerpc/44x: Add basic ICON PPC440SPe board support | Stefan Roese | 2010-05-12 | 4 | -1/+1776 |
| | * | | powerpc/44x: Fix UART clocks on 440SPe | Benjamin Herrenschmidt | 2010-05-12 | 1 | -6/+6 |
| | * | | powerpc/44x: Add reset-type to katmai.dts | Stefan Roese | 2010-05-07 | 1 | -0/+1 |
| | * | | powerpc/44x: Adding PCI-E support for PowerPC 460SX based SOC. | Tirumala Marri | 2010-05-07 | 3 | -0/+299 |
* | | | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-06-01 | 21 | -1082/+2590 |
|\ \ \ \ |
|
| * | | | | drm/i915: add HAS_BSD check to i915_getparam | Zou Nan hai | 2010-06-01 | 2 | -0/+4 |
| * | | | | drm/i915: Honor sync polarity from VBT panel timing descriptors | Adam Jackson | 2010-06-01 | 1 | -0/+10 |
| * | | | | drm/i915: Unmask interrupt for render engine on Sandybridge | Zhenyu Wang | 2010-05-28 | 1 | -0/+19 |
| * | | | | drm/i915: Fix PIPE_CONTROL command on Sandybridge | Zhenyu Wang | 2010-05-28 | 1 | -2/+14 |
| * | | | | drm/i915: Fix up address spaces in slow_kernel_write() | Chris Wilson | 2010-05-28 | 1 | -25/+17 |
| * | | | | drm/i915: Use non-atomic kmap for slow copy paths | Chris Wilson | 2010-05-28 | 1 | -52/+30 |
| * | | | | drm/i915: Avoid moving from CPU domain during pwrite | Chris Wilson | 2010-05-28 | 1 | -1/+2 |
| * | | | | drm/i915: Cleanup after failed initialization of ringbuffers | Chris Wilson | 2010-05-28 | 1 | -1/+18 |
| * | | | | drm/i915: Reject bind_to_gtt() early if object > aperture | Chris Wilson | 2010-05-28 | 1 | -0/+8 |
| * | | | | drm/i915: Check error code whilst moving buffer to GTT domain. | Chris Wilson | 2010-05-28 | 1 | -1/+5 |
| * | | | | drm/i915: Remove spurious warning "Failure to install fence" | Chris Wilson | 2010-05-28 | 1 | -6/+11 |
| * | | | | drm/i915: Rebind bo if currently bound with incorrect alignment. | Chris Wilson | 2010-05-28 | 1 | -0/+11 |
| * | | | | drm/i915: Include pitch in set_base debug statement. | Chris Wilson | 2010-05-28 | 1 | -1/+2 |
| * | | | | drm/i915: Only print "nothing to do" debug message as required. | Chris Wilson | 2010-05-28 | 1 | -2/+3 |
| * | | | | drm/i915: Propagate error from unbinding an unfenceable object. | Chris Wilson | 2010-05-28 | 1 | -3/+7 |
| * | | | | drm/i915: Avoid nesting of domain changes when setting display plane | Chris Wilson | 2010-05-28 | 1 | -5/+3 |
| * | | | | drm/i915: Hold the spinlock whilst resetting unpin_work along error path | Chris Wilson | 2010-05-28 | 1 | -8/+12 |