index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-15
drm/nouveau: Display Nouveau boot options at launch
Pierre Moreau
9
-6
/
+37
2014-09-15
drm/nouveau/pwr: wait for scrubbers to finish before uploading new ucode
Ben Skeggs
1
-3
/
+2
2014-09-15
drm/nouveau/pwr/fuc: make $r1-$r10 registers callee-saved in kernel.fuc
Martin Peres
5
-736
/
+749
2014-09-15
drm/nouveau/pwr/fuc: add ld/st macros
Martin Peres
1
-0
/
+10
2014-09-15
drm/nouveau/pwr: add helpers for delay-to-ticks and ticks-to-delay
Martin Peres
9
-2284
/
+2446
2014-09-15
drm/nouveau/pwr: add some arith functions (mul32_32_64, subu64 and addu64)
Martin Peres
10
-1735
/
+1919
2014-09-15
drm/nouveau/pwr: fix the timers implementation with concurent processes
Martin Peres
5
-990
/
+1133
2014-09-15
drm/nouveau/ppwr: enable ppwr on gm107
Martin Peres
2
-1
/
+5
2014-09-15
drm/gm107/therm: add PWM fan support v2
Martin Peres
7
-6
/
+106
2014-09-15
drm/nouveau/therm/fan: do not use the pwm mode when the vbios tells us to use...
Martin Peres
1
-1
/
+7
2014-09-15
drm/nouveau/bios/fan: add support for maxwell's fan management table v2
Martin Peres
4
-1
/
+111
2014-09-15
drm/nouveau/ltc: allocate tagram from memory that spans all partitions
Ben Skeggs
1
-1
/
+1
2014-09-15
drm/nouveau/core/mm: allow allocation to be confined to a specific slice of heap
Ben Skeggs
16
-26
/
+38
2014-09-15
drm/nouveau/core/mm: fill in holes with "allocated" nodes
Ben Skeggs
2
-6
/
+21
2014-09-15
drm/nouveau/core/mm: dump mm when trying to tear one down that still has allo...
Ben Skeggs
1
-9
/
+32
2014-09-15
drm/nouveau/core/mm: modify test for if building a mm with holes in it
Ben Skeggs
2
-2
/
+4
2014-09-15
drm/nouveau/core/mm: make it clearer what (type == 0) means
Ben Skeggs
2
-9
/
+10
2014-09-15
drm/gf100/ltc: translate interrupt status into more meaningful names
Ben Skeggs
2
-5
/
+29
2014-09-15
drm/nouveau/ltc: drop workaround for an interrupt storm that no longer happens
Ben Skeggs
2
-10
/
+0
2014-09-15
drm/nv50-/disp: add support for completion events
Ben Skeggs
11
-11
/
+173
2014-09-15
drm/nouveau/core: pass related object into notify constructor
Ben Skeggs
18
-28
/
+42
2014-09-15
drm/nouveau/bar: ioremap only the areas that we're actually using
Ben Skeggs
2
-20
/
+19
2014-09-12
drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.c
Daniel Vetter
1
-0
/
+2
2014-09-12
drm: Move drm_class to drm_internal.h
Daniel Vetter
1
-0
/
+2
2014-09-12
drm: Move legacy buffer structures to <drm/drm_legacy.h>
Daniel Vetter
6
-5
/
+10
2014-09-12
drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>
Daniel Vetter
9
-73
/
+73
2014-09-12
drm: Purge ioctl forward declarations from drmP.h
Daniel Vetter
1
-123
/
+123
2014-09-12
drm: unexport drm_global_mutex
Daniel Vetter
3
-1
/
+2
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
9
-0
/
+76
2014-09-12
drm: Move vblank related module options into drm_irq.c
Daniel Vetter
4
-13
/
+40
2014-09-12
drm: Move __drm_pci_free to drm_legacy.h
Daniel Vetter
3
-4
/
+4
2014-09-12
drm: Create drm legacy driver header
Daniel Vetter
9
-0
/
+15
2014-09-12
drm: Move drm_legacy_vma_flush into drm_legacy.h
Daniel Vetter
1
-0
/
+2
2014-09-12
drm: Move sg functions into drm_legacy.h
Daniel Vetter
3
-6
/
+14
2014-09-12
drm: Move dma functions into drm_legacy.h
Daniel Vetter
4
-8
/
+14
2014-09-12
Merge tag 'topic/vblank-rework-2014-09-12' of git://anongit.freedesktop.org/d...
Dave Airlie
7
-150
/
+266
2014-09-12
drm/ast: switch to using CACHED by default for sysram
Dave Airlie
1
-2
/
+2
2014-09-12
drm: split ati_pcigart.h out of drmP.h
Dave Airlie
3
-0
/
+4
2014-09-11
drm/radeon: allow concurrent buffer reads
Christian König
1
-2
/
+3
2014-09-11
drm/radeon: add the infrastructure for concurrent buffer access
Christian König
18
-208
/
+253
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
6
-3
/
+28
2014-09-11
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
Daniel Vetter
5104
-344021
/
+251887
2014-09-11
drm: Clarify vblank ts/scanoutpos sampling #defines
Daniel Vetter
5
-6
/
+6
2014-09-11
drm: Simplify return value of drm_get_last_vbltimestamp
Daniel Vetter
1
-10
/
+15
2014-09-11
drm: Only update final vblank count when precise ts is available
Daniel Vetter
1
-1
/
+8
2014-09-11
drm: Really never disable vblank irqs for offdelay==0
Daniel Vetter
1
-2
/
+4
2014-09-11
Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...
Dave Airlie
27
-412
/
+1537
2014-09-10
drm/radeon: add RADEON_GEM_NO_CPU_ACCESS BO creation flag (v4)
Alex Deucher
1
-0
/
+1
2014-09-10
drm/radeon: Clean up assignment of TTM placement lpfn member for pinning
Michel Dänzer
1
-9
/
+5
2014-09-10
drm/radeon: Add RADEON_GEM_CPU_ACCESS BO creation flag
Michel Dänzer
1
-2
/
+9
[next]