summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-0848-828/+447
|\
| * drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter2013-01-081-1/+3
| * Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-01-086-16/+135
| |\
| | * drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooksMaarten Lankhorst2013-01-071-0/+28
| | * drm/radeon: fix DMA CS parser for r6xx linear copy packetAlex Deucher2013-01-041-9/+22
| | * drm/radeon: split r6xx and r7xx copy_dma functionsAlex Deucher2013-01-044-7/+85
| * | drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-085-0/+17
| * | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-01-0837-811/+292
| |\ \ | | |/ | |/|
| | * drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-075-88/+36
| | * drm/exynos: fimd: modify condition in fimd resumePrathyush K2013-01-071-1/+1
| | * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4
| | * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0
| | * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3
| | * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| | * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| | * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| | * drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9
| | * drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0
| | * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9
| | * drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat2013-01-041-7/+2
| | * drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
| | * drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-041-1/+1
| | * drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-041-0/+13
| | * drm/exynos: remove color bar pattern operation.JoongMock Shin2013-01-041-6/+3
| | * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-043-3/+3
| | * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| | * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-044-1/+5
| | * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-043-29/+0
| | * drm/exynos: change member variable name.Eunchul Kim2013-01-045-14/+14
| | * drm/exynos: consider buffer allocation without iommuInki Dae2013-01-041-7/+48
| | * drm/exynos: change file license to GPLInki Dae2013-01-0430-540/+120
| | * drm/exynos: consider no iommu support to console framebufferInki Dae2013-01-041-4/+18
| | * drm/exynos: fix flags in dma buf exportingSeung-Woo Kim2013-01-041-1/+1
| |/
* | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-01-088-17/+67
|\ \
| * | ALSA: hda - add mute LED for HP Pavilion 17 (Realtek codec)David Henningsson2013-01-071-0/+30
| * | ALSA: au88x0: fix incorrect left shiftNickolai Zeldovich2013-01-071-1/+1
| * | sound: oss/pas2: Fix possible access out of arrayAsim Kadav2013-01-041-0/+5
| * | ALSA: usb-audio: Fix kernel panic of Digidesign Mbox2 quirkDamien Zammit2013-01-044-15/+8
| * | ALSA: usb-audio: Add support for Creative BT-D1 via usb sound quirksAlexander Schremmer2013-01-031-0/+22
| * | ALSA: hda - Switch "On" and "Off" for "Mute-LED Mode" kcontrolDavid Henningsson2013-01-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-0844-115/+353
|\ \ \
| * | | xen/netfront: improve truesize trackingIan Campbell2013-01-071-23/+4
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-01-073-31/+28
| |\ \ \
| | * | | netfilter: xt_recent: avoid high order page allocationsEric Dumazet2013-01-041-5/+18
| | * | | netfilter: fix missing dependencies for the NOTRACK targetPablo Neira Ayuso2013-01-041-0/+3
| | * | | netfilter: ip6t_NPT: fix IPv6 NTP checksum calculationUlrich Weber2013-01-041-26/+7
| * | | | ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-061-1/+1
| * | | | tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-01-061-1/+3
| * | | | net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter2013-01-041-2/+6
| * | | | ip-sysctl: fix spelling errorsstephen hemminger2013-01-041-5/+5