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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
drm/amdgpu: re-apply "move internal vram_mgr function into the C file""
Christian König
2
-27
/
+29
2022-07-15
drm/amdgpu: reapply "fix start calculation in amdgpu_vram_mgr_new""
Christian König
1
-8
/
+14
2022-07-15
drm: Prevent drm_copy_field() to attempt copying a NULL pointer
Javier Martinez Canillas
1
-0
/
+6
2022-07-15
drm: Use size_t type for len variable in drm_copy_field()
Javier Martinez Canillas
1
-1
/
+1
2022-07-13
drm/vc4: v3d: Switch to devm_pm_runtime_enable
Maxime Ripard
1
-7
/
+4
2022-07-13
drm/vc4: v3d: Rework the runtime_pm setup
Maxime Ripard
1
-15
/
+22
2022-07-13
drm/vc4: v3d: Stop disabling interrupts
Maxime Ripard
2
-3
/
+1
2022-07-13
drm/vc4: perfmon: Add missing mutex_destroy
Maxime Ripard
1
-0
/
+1
2022-07-13
drm/vc4: Switch to drmm_mutex_init
Maxime Ripard
4
-6
/
+28
2022-07-13
drm/vc4: debugfs: Simplify debugfs registration
Maxime Ripard
11
-69
/
+191
2022-07-13
drm/vc4: debugfs: Return an error on failure
Maxime Ripard
2
-23
/
+27
2022-07-13
drm/vc4: debugfs: Protect device resources
Maxime Ripard
1
-0
/
+9
2022-07-13
drm/vc4: vec: Switch to devm_pm_runtime_enable
Maxime Ripard
1
-15
/
+5
2022-07-13
drm/vc4: vec: Protect device resources after removal
Maxime Ripard
1
-6
/
+61
2022-07-13
drm/vc4: vec: Switch to DRM-managed connector initialization
Maxime Ripard
1
-6
/
+5
2022-07-13
drm/vc4: vec: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-5
/
+9
2022-07-13
drm/vc4: vec: Remove call to drm_connector_unregister()
Maxime Ripard
1
-8
/
+2
2022-07-13
drm/vc4: vec: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: vec: Embed DRM structures into the private structure
Maxime Ripard
1
-62
/
+21
2022-07-13
drm/vc4: vec: Remove vc4_dev vec pointer
Maxime Ripard
2
-8
/
+0
2022-07-13
drm/vc4: txp: Protect device resources
Maxime Ripard
1
-0
/
+25
2022-07-13
drm/vc4: txp: Remove call to drm_connector_unregister()
Maxime Ripard
1
-8
/
+2
2022-07-13
drm/vc4: txp: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: txp: Remove duplicate regset
Maxime Ripard
1
-5
/
+4
2022-07-13
drm/vc4: txp: Remove vc4_dev txp pointer
Maxime Ripard
2
-7
/
+0
2022-07-13
drm/vc4: hdmi: Switch to devm_pm_runtime_enable
Maxime Ripard
1
-11
/
+4
2022-07-13
drm/vc4: hdmi: Protect device resources after removal
Maxime Ripard
1
-17
/
+291
2022-07-13
drm/vc4: hdmi: Move audio structure offset checks
Maxime Ripard
1
-20
/
+20
2022-07-13
drm/vc4: hdmi: Use devm to register hotplug interrupts
Maxime Ripard
1
-30
/
+11
2022-07-13
drm/vc4: hdmi: Switch to DRM-managed kfree to build regsets
Maxime Ripard
2
-18
/
+31
2022-07-13
drm/vc4: hdmi: Use a device-managed action for DDC
Maxime Ripard
1
-6
/
+12
2022-07-13
drm/vc4: hdmi: Switch to device-managed CEC initialization
Maxime Ripard
1
-44
/
+50
2022-07-13
drm/vc4: hdmi: Switch to device-managed ALSA initialization
Maxime Ripard
1
-7
/
+36
2022-07-13
drm/vc4: hdmi: Switch to DRM-managed connector initialization
Maxime Ripard
1
-9
/
+8
2022-07-13
drm/vc4: hdmi: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-5
/
+9
2022-07-13
drm/vc4: hdmi: Remove call to drm_connector_unregister()
Maxime Ripard
1
-9
/
+3
2022-07-13
drm/vc4: hdmi: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+2
2022-07-13
drm/vc4: dsi: Switch to devm_pm_runtime_enable
Maxime Ripard
1
-4
/
+4
2022-07-13
drm/vc4: dsi: Fix the driver structure lifetime
Maxime Ripard
1
-1
/
+37
2022-07-13
drm/vc4: dsi: Switch to drmm_of_get_bridge
Maxime Ripard
1
-1
/
+1
2022-07-13
drm/vc4: dsi: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-2
/
+7
2022-07-13
drm/vc4: dsi: Embed DRM structures into the private structure
Maxime Ripard
1
-36
/
+22
2022-07-13
drm/vc4: dpi: Protect device resources
Maxime Ripard
1
-0
/
+14
2022-07-13
drm/vc4: dpi: Switch to drmm_of_get_bridge
Maxime Ripard
1
-1
/
+2
2022-07-13
drm/vc4: dpi: Switch to DRM-managed encoder initialization
Maxime Ripard
1
-15
/
+8
2022-07-13
drm/vc4: dpi: Add action to disable the clock
Maxime Ripard
1
-3
/
+11
2022-07-13
drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
Maxime Ripard
1
-2
/
+0
2022-07-13
drm/vc4: dpi: Return an error if we can't enable our clock
Maxime Ripard
1
-1
/
+4
2022-07-13
drm/vc4: dpi: Switch to drmm_kzalloc
Maxime Ripard
1
-1
/
+2
2022-07-13
drm/vc4: dpi: Embed DRM structures into the private structure
Maxime Ripard
1
-33
/
+16
[next]