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-13
soundwire: Intel: add trigger callback
Bard Liao
1
-0
/
+9
2022-07-13
net: stmmac: fix leaks in probe
Dan Carpenter
1
-2
/
+4
2022-07-13
net: phy: mxl-gpy: print firmware in human readable form
Michael Walle
1
-2
/
+3
2022-07-13
net: phy: mxl-gpy: rename the FW type field name
Michael Walle
1
-5
/
+5
2022-07-13
net: phy: mxl-gpy: cache PHY firmware version
Michael Walle
1
-19
/
+20
2022-07-13
net: phy: mxl-gpy: fix version reporting
Michael Walle
1
-5
/
+6
2022-07-13
spi: tegra20-slink: fix UAF in tegra_slink_remove()
Yang Yingliang
1
-1
/
+2
2022-07-13
spi: Fix simplification of devm_spi_register_controller
Yang Yingliang
1
-5
/
+14
2022-07-13
spi: microchip-core: switch to use dev_err_probe()
Yang Yingliang
1
-25
/
+17
2022-07-13
spi: microchip-core: switch to use devm_spi_alloc_master()
Yang Yingliang
1
-13
/
+7
2022-07-13
spi: microchip-core: fix UAF in mchp_corespi_remove()
Yang Yingliang
1
-2
/
+0
2022-07-13
octeontx2-af: Skip CGX/RPM probe incase of zero lmac count
Hariprasad Kelam
5
-4
/
+17
2022-07-13
spi: dw: Add support for Intel Thunder Bay SPI controller
Nandhini Srikandan
2
-6
/
+5
2022-07-13
spi: dw: Add support for master mode selection for DWC SSI controller
Nandhini Srikandan
2
-9
/
+4
2022-07-13
spi: dw: Fix IP-core versions macro
Nandhini Srikandan
1
-1
/
+1
2022-07-13
net: ftgmac100: Hold reference returned by of_get_child_by_name()
Liang He
1
-1
/
+14
2022-07-13
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-13
cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() call
Pierre Gondois
1
-3
/
+3
2022-07-13
cpufreq: qcom-hw: Disable LMH irq when disabling policy
Pierre Gondois
1
-0
/
+1
2022-07-13
cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabled
Pierre Gondois
1
-0
/
+4
2022-07-13
cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.h
Yicong Yang
1
-2
/
+1
2022-07-13
cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()
Yang Yingliang
1
-0
/
+1
2022-07-13
cpufreq: mediatek: Handle sram regulator probe deferral
AngeloGioacchino Del Regno
1
-2
/
+6
2022-07-13
net: prestera: add support for port range filters
Maksym Glubokiy
1
-0
/
+24
2022-07-13
net: marvell: prestera: implement software MDB entries allocation
Oleksandr Mazur
3
-2
/
+635
2022-07-13
net: marvell: prestera: define and implement MDB / flood domain API for entries creation and deletion
Oleksandr Mazur
2
-0
/
+163
2022-07-13
net: marvell: prestera: define MDB/flood domain entries and HW API to offload them to the HW
Oleksandr Mazur
4
-0
/
+259
2022-07-13
net: marvell: prestera: rework bridge flags setting
Oleksandr Mazur
5
-89
/
+67
2022-07-13
mmc: block: Add single read for 4k sector cards
Christian Loehle
1
-14
/
+14
2022-07-13
mmc: Merge branch fixes into next
Ulf Hansson
1
-6
/
+8
2022-07-13
mmc: mxcmmc: Use mmc_card_sdio macro
Seunghui Lee
1
-1
/
+1
2022-07-13
mmc: core: Use mmc_card_* macro and add a new for the sd_combo type
Seunghui Lee
4
-13
/
+13
2022-07-13
mmc: sdhci-omap: Fix a lockdep warning for PM runtime init
Tony Lindgren
1
-6
/
+8
2022-07-13
Revert "reset: microchip-sparx5: allow building as a module"
Philipp Zabel
2
-3
/
+7
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
[prev]
[next]