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-08
Staging: rtl8192e: Refactored rtllib_modes
Felix Schlepper
1
-15
/
+6
2022-07-08
Revert "drm/amdgpu: add drm buddy support to amdgpu"
Arunpravin Paneer Selvam
5
-375
/
+171
2022-07-08
irqchip: Add Sunplus SP7021 interrupt controller driver
Qin Jian
3
-0
/
+288
2022-07-08
reset: Add Sunplus SP7021 reset driver
Qin Jian
3
-0
/
+222
2022-07-08
drm/bridge: Avoid uninitialized variable warning
Dan Carpenter
1
-2
/
+2
2022-07-08
drm/sun4i: Update Kconfig defaults and descriptions
Samuel Holland
1
-11
/
+15
2022-07-08
eth: sp7021: switch to netif_napi_add_tx()
Jakub Kicinski
1
-1
/
+1
2022-07-08
eth: mtk: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-07-08
media: c8sectpfe: Remove unneeded NULL check before clk_disable_unprepare
Wan Jiabing
1
-2
/
+1
2022-07-08
media: c8sectpfe: Clean up handling of *_buffer_aligned
Andy Shevchenko
1
-19
/
+11
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
1
-0
/
+3
2022-07-08
drm/i915/dg2: Bump up CDCLK for DG2
Stanislav Lisovskiy
1
-2
/
+2
2022-07-08
tee: tee_get_drvdata(): fix description of return value
Marc Kleine-Budde
1
-1
/
+1
2022-07-08
optee: Remove duplicate 'of' in two places.
Jiang Jian
1
-1
/
+1
2022-07-08
drm/vc4: hdmi: Rework power up
Maxime Ripard
1
-8
/
+7
2022-07-08
drm/vc4: hdmi: Depends on CONFIG_PM
Maxime Ripard
2
-1
/
+2
2022-07-08
memory: tegra: Add MGBE memory clients for Tegra234
Thierry Reding
1
-0
/
+80
2022-07-08
soc: mediatek: mutex: Simplify with devm_platform_get_and_ioremap_resource()
AngeloGioacchino Del Regno
1
-12
/
+6
2022-07-08
soc: mediatek: pm-domains: Add support for Helio X10 MT6795
AngeloGioacchino Del Regno
2
-0
/
+117
2022-07-08
optee: smc_abi.c: fix wrong pointer passed to IS_ERR/PTR_ERR()
Yang Yingliang
1
-2
/
+2
2022-07-08
PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()
Samuel Holland
1
-1
/
+1
2022-07-08
crypto: inside-secure - fix packed bit-field result descriptor
Ofer Heifetz
1
-9
/
+9
2022-07-08
crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq
Zhengchao Shao
2
-8
/
+8
2022-07-08
crypto: hisilicon/sec - don't sleep when in softirq
Zhengchao Shao
2
-11
/
+11
2022-07-08
crypto: hisilicon/sec - fix inconsistent argument
Jianglei Nie
1
-1
/
+1
2022-07-08
crypto: nx - Hold the reference returned by of_find_compatible_node
Liang He
1
-1
/
+4
2022-07-08
crypto: amcc - Hold the reference returned by of_find_compatible_node
Liang He
1
-16
/
+24
2022-07-08
crypto: vmx - Fix warning on p8_ghash_alg
Herbert Xu
1
-0
/
+1
2022-07-08
crypto: qat - expose device config through sysfs for 4xxx
Giovanni Cabiddu
1
-4
/
+76
2022-07-08
crypto: qat - relocate and rename adf_sriov_prepare_restart()
Giovanni Cabiddu
3
-27
/
+28
2022-07-08
crypto: qat - change behaviour of adf_cfg_add_key_value_param()
Giovanni Cabiddu
1
-1
/
+40
2022-07-08
crypto: qat - expose device state through sysfs for 4xxx
Giovanni Cabiddu
7
-1
/
+130
2022-07-08
Merge tag 'zynqmp-soc-for-v5.20' of https://github.com/Xilinx/linux-xlnx into arm/soc
Arnd Bergmann
2
-4
/
+17
2022-07-08
OPP: Make dev_pm_opp_set_opp() independent of frequency
Viresh Kumar
2
-16
/
+40
2022-07-08
OPP: Reuse _opp_compare_key() in _opp_add_static_v2()
Viresh Kumar
2
-2
/
+8
2022-07-08
OPP: Remove rate_not_available parameter to _opp_add()
Viresh Kumar
3
-9
/
+7
2022-07-08
OPP: Use consistent names for OPP table instances
Viresh Kumar
3
-15
/
+16
2022-07-08
OPP: Use generic key finding helpers for bandwidth key
Viresh Kumar
1
-68
/
+15
2022-07-08
OPP: Use generic key finding helpers for level key
Viresh Kumar
1
-53
/
+10
2022-07-08
OPP: Add generic key finding helpers and use them for freq APIs
Viresh Kumar
1
-99
/
+130
2022-07-08
OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()
Viresh Kumar
1
-54
/
+0
2022-07-08
OPP: Remove custom OPP helper support
Viresh Kumar
2
-137
/
+2
2022-07-08
OPP: ti: Migrate to dev_pm_opp_set_config_regulators()
Viresh Kumar
1
-41
/
+34
2022-07-08
OPP: Add dev_pm_opp_get_supplies()
Viresh Kumar
1
-0
/
+25
2022-07-08
OPP: Make _generic_set_opp_regulator() a config_regulators() interface
Viresh Kumar
1
-39
/
+12
2022-07-08
OPP: Add support for config_regulators() helper
Viresh Kumar
2
-1
/
+69
2022-07-08
OPP: Migrate set-prop-name helper API to use set-config helpers
Viresh Kumar
2
-54
/
+32
2022-07-08
OPP: Migrate attach-genpd API to use set-config helpers
Viresh Kumar
1
-67
/
+18
2022-07-08
OPP: Migrate set-opp-helper API to use set-config helpers
Viresh Kumar
2
-72
/
+23
2022-07-08
OPP: Migrate set-clk-name API to use set-config helpers
Viresh Kumar
1
-98
/
+42
[prev]
[next]