index
:
delta/nouveau.git
baserock/gk20a
baserock/jetson/3.17-rc5
baserock/jetson/gk20a
baserock/tegra/4.0
baserock/tegra/4.2
baserock/tegra/4.3
baserock/tegra/4.4
compat-3.18
drf
gk20a
gk20a_new
gk20a_next
gk20a_old
gk20a_sync
gk20a_vram
gm20b
gm20b_clk
hwref
master
oldstaging
secboot
secure_boot/base
secure_boot/pmu_support
staging/base
staging/bo
staging/drm-fixes
staging/fixes
staging/gm20b_clk
staging/ioctls
staging/work
t186
tegra-3.18
tegra-fixes
github.com: Gnurou/nouveau.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nvkm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: remove symlinks from build, use Kbuild files for lib build
Ben Skeggs
2015-01-19
591
-113415
/
+1
*
clk: allow users to enable auto mode when loading driver
Vince Hsu
2015-01-10
1
-0
/
+3
*
pwr: add support for GK20A
Vince Hsu
2015-01-10
4
-1
/
+236
*
pwr: make nouveau_pwr_pgob() non-static
Vince Hsu
2015-01-10
2
-1
/
+2
*
clk: allow non-blocking for nouveau_clock_astate()
Vince Hsu
2015-01-10
2
-3
/
+3
*
mc: add missing braces
Vince Hsu
2015-01-10
1
-1
/
+2
*
core: object.engine is always a nouveau_engine now
Ben Skeggs
2015-01-10
18
-33
/
+30
*
core: can now assume client/device object tree based on object.engine
Ben Skeggs
2015-01-10
2
-7
/
+10
*
disp: outp/conns do not have an engine
Ben Skeggs
2015-01-10
5
-8
/
+7
*
bar: barobjs may not have an engine
Ben Skeggs
2015-01-10
1
-4
/
+4
*
fb: ram impl does not have an engine
Ben Skeggs
2015-01-10
1
-1
/
+1
*
i2c: pad/ports do not have an engine
Ben Skeggs
2015-01-10
10
-27
/
+27
*
instmem: instobjs may not have an engine
Ben Skeggs
2015-01-10
3
-11
/
+12
*
core: fix subdev/engine/device lookup to not require engine pointer
Ben Skeggs
2015-01-10
3
-21
/
+20
*
core: uninline subdev/engine/device lookup functions
Ben Skeggs
2015-01-10
6
-38
/
+44
*
core: prepare printk for NULL engine pointer on device object tree
Ben Skeggs
2015-01-10
1
-8
/
+13
*
core: drop the pointer value in debug printk output
Ben Skeggs
2015-01-10
1
-2
/
+2
*
i2c: fix some blatant abuse
Ben Skeggs
2015-01-10
2
-3
/
+3
*
bar/gf100-: don't fill in bar->alloc until after all vm setup done
Ben Skeggs
2015-01-10
1
-2
/
+4
*
core: rename parent to handle, use parent for nouveau_parent
Ben Skeggs
2015-01-10
1
-10
/
+12
*
core: rename subclass.base to subclass.superclass
Ben Skeggs
2015-01-10
24
-84
/
+51
*
subdev: always upcast through nouveau_subdev()/nouveau_engine()
Ben Skeggs
2015-01-10
23
-23
/
+23
*
fb: remove some (now) unnecessary hacks
Ben Skeggs
2015-01-10
1
-2
/
+0
*
nouveau: Do not BUG_ON(!spin_is_locked()) on UP
Bruno Prémont
2014-12-22
2
-3
/
+3
*
mc/nv4c: disable msi
Ilia Mirkin
2014-12-22
1
-8
/
+0
*
fb/ram/mcp77: enable NISO poller
Pierre Moreau
2014-12-22
1
-5
/
+39
*
fb/ram/mcp77: use carveout reg to determine size
Ben Skeggs
2014-12-22
1
-4
/
+3
*
fb/ram/mcp77: subclass nouveau_ram
Ben Skeggs
2014-12-22
1
-10
/
+14
*
device: Add support for GK208B, resolves bug 86935
Sven Köhler
2014-12-22
1
-0
/
+33
*
bios: fix oops on pre-nv50 chipsets
Ben Skeggs
2014-12-22
1
-2
/
+4
*
volt: add support for GK20A
Vince Hsu
2014-12-02
5
-1
/
+218
*
volt: allow non-bios voltage scaling
Vince Hsu
2014-12-02
1
-29
/
+38
*
gr/gf100-: return non-fatal error code when fw not present
Ben Skeggs
2014-12-02
1
-1
/
+1
*
devinit: bump priv ring timeouts before executing scripts
Ben Skeggs
2014-12-02
2
-1
/
+10
*
bios: translate ramcfg strap through M0203
Ben Skeggs
2014-12-02
1
-1
/
+12
*
fb: make use of M0203 routines for ram type determination
Ben Skeggs
2014-12-02
1
-22
/
+15
*
bios: add parsing of BIT M(v2) +0x03 table
Ben Skeggs
2014-12-02
3
-0
/
+161
*
core: allow vbios parsing without knowing chipset type
Ben Skeggs
2014-12-02
1
-0
/
+5
*
device: store revision
Ben Skeggs
2014-12-02
2
-1
/
+4
*
core: add some forgotten subdevs to disable mask
Ben Skeggs
2014-12-02
1
-0
/
+2
*
clk/gk20a: fix max VCO value
Alexandre Courbot
2014-12-02
1
-1
/
+1
*
drm: introduce nv_device_is_cpu_coherent()
Alexandre Courbot
2014-12-02
1
-0
/
+6
*
disp: clear notify intr status when enabling, to prevent races
Ben Skeggs
2014-12-02
2
-0
/
+4
*
disp/nv50-: rename class members to match nvidia channel names
Ben Skeggs
2014-12-02
11
-206
/
+206
*
core: remove some dead code that got forgotten
Ben Skeggs
2014-12-02
3
-135
/
+0
*
pwr/fuc: Fix thinko in nouveau_memx_wait()
Roy Spliet
2014-12-02
1
-1
/
+1
*
clock/nva3: Allow user reclocking
Roy Spliet
2014-12-02
1
-1
/
+1
*
fb/ramnva3: Reclocking script for GDDR3
Roy Spliet
2014-12-02
2
-10
/
+92
*
fb/ramnva3: Reclocking script for DDR2
Roy Spliet
2014-12-02
1
-15
/
+42
*
fb/ramnva3: Reclocking script for DDR3
Roy Spliet
2014-12-02
3
-75
/
+219
[next]