index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()
José Expósito
1
-0
/
+78
2022-07-28
drm/format-helper: Support multiple target formats results
José Expósito
1
-20
/
+33
2022-07-28
drm/format-helper: Rename test cases to make them more generic
José Expósito
1
-9
/
+8
2022-07-28
drm/format-helper: Fix test on big endian architectures
José Expósito
1
-2
/
+21
2022-07-28
s390/tape: fix comment typo
Jason Wang
1
-1
/
+1
2022-07-28
s390/hmcdrv: fix Kconfig "its" grammar
Randy Dunlap
1
-1
/
+1
2022-07-28
Merge branch 'vmcore-iov_iter' into features
Alexander Gordeev
1
-29
/
+26
2022-07-28
IB/qib: Fix repeated "in" within comments
wangjianli
1
-1
/
+1
2022-07-28
thermal/of: Initialize trip points separately
Daniel Lezcano
1
-29
/
+57
2022-07-28
thermal/of: Use thermal trips stored in the thermal zone
Daniel Lezcano
1
-37
/
+16
2022-07-28
thermal/core: Add thermal_trip in thermal_zone
Daniel Lezcano
2
-10
/
+20
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
7
-30
/
+30
2022-07-28
thermal/core: Move thermal_set_delay_jiffies to static
Daniel Lezcano
3
-8
/
+7
2022-07-28
thermal/core: Remove unneeded EXPORT_SYMBOLS
Daniel Lezcano
1
-2
/
+0
2022-07-28
thermal/of: Move thermal_trip structure to thermal.h
Daniel Lezcano
1
-12
/
+0
2022-07-28
thermal/of: Remove the device node pointer for thermal_trip
Daniel Lezcano
2
-10
/
+0
2022-07-28
thermal/of: Replace device node match with device node search
Daniel Lezcano
1
-20
/
+44
2022-07-28
thermal/core: Remove duplicate information when an error occurs
Daniel Lezcano
1
-4
/
+4
2022-07-28
thermal/core: Avoid calling ->get_trip_temp() unnecessarily
Daniel Lezcano
1
-6
/
+2
2022-07-28
thermal/ti-soc-thermal: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-28
thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensors
Dmitry Baryshkov
1
-0
/
+5
2022-07-28
thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensors
Dmitry Baryshkov
1
-0
/
+5
2022-07-28
thermal/drivers/u8500: Remove unnecessary print function dev_err()
Yang Li
1
-6
/
+2
2022-07-28
thermal/drivers/rzg2l: Fix comments
Biju Das
1
-7
/
+11
2022-07-28
thermal/drivers/sun8i: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-07-28
thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72xx_bandgap_j7200_data static
Jin Xiaoyun
1
-2
/
+2
2022-07-28
thermal/drivers/k3_j72xx_bandgap: Fix array underflow in prep_lookup_table()
Dan Carpenter
1
-2
/
+0
2022-07-28
thermal/drivers/k3_j72xx_bandgap: Fix ref_table memory leak during probe
Bryan Brattlof
1
-2
/
+5
2022-07-28
thermal/core: Remove DROP_FULL and RAISE_FULL
Daniel Lezcano
1
-11
/
+0
2022-07-28
thermal/core: Use clamp() helper in the stepwise governor
Daniel Lezcano
1
-11
/
+4
2022-07-28
thermal/drivers/u8500: Remove the get_trend function
Daniel Lezcano
1
-22
/
+4
2022-07-28
thermal/drivers/tegra: Remove get_trend function
Daniel Lezcano
1
-32
/
+0
2022-07-28
thermal/drivers/qcom: Remove get_trend function
Daniel Lezcano
2
-14
/
+0
2022-07-28
drivers/thermal/rcar_gen3_thermal: Improve logging during probe
Wolfram Sang
1
-2
/
+2
2022-07-28
drivers/thermal/devfreq_cooling: Extend the devfreq_cooling_device with ops
Lukasz Luba
1
-18
/
+9
2022-07-28
drivers/thermal/cpufreq_cooling: Update outdated comments
Lukasz Luba
1
-25
/
+17
2022-07-28
drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracing
Lukasz Luba
1
-17
/
+1
2022-07-28
drivers/thermal/cpufreq_cooling: Use private callback ops for each cooling device
Lukasz Luba
1
-9
/
+6
2022-07-28
drm/via: use idr_init_base() to initialize dev_priv->object_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/v3d: use idr_init_base() to initialize v3d_priv->perfmon.idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/sis: use idr_init_base() to initialize dev_priv->object_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize mode_config.tile_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize mode_config.object_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize master->lessee_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize master->magic_map
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/amdgpu: use idr_init_base() to initialize fpriv->bo_list_handles
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm/amdgpu: use idr_init_base() to initialize mgr->ctx_handles
Danilo Krummrich
1
-1
/
+1
2022-07-28
tty: amiserial: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2
-8
/
+6
2022-07-28
drivers: lkdtm: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
[prev]
[next]