index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs2acl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
ARM: dma-mapping: add support for DMA_ATTR_FORCE_CONTIGUOUS attribute
Marek Szyprowski
1
-8
/
+33
2012-11-29
common: DMA-mapping: add DMA_ATTR_FORCE_CONTIGUOUS attribute
Marek Szyprowski
2
-0
/
+10
2012-11-29
drm: hold event_lock while accessing vblank_event_list
Imre Deak
1
-0
/
+3
2012-11-29
drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock
Imre Deak
2
-24
/
+0
2012-11-29
drm/exynos: call drm_vblank_put for each queued flip event
Imre Deak
3
-24
/
+3
2012-11-29
drm/exynos: hold event_lock while accessing pageflip_event_list
Imre Deak
1
-0
/
+5
2012-11-29
drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.c
Sachin Kamat
1
-1
/
+1
2012-11-29
drm/exynos: Make exynos4/5_fimd_driver_data static
Sachin Kamat
1
-2
/
+2
2012-11-29
drm/exynos: fix overlay updating issue
Inki Dae
1
-0
/
+6
2012-11-29
drm/exynos: remove unnecessary code.
Inki Dae
1
-1
/
+0
2012-11-29
drm/exynos: fix linux framebuffer address setting.
Inki Dae
1
-1
/
+2
2012-11-29
drm/i915: Fix pte updates in ggtt clear range
Ben Widawsky
1
-2
/
+4
2012-11-29
drm: tegra: Add maintainers entry
Thierry Reding
1
-0
/
+9
2012-11-29
drm/pci: add missing variable initialization
Jingoo Han
1
-1
/
+1
2012-11-29
drm/nouveau/device: Remove duplicate inclusion of core/device.h
Sachin Kamat
1
-1
/
+0
2012-11-29
drm/nouveau: remove duplicate inclusion of nouveau_ttm.h
Sachin Kamat
1
-2
/
+0
2012-11-29
drm/nouveau/fifo: trigger engine context unload before zeroing context pointer
Ben Skeggs
4
-25
/
+25
2012-11-29
drm/nouveau: prevent log mangling
Daniel J Blueman
1
-1
/
+1
2012-11-29
drm/nouveau: unpin various bo's before destroying
Marcin Slusarz
5
-7
/
+39
2012-11-29
drm/nouveau: unpin pushbuffer bo before destroying it
Marcin Slusarz
1
-0
/
+2
2012-11-29
drm/nouveau: remove misleading comment from nouveau_prime_new
Marcin Slusarz
1
-4
/
+0
2012-11-29
drm/nouveau: raise reporting levels of some messages
Marcin Slusarz
6
-13
/
+13
2012-11-29
drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32
Martin Peres
11
-58
/
+58
2012-11-29
drm/nouveau/ppp: remove nouveau_ppp base class
Ben Skeggs
2
-131
/
+15
2012-11-29
nve0/ppp: enable support via nvc0's implementation
Ben Skeggs
1
-0
/
+3
2012-11-29
nvc0/ppp: initial implementation of engine
Maarten Lankhorst
4
-8
/
+120
2012-11-29
nvc0/vp: initial implementation of engine
Maarten Lankhorst
4
-8
/
+120
2012-11-29
nvc0/bsp: initial implementation of engine
Maarten Lankhorst
5
-9
/
+130
2012-11-29
drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine di...
Ben Skeggs
4
-268
/
+26
2012-11-29
drm/nve0/fifo: allow for future binding of ppp contexts
Ben Skeggs
1
-0
/
+2
2012-11-29
drm/nve0/vp: implement initial support for engine
Ben Skeggs
6
-0
/
+118
2012-11-29
drm/nve0/bsp: implement initial support for engine
Ben Skeggs
5
-0
/
+117
2012-11-29
drm/nve0: allow specification of channel engine type in abi16 call
Ben Skeggs
3
-11
/
+18
2012-11-29
drm/nouveau/core: implement shortcut for simple engctx construction
Ben Skeggs
8
-115
/
+24
2012-11-29
drm/nvc0/copy: share interrupt handler with nva3
Ben Skeggs
3
-59
/
+16
2012-11-29
drm/nv50/fb: implement trap handler as subdev interrupt handler
Ben Skeggs
10
-111
/
+104
2012-11-29
drm/nouveau/mc: allow calling of multiple handlers for a give intr bit
Ben Skeggs
1
-4
/
+4
2012-11-29
drm/nouveau/copy: remove nouveau_copy base class
Ben Skeggs
2
-56
/
+19
2012-11-29
drm/nvc0/copy: use nouveau_falcon base class
Ben Skeggs
1
-73
/
+53
2012-11-29
drm/nva3/copy: use nouveau_falcon base class
Ben Skeggs
1
-59
/
+22
2012-11-29
drm/nv98/crypt: use nouveau_falcon base class
Ben Skeggs
3
-95
/
+35
2012-11-29
drm/nouveau: initial falcon (fuc) engine base class implementation
Ben Skeggs
3
-0
/
+328
2012-11-29
drm/nouveau: convert to dev_pm_ops
Dave Airlie
3
-31
/
+71
2012-11-29
drm/nouveau: Add interface to detect optimus and v1 support
Dave Airlie
2
-12
/
+22
2012-11-29
drm/nouveau/disp: add support for 10bpc over DisplayPort
Ben Skeggs
3
-6
/
+16
2012-11-29
drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge
Ben Skeggs
9
-279
/
+268
2012-11-29
drm/nv50-nvc0: switch to common disp impl, removing previous version
Ben Skeggs
17
-2700
/
+31
2012-11-29
drm/nvd0/disp: implement support for colour vibrance control
Ben Skeggs
2
-1
/
+36
2012-11-29
drm/nvd0/disp: remove fetching of capabilities report
Ben Skeggs
1
-7
/
+1
2012-11-29
drm/nvd0/disp: enable support for older display classes
Ben Skeggs
1
-1
/
+10
[next]