summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-30common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attributeMarek Szyprowski2-0/+25
2012-07-30ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski3-0/+35
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski3-0/+39
2012-07-30ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski1-5/+13
2012-07-30common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski2-0/+19
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski9-40/+95
2012-07-30ARM: dma-mapping: fix error path for memory allocation failureMarek Szyprowski1-1/+1
2012-07-30ARM: dma-mapping: add more sanity checks in arm_dma_mmap()Marek Szyprowski1-4/+10
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski6-323/+181
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski2-13/+13
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2-0/+68
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich2-2/+2
2012-07-27hwmon: (applesmc) Decode and act on read/write status codesHenrik Rydberg1-24/+46
2012-07-27hwmon: (jc42) Don't reset hysteresis on device removalJean Delvare1-3/+10
2012-07-27hwmon: (jc42) Simplify hysteresis maskJean Delvare1-7/+6
2012-07-27hwmon: (acpi_power_meter) Fix build warningGuenter Roeck1-0/+4
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-27ipv4: fix TCP early demuxEric Dumazet3-8/+8
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-27USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-27drm/exynos: fixed exception to page allocation failureInki Dae1-1/+1
2012-07-27drm/exynos: use __free_page() to deallocate memoryInki Dae1-15/+6
2012-07-27drm/exynos: fixed a comment to gem size.Inki Dae1-1/+2
2012-07-27drm/exynos: removed unnecessary variableInki Dae1-5/+0
2012-07-27drm/exynos: do not release memory region from exporter.Inki Dae1-0/+10
2012-07-27drm/exynos: set buffer type from exporter.Inki Dae1-7/+20
2012-07-27drm/exynos: use alloc_page() to allocate pages.Inki Dae1-11/+3
2012-07-27drm/exynos: fixed build warning.Inki Dae1-1/+1
2012-07-27drm/exynos: fixed edid data setting at vidi connection requestInki Dae1-7/+31
2012-07-27drm/exynos: check if raw edid data is fake or not for testInki Dae1-0/+6
2012-07-27drm/exynos: set edid fake data only for test.Inki Dae1-3/+4
2012-07-27drm/exynos: removed unnecessary declaration.Inki Dae1-2/+0
2012-07-27drm/exynos: fix buffer pitch calculationCooper Yuan1-1/+1
2012-07-27drm/exynos: check for null in return value of dma_buf_map_attachment()Subash Patel1-1/+1
2012-07-27drm/exynos: return NULL if exynos_pages_to_sg failsSubash Patel1-0/+4
2012-07-27drm/exynos: Use devm_* functions in exynos_mixer.cSachin Kamat1-34/+14
2012-07-27drm/exynos: Use devm_* functions in exynos_hdmi.cSachin Kamat1-29/+7
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat1-32/+8
2012-07-27drm/exynos: Add missing static storage class specifierSachin Kamat1-1/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim2-0/+73
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim6-28/+50
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim1-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim3-37/+5
2012-07-27drm/exynos: add property for plane zposJoonyoung Shim5-58/+48
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim6-222/+151
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim5-31/+47
2012-07-27drm/exynos: define to_exynos_plane macroJoonyoung Shim1-7/+6