index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-08
drm: remove unneeded break
Tom Rix
1
-3
/
+0
2020-07-24
drm/nouveau: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
1
-1
/
+1
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
5
-5
/
+5
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-04-10
drm/nouveau/nvkm: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+2
2018-05-18
drm/nouveau/clk: Use list_for_each_entry_from_reverse
Arushi Singhal
1
-6
/
+4
2018-03-26
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
1
-1
/
+1
2018-02-02
drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
Arnd Bergmann
1
-3
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-02-17
replace BUG_ON(1) with BUG()
Ben Skeggs
1
-1
/
+1
2016-11-28
drm/nouveau/bios/cstep: pointers are 32-bit
Ben Skeggs
1
-2
/
+2
2016-11-28
drm/nouveau/bios/boost: pointers are 32-bit
Ben Skeggs
1
-2
/
+2
2016-11-07
drm/nouveau: mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2016-10-12
drm/nouveau/clk: Allow boosting only when NvBoost is set
Karol Herbst
3
-3
/
+34
2016-10-12
drm/nouveau/clk: Respect voltage limits in nvkm_cstate_prog
Karol Herbst
1
-0
/
+52
2016-10-12
drm/nouveau/clk: Fixup cstate selection
Karol Herbst
1
-2
/
+17
2016-10-12
drm/nouveau/volt: Add temperature parameter to nvkm_volt_map
Karol Herbst
1
-2
/
+2
2016-10-12
drm/nouveau/clk: Let nvkm_clk_tstate take a temperature value
Karol Herbst
1
-10
/
+9
2016-10-12
drm/nouveau/clk: Add index field to nvkm_cstate
Karol Herbst
1
-0
/
+1
2016-10-12
drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_id
Karol Herbst
1
-2
/
+4
2016-10-12
drm/nouveau/clk: Don't create cstates with voltages higher than what the gpu ...
Karol Herbst
1
-0
/
+4
2016-10-12
drm/nouveau/clk: Fix potential NULL pointer access when there is no fb subdev
Karol Herbst
1
-2
/
+3
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/clk/gm20b: add glitchless and DFS support
Alexandre Courbot
3
-96
/
+979
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-05-20
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
1
-1
/
+1
2016-03-14
drm/nouveau/clk/gm20b: add basic driver
Alexandre Courbot
2
-0
/
+199
2016-03-14
drm/nouveau/clk/gk20a: share reusable structures/functions
Alexandre Courbot
2
-36
/
+73
2016-03-14
drm/nouveau/clk/gk20a: set lowest frequency during init()
Alexandre Courbot
1
-2
/
+5
2016-03-14
drm/nouveau/clk/gk20a: split gk20a_clk_new()
Alexandre Courbot
1
-12
/
+31
2016-03-14
drm/nouveau/clk/gk20a: abstract pl_to_div
Alexandre Courbot
1
-21
/
+36
2016-03-14
drm/nouveau/clk/gk20a: put mnp values into their own struct
Alexandre Courbot
1
-31
/
+36
2016-03-14
drm/nouveau/clk/gk20a: emit parent rate as debug message
Alexandre Courbot
1
-2
/
+2
2016-03-14
drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
Alexandre Courbot
1
-3
/
+10
2016-03-14
drm/nouveau/clk/gk20a: only compute n_lo if needed
Alexandre Courbot
1
-3
/
+5
2016-03-14
drm/nouveau/clk/gk20a: fix VCO bit mask
Alexandre Courbot
1
-1
/
+2
2016-03-14
drm/nouveau/clk/gk20a: rename enable/disable functions
Alexandre Courbot
1
-28
/
+24
2016-03-14
drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
Alexandre Courbot
1
-4
/
+8
2016-03-14
drm/nouveau/clk/gk20a: convert parameters to Khz
Alexandre Courbot
1
-15
/
+17
2016-01-20
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
[next]