index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
clk
Commit message (
Expand
)
Author
Age
Files
Lines
*
subdev/clk: fix repeated words in comments
wangjianli
2022-08-23
1
-1
/
+1
*
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
Ben Skeggs
2022-07-13
1
-15
/
+5
*
drm/nouveau/clk: Fix an incorrect NULL check on list iterator
Xiaomeng Tong
2022-04-04
1
-2
/
+4
*
drm/nouveau/clk: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-03
1
-0
/
+1
*
drm/nouveau/clk: switch to instanced constructor
Ben Skeggs
2021-02-11
14
-47
/
+49
*
drm: remove unneeded break
Tom Rix
2020-11-08
1
-3
/
+0
*
drm/nouveau: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-24
2
-2
/
+2
*
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
2019-07-19
1
-1
/
+1
*
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
2019-07-19
5
-5
/
+5
*
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
1
-0
/
+1
*
drm/nouveau/nvkm: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-10
2
-0
/
+2
*
drm/nouveau/clk: Use list_for_each_entry_from_reverse
Arushi Singhal
2018-05-18
1
-6
/
+4
*
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
2018-03-26
1
-1
/
+1
*
drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
Arnd Bergmann
2018-02-02
1
-3
/
+6
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
5
-0
/
+5
*
replace BUG_ON(1) with BUG()
Ben Skeggs
2017-02-17
1
-1
/
+1
*
drm/nouveau/bios/cstep: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-2
/
+2
*
drm/nouveau/bios/boost: pointers are 32-bit
Ben Skeggs
2016-11-28
1
-2
/
+2
*
drm/nouveau: mark symbols static where possible
Baoyou Xie
2016-11-07
1
-1
/
+1
*
drm/nouveau/clk: Allow boosting only when NvBoost is set
Karol Herbst
2016-10-12
3
-3
/
+34
*
drm/nouveau/clk: Respect voltage limits in nvkm_cstate_prog
Karol Herbst
2016-10-12
1
-0
/
+52
*
drm/nouveau/clk: Fixup cstate selection
Karol Herbst
2016-10-12
1
-2
/
+17
*
drm/nouveau/volt: Add temperature parameter to nvkm_volt_map
Karol Herbst
2016-10-12
1
-2
/
+2
*
drm/nouveau/clk: Let nvkm_clk_tstate take a temperature value
Karol Herbst
2016-10-12
1
-10
/
+9
*
drm/nouveau/clk: Add index field to nvkm_cstate
Karol Herbst
2016-10-12
1
-0
/
+1
*
drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_id
Karol Herbst
2016-10-12
1
-2
/
+4
*
drm/nouveau/clk: Don't create cstates with voltages higher than what the gpu ...
Karol Herbst
2016-10-12
1
-0
/
+4
*
drm/nouveau/clk: Fix potential NULL pointer access when there is no fb subdev
Karol Herbst
2016-10-12
1
-2
/
+3
*
drm/nouveau/clk/gf100: Read secondary bypass postdiv when required
Roy Spliet
2016-07-14
1
-6
/
+14
*
drm/nouveau/clk/gf100-: Clean up PLL locking test
Roy Spliet
2016-07-14
2
-2
/
+14
*
drm/nouveau/clk/gm20b: add glitchless and DFS support
Alexandre Courbot
2016-07-14
3
-96
/
+979
*
drm/nouveau/clk/gk20a: rename constructor
Alexandre Courbot
2016-07-14
3
-5
/
+5
*
drm/nouveau/clk/gk20a: improve MNP programming
Alexandre Courbot
2016-07-14
1
-89
/
+96
*
drm/nouveau/clk/gk20a: factorize n_lo computation code
Alexandre Courbot
2016-07-14
1
-9
/
+10
*
drm/nouveau/clk/gk20a: parameterize PLL settings
Alexandre Courbot
2016-07-14
1
-24
/
+27
*
drm/nouveau/clk/gk20a: add and use MNP programming functions
Alexandre Courbot
2016-07-14
1
-13
/
+22
*
drm/nouveau/clk/gk20a: use nvkm_ functions in slide()
Alexandre Courbot
2016-07-14
1
-16
/
+10
*
drm/nouveau/clk/gk20a: reorganize MNP calculation a bit
Alexandre Courbot
2016-07-14
1
-8
/
+5
*
drm/nouveau/clk/gk20a: setup slide once during init
Alexandre Courbot
2016-07-14
3
-6
/
+46
*
drm/nouveau/clk/gk20a: properly protect macro argument
Alexandre Courbot
2016-07-14
2
-2
/
+2
*
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
2016-05-20
1
-1
/
+1
*
drm/nouveau/clk/gm20b: add basic driver
Alexandre Courbot
2016-03-14
2
-0
/
+199
*
drm/nouveau/clk/gk20a: share reusable structures/functions
Alexandre Courbot
2016-03-14
2
-36
/
+73
*
drm/nouveau/clk/gk20a: set lowest frequency during init()
Alexandre Courbot
2016-03-14
1
-2
/
+5
*
drm/nouveau/clk/gk20a: split gk20a_clk_new()
Alexandre Courbot
2016-03-14
1
-12
/
+31
*
drm/nouveau/clk/gk20a: abstract pl_to_div
Alexandre Courbot
2016-03-14
1
-21
/
+36
*
drm/nouveau/clk/gk20a: put mnp values into their own struct
Alexandre Courbot
2016-03-14
1
-31
/
+36
*
drm/nouveau/clk/gk20a: emit parent rate as debug message
Alexandre Courbot
2016-03-14
1
-2
/
+2
*
drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
Alexandre Courbot
2016-03-14
1
-3
/
+10
*
drm/nouveau/clk/gk20a: only compute n_lo if needed
Alexandre Courbot
2016-03-14
1
-3
/
+5
[next]