index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-14
clk: qcom: videocc-sm8250: use runtime PM for the clock controller
Dmitry Baryshkov
1
-2
/
+25
2021-10-14
clk: qcom: dispcc-sm8250: use runtime PM for the clock controller
Dmitry Baryshkov
1
-2
/
+25
2021-10-14
dt-bindings: clock: qcom,videocc: add mmcx power domain
Dmitry Baryshkov
1
-0
/
+13
2021-10-14
dt-bindings: clock: qcom,dispcc-sm8x50: add mmcx power domain
Dmitry Baryshkov
1
-0
/
+13
2021-10-14
clk: qcom: gcc-sc7280: Drop unused array
Stephen Boyd
1
-6
/
+0
2021-10-13
clk: qcom: camcc: Add camera clock controller driver for SC7280
Taniya Das
3
-0
/
+2494
2021-10-13
dt-bindings: clock: Add YAML schemas for CAMCC clocks on SC7280
Taniya Das
2
-0
/
+198
2021-10-13
clk: qcom: Add lpass clock controller driver for SC7280
Taniya Das
3
-0
/
+225
2021-10-13
dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280
Taniya Das
2
-0
/
+84
2021-10-13
clk: qcom: Kconfig: Sort the symbol for SC_LPASS_CORECC_7180
Taniya Das
1
-9
/
+9
2021-10-13
clk: qcom: mmcc-sdm660: Add hw_ctrl flag to venus_core0_gdsc
AngeloGioacchino Del Regno
1
-0
/
+1
2021-10-13
clk: qcom: mmcc-sdm660: Add necessary CXCs to venus_gdsc
AngeloGioacchino Del Regno
1
-0
/
+2
2021-10-13
clk: qcom: gcc-msm8994: Use ARRAY_SIZE() for num_parents
Konrad Dybcio
1
-48
/
+48
2021-10-13
clk: qcom: gcc-msm8994: Add proper msm8992 support
Konrad Dybcio
1
-1
/
+70
2021-10-13
clk: qcom: gcc-msm8994: Add modem reset
Konrad Dybcio
2
-0
/
+2
2021-10-13
clk: qcom: gcc-msm8994: Remove the inexistent GDSC_PCIE
Konrad Dybcio
1
-9
/
+2
2021-10-13
clk: qcom: gcc-msm8994: Add missing clocks
Konrad Dybcio
2
-0
/
+143
2021-10-13
clk: qcom: gcc-msm8994: Add missing NoC clocks
Konrad Dybcio
2
-12
/
+92
2021-10-13
clk: qcom: gcc-msm8994: Fix up SPI QUP clocks
Konrad Dybcio
1
-13
/
+105
2021-10-13
clk: qcom: gcc-msm8994: Modernize the driver
Konrad Dybcio
1
-555
/
+305
2021-10-13
dt-bindings: clk: qcom: Add bindings for MSM8994 GCC driver
Konrad Dybcio
2
-2
/
+70
2021-10-13
clk: qcom: smd-rpm: Add QCM2290 RPM clock support
Shawn Guo
3
-0
/
+67
2021-10-13
dt-bindings: clk: qcom,rpmcc: Document QCM2290 compatible
Shawn Guo
1
-0
/
+1
2021-10-13
clk: qcom: smd-rpm: Add .recalc_rate hook for clk_smd_rpm_branch_ops
Shawn Guo
1
-33
/
+43
2021-10-13
clk: qcom: Add Global Clock Controller driver for QCM2290
Shawn Guo
4
-0
/
+3241
2021-10-13
dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings
Shawn Guo
1
-0
/
+72
2021-10-07
clk: qcom: gcc: Remove CPUSS clocks control for SC7280
Taniya Das
1
-79
/
+0
2021-10-07
clk: qcom: Remove redundant .owner
Kai Song
1
-1
/
+0
2021-09-14
clk: qcom: mmcc-msm8998: Remove unnecessary fallbacks to global clocks
Marijn Suijten
1
-57
/
+48
2021-09-14
clk: qcom: gpucc-msm8998: Remove unnecessary fallbacks to global clocks
Marijn Suijten
1
-3
/
+2
2021-09-14
dt-bindings: clocks: qcom,gcc-msm8998: Reflect actually referenced clks
Marijn Suijten
1
-18
/
+8
2021-09-14
clk: qcom: mmcc-msm8998: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-39
/
+39
2021-09-14
clk: qcom: gpucc-msm8998: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-4
/
+4
2021-09-14
clk: qcom: gcc-msm8998: Remove transient global "xo" clock
Marijn Suijten
1
-27
/
+30
2021-09-14
clk: qcom: gcc-msm8998: Use parent_data/hws for internal clock relations
Marijn Suijten
1
-241
/
+281
2021-09-14
clk: qcom: gcc-msm8998: Move parent names and mapping below GPLLs
Marijn Suijten
1
-92
/
+92
2021-09-14
clk: qcom: kpss-xcc: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
1
-3
/
+1
2021-09-14
clk: qcom: common: Make use of the helper function devm_platform_ioremap_reso...
Cai Huoqing
1
-6
/
+2
2021-09-14
clk: qcom: a53-pll: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
1
-3
/
+1
2021-09-14
clk: qcom: gpucc-sdm660: Remove fallback to global clock names
Marijn Suijten
1
-5
/
+4
2021-09-14
clk: qcom: mmcc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-36
/
+36
2021-09-14
clk: qcom: gpucc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-3
/
+3
2021-09-14
clk: qcom: gcc-sdm660: Use ARRAY_SIZE for num_parents
Marijn Suijten
1
-40
/
+40
2021-09-12
Linux 5.15-rc1
v5.15-rc1
Linus Torvalds
1
-2
/
+2
2021-09-12
Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
36
-175
/
+1147
2021-09-12
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...
Linus Torvalds
4
-9
/
+26
2021-09-12
Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux
Linus Torvalds
5
-21
/
+36
2021-09-12
Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-165
/
+598
2021-09-12
Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-11
/
+27
2021-09-12
Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-12
/
+11
[next]