| Commit message (Expand) | Author | Age |
* | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 2013-01-14 |
|\ |
|
| * | clocksource: use clockevents_config_and_register() where possible | Shawn Guo | 2013-01-14 |
| * | Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-01-09 |
| |\ |
|
| | * | EDAC: Cleanup device deregistering path | Lans Zhang | 2013-01-07 |
| | * | EDAC: Fix EDAC Kconfig menu | Borislav Petkov | 2013-01-07 |
| | * | EDAC: Fix kernel panic on module unloading | Konstantin Khlebnikov | 2013-01-07 |
| * | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-01-08 |
| |\ \ |
|
| | * \ | Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i... | Olof Johansson | 2013-01-08 |
| | |\ \ |
|
| | | * | | video: mxsfb: fix crash when unblanking the display | Lothar Waßmann | 2013-01-04 |
| | * | | | pinctrl: mvebu: make pdma clock on dove mandatory | Sebastian Hesselbarth | 2013-01-07 |
| | * | | | dma: mv_xor: fix error handling for clocks | Thomas Petazzoni | 2013-01-06 |
| | * | | | dma: mv_xor: fix error handling of mv_xor_channel_add() | Thomas Petazzoni | 2013-01-06 |
| | * | | | clk: mvebu: Remove inappropriate __init tagging | Joshua Coombs | 2013-01-06 |
| | * | | | Power: gpio-poweroff: Fix documentation and gpio_is_valid | Andrew Lunn | 2013-01-06 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-01-08 |
| |\ \ \ |
|
| | * | | | drm/ttm: fix fence locking in ttm_buffer_object_transfer | Daniel Vetter | 2013-01-08 |
| | * | | | Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-01-07 |
| | |\ \ \ |
|
| | | * | | | drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks | Maarten Lankhorst | 2013-01-07 |
| | | * | | | drm/radeon: fix DMA CS parser for r6xx linear copy packet | Alex Deucher | 2013-01-04 |
| | | * | | | drm/radeon: split r6xx and r7xx copy_dma functions | Alex Deucher | 2013-01-04 |
| | * | | | | drm/prime: drop reference on imported dma-buf come from gem | Seung-Woo Kim | 2013-01-07 |
| | * | | | | drm/exynos: move finish page flip to a common place | Rahul Sharma | 2013-01-06 |
| | * | | | | drm/exynos: fimd: modify condition in fimd resume | Prathyush K | 2013-01-06 |
| | * | | | | drm/exynos: Use devm_clk_get in exynos_drm_gsc.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Use devm_clk_get in exynos_drm_rotator.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove redundant NULL check in exynos_drm_rotator.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Use devm_clk_get in exynos_drm_fimc.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove redundant NULL check | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: Use devm_kzalloc in exynos_drm_ipp.c | Sachin Kamat | 2013-01-04 |
| | * | | | | drm/exynos: fix gem buffer allocation type checking | Inki Dae | 2013-01-04 |
| | * | | | | drm/exynos: remove needless parenthesis. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: fix incorrect interrupt induced by m2m operation. | Jinyoung Jeon | 2013-01-04 |
| | * | | | | drm/exynos: remove color bar pattern operation. | JoongMock Shin | 2013-01-04 |
| | * | | | | drm/exynos: correct some comments to abbreviation. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: fix build warning. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: consider both case of vflip and hflip. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: remove needless error handling to property. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: change member variable name. | Eunchul Kim | 2013-01-04 |
| | * | | | | drm/exynos: consider buffer allocation without iommu | Inki Dae | 2013-01-04 |
| | * | | | | drm/exynos: change file license to GPL | Inki Dae | 2013-01-04 |
| | * | | | | drm/exynos: consider no iommu support to console framebuffer | Inki Dae | 2013-01-04 |
| | * | | | | drm/exynos: fix flags in dma buf exporting | Seung-Woo Kim | 2013-01-04 |
| | |/ / / |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-01-08 |
| |\ \ \ \ |
|
| | * | | | | xen/netfront: improve truesize tracking | Ian Campbell | 2013-01-07 |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-04 |
| | |\ \ \ \ |
|
| | | * | | | | ath9k: Fix Kconfig for ATH9K_HTC | Vladimir Kondratiev | 2013-01-04 |