index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-14
drm/nouveau/pci/gp100: initial support
Ben Skeggs
4
-0
/
+47
2016-07-14
drm/nouveau/mc/gp100: initial support
Ben Skeggs
4
-0
/
+106
2016-07-14
drm/nouveau/top/gp100: initial support
Ben Skeggs
2
-16
/
+24
2016-07-14
drm/nouveau/core: recognise GP100 chipset
Ben Skeggs
6
-0
/
+12
2016-07-14
drm/nouveau/core: increase maximum nvenc instances to 3
Ben Skeggs
3
-3
/
+7
2016-07-14
drm/nouveau/core: increase maximum ce instances to 6
Ben Skeggs
3
-3
/
+15
2016-07-14
drm/nouveau/fb/gf100-: allow selection of an alternate big page size
Ben Skeggs
8
-3
/
+47
2016-07-14
drm/nouveau: prevent oops if no mmu subdev present
Ben Skeggs
1
-0
/
+5
2016-07-14
drm/nouveau/disp/g94: implement workaround for dvi issue on fx380
Ben Skeggs
1
-0
/
+133
2016-07-14
drm/nouveau/bios: pointers beyond end of first image need special handling
Ben Skeggs
4
-21
/
+36
2016-07-14
drm/nouveau/bios: guard against out-of-bounds accesses to image
Ben Skeggs
2
-4
/
+37
2016-07-14
drm/nouveau/fifo/gk104-: translate engidx into human-readable name in debug o...
Ben Skeggs
1
-2
/
+2
2016-07-14
drm/nouveau/disp/nv50-: fix lookup of udisp table under certain circumstances
Ben Skeggs
2
-5
/
+2
2016-07-14
drm/nouveau/ltc/gm107-: decode interrupt status to human-readable strings
Ben Skeggs
3
-5
/
+10
2016-07-14
drm/nouveau/gr/gk20a: delete unneeded second newline
Julia Lawall
1
-1
/
+0
2016-07-14
drm/nouveau/clk/gf100: Read secondary bypass postdiv when required
Roy Spliet
1
-6
/
+14
2016-07-14
drm/nouveau/clk/gf100-: Clean up PLL locking test
Roy Spliet
2
-2
/
+14
2016-07-14
drm/nouveau/secboot: lazy-load firmware and be more resilient
Alexandre Courbot
4
-39
/
+59
2016-07-14
drm/nouveau/secboot/gm200: make firmware loading re-callable
Alexandre Courbot
1
-16
/
+26
2016-07-14
drm/nouveau/gr/gf100: handle secure boot errors
Alexandre Courbot
1
-2
/
+8
2016-07-14
drm/nouveau/secboot: fix kerneldoc for secure boot structures
Alexandre Courbot
1
-4
/
+9
2016-07-14
drm/nouveau/hwmon: add in_min and in_max
Karol Herbst
1
-0
/
+36
2016-07-14
drm/nouveau/volt: save the voltage range we are able to set
Karol Herbst
2
-1
/
+16
2016-07-14
drm/nouveau/clk/gm20b: add glitchless and DFS support
Alexandre Courbot
4
-98
/
+1002
2016-07-14
drm/nouveau/clk/gk20a: rename constructor
Alexandre Courbot
3
-5
/
+5
2016-07-14
drm/nouveau/clk/gk20a: improve MNP programming
Alexandre Courbot
1
-89
/
+96
2016-07-14
drm/nouveau/clk/gk20a: factorize n_lo computation code
Alexandre Courbot
1
-9
/
+10
2016-07-14
drm/nouveau/clk/gk20a: parameterize PLL settings
Alexandre Courbot
1
-24
/
+27
2016-07-14
drm/nouveau/clk/gk20a: add and use MNP programming functions
Alexandre Courbot
1
-13
/
+22
2016-07-14
drm/nouveau/clk/gk20a: use nvkm_ functions in slide()
Alexandre Courbot
1
-16
/
+10
2016-07-14
drm/nouveau/clk/gk20a: reorganize MNP calculation a bit
Alexandre Courbot
1
-8
/
+5
2016-07-14
drm/nouveau/clk/gk20a: setup slide once during init
Alexandre Courbot
3
-6
/
+46
2016-07-14
drm/nouveau/clk/gk20a: properly protect macro argument
Alexandre Courbot
2
-2
/
+2
2016-07-14
drm/nouveau/volt/gm20b: add support for vmin parameter
Alexandre Courbot
3
-7
/
+22
2016-07-14
drm/nouveau/volt/gk20a: rename constructor
Alexandre Courbot
3
-10
/
+10
2016-07-14
drm/nouveau/volt/gk20a: constify and name v_scale
Alexandre Courbot
1
-1
/
+2
2016-07-14
drm/nouveau/volt/gk20a: make unused public functions static
Alexandre Courbot
2
-9
/
+4
2016-07-14
drm/nouveau/tegra: fetch gpu_speedo_id
Alexandre Courbot
2
-0
/
+2
2016-07-14
drm/nouveau/secboot: use nvkm_mc_enable/disable()
Ben Skeggs
2
-6
/
+3
2016-07-14
drm/nouveau/secboot: use nvkm_mc_intr_mask/unmask()
Ben Skeggs
2
-7
/
+6
2016-07-14
drm/nouveau/mc/gk104-: add pmu reset mask
Ben Skeggs
1
-0
/
+1
2016-07-14
drm/nouveau/mc/gf100-: support for masking interrupts
Ben Skeggs
4
-0
/
+12
2016-07-14
drm/nouveau/mc/gt215: support for masking interrupts
Ben Skeggs
1
-0
/
+7
2016-07-14
drm/nouveau/mc: support for temporarily masking interrupts from a specific de...
Ben Skeggs
3
-0
/
+18
2016-07-14
drm/nouveau/mc: s/intr_mask/intr_stat/
Ben Skeggs
13
-19
/
+19
2016-07-14
drm/nouveau/mc: expose device enable/disable separately, as well as reset
Ben Skeggs
3
-15
/
+38
2016-07-14
drm/nouveau/mc: take nvkm_device as argument to public functions
Ben Skeggs
9
-46
/
+50
2016-07-14
drm/nouveau/mc: allow construction of subclassed device
Ben Skeggs
2
-4
/
+11
2016-07-14
drm/nouveau/top: add function to lookup interrupt mask for a given device
Ben Skeggs
2
-0
/
+17
2016-07-14
drm/nouveau/top: take nvkm_device as argument to public functions
Ben Skeggs
4
-13
/
+16
[next]