index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-30
common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute
Marek Szyprowski
2
-0
/
+25
2012-07-30
ARM: dma-mapping: add support for dma_get_sgtable()
Marek Szyprowski
3
-0
/
+35
2012-07-30
common: dma-mapping: introduce dma_get_sgtable() function
Marek Szyprowski
3
-0
/
+39
2012-07-30
ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attribute
Marek Szyprowski
1
-5
/
+13
2012-07-30
common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attribute
Marek Szyprowski
2
-0
/
+19
2012-07-30
common: dma-mapping: add support for generic dma_mmap_* calls
Marek Szyprowski
9
-40
/
+95
2012-07-30
ARM: dma-mapping: fix error path for memory allocation failure
Marek Szyprowski
1
-1
/
+1
2012-07-30
ARM: dma-mapping: add more sanity checks in arm_dma_mmap()
Marek Szyprowski
1
-4
/
+10
2012-07-30
ARM: dma-mapping: remove custom consistent dma region
Marek Szyprowski
6
-323
/
+181
2012-07-30
mm: vmalloc: use const void * for caller argument
Marek Szyprowski
2
-13
/
+13
2012-07-30
scatterlist: add sg_alloc_table_from_pages function
Tomasz Stanislawski
2
-0
/
+68
2012-07-30
hwmon: struct x86_cpu_id arrays can be __initconst
Jan Beulich
2
-2
/
+2
2012-07-27
hwmon: (applesmc) Decode and act on read/write status codes
Henrik Rydberg
1
-24
/
+46
2012-07-27
hwmon: (jc42) Don't reset hysteresis on device removal
Jean Delvare
1
-3
/
+10
2012-07-27
hwmon: (jc42) Simplify hysteresis mask
Jean Delvare
1
-7
/
+6
2012-07-27
hwmon: (acpi_power_meter) Fix build warning
Guenter Roeck
1
-0
/
+4
2012-07-27
tcp: perform DMA to userspace only if there is a task waiting for it
Jiri Kosina
1
-1
/
+3
2012-07-27
Revert "openvswitch: potential NULL deref in sample()"
Jesse Gross
1
-3
/
+0
2012-07-27
ipv4: fix TCP early demux
Eric Dumazet
3
-8
/
+8
2012-07-27
net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling
Jiri Benc
1
-1
/
+7
2012-07-27
USB: kaweth.c: use GFP_ATOMIC under spin_lock
Dan Carpenter
1
-1
/
+1
2012-07-27
tcp: Add TCP_USER_TIMEOUT negative value check
Hangbin Liu
1
-1
/
+4
2012-07-27
drm/exynos: fixed exception to page allocation failure
Inki Dae
1
-1
/
+1
2012-07-27
drm/exynos: use __free_page() to deallocate memory
Inki Dae
1
-15
/
+6
2012-07-27
drm/exynos: fixed a comment to gem size.
Inki Dae
1
-1
/
+2
2012-07-27
drm/exynos: removed unnecessary variable
Inki Dae
1
-5
/
+0
2012-07-27
drm/exynos: do not release memory region from exporter.
Inki Dae
1
-0
/
+10
2012-07-27
drm/exynos: set buffer type from exporter.
Inki Dae
1
-7
/
+20
2012-07-27
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
1
-11
/
+3
2012-07-27
drm/exynos: fixed build warning.
Inki Dae
1
-1
/
+1
2012-07-27
drm/exynos: fixed edid data setting at vidi connection request
Inki Dae
1
-7
/
+31
2012-07-27
drm/exynos: check if raw edid data is fake or not for test
Inki Dae
1
-0
/
+6
2012-07-27
drm/exynos: set edid fake data only for test.
Inki Dae
1
-3
/
+4
2012-07-27
drm/exynos: removed unnecessary declaration.
Inki Dae
1
-2
/
+0
2012-07-27
drm/exynos: fix buffer pitch calculation
Cooper Yuan
1
-1
/
+1
2012-07-27
drm/exynos: check for null in return value of dma_buf_map_attachment()
Subash Patel
1
-1
/
+1
2012-07-27
drm/exynos: return NULL if exynos_pages_to_sg fails
Subash Patel
1
-0
/
+4
2012-07-27
drm/exynos: Use devm_* functions in exynos_mixer.c
Sachin Kamat
1
-34
/
+14
2012-07-27
drm/exynos: Use devm_* functions in exynos_hdmi.c
Sachin Kamat
1
-29
/
+7
2012-07-27
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
Sachin Kamat
1
-32
/
+8
2012-07-27
drm/exynos: Add missing static storage class specifier
Sachin Kamat
1
-1
/
+2
2012-07-27
drm/exynos: add property for crtc mode
Joonyoung Shim
2
-0
/
+73
2012-07-27
drm/exynos: add crtc disable function
Joonyoung Shim
1
-0
/
+11
2012-07-27
drm/exynos: add plane enable/disable
Joonyoung Shim
6
-28
/
+50
2012-07-27
drm/exynos: remove unnecessary connector dpms control
Joonyoung Shim
1
-11
/
+0
2012-07-27
drm/exynos: fix dpms operation for mode set
Joonyoung Shim
3
-37
/
+5
2012-07-27
drm/exynos: add property for plane zpos
Joonyoung Shim
5
-58
/
+48
2012-07-27
drm/exynos: update overlay via plane from crtc
Joonyoung Shim
6
-222
/
+151
2012-07-27
drm/exynos: use private plane for crtc
Joonyoung Shim
5
-31
/
+47
2012-07-27
drm/exynos: define to_exynos_plane macro
Joonyoung Shim
1
-7
/
+6
[next]