index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-18
Merge branches 'clk-cleanup', 'clk-mediatek', 'clk-kunit', 'clk-xilinx' and 'clk-fixed-gate' into clk-next
Stephen Boyd
35
-309
/
+2222
2024-11-18
clk: clk-loongson2: Fix potential buffer overflow in flexible-array member access
Gustavo A. R. Silva
1
-1
/
+1
2024-11-18
clk: Fix invalid execution of clk_set_rate
Chuan Liu
1
-1
/
+1
2024-11-18
clk: clk-loongson2: Fix memory corruption bug in struct loongson2_clk_provider
Gustavo A. R. Silva
1
-1
/
+3
2024-11-18
clk: lan966x: make it selectable for ARCH_LAN969X
Robert Marko
1
-1
/
+1
2024-11-14
clk: en7523: map io region in a single block
Lorenzo Bianconi
1
-19
/
+13
2024-11-14
clk: en7523: move en7581_reset_register() in en7581_clk_hw_init()
Lorenzo Bianconi
1
-60
/
+33
2024-11-14
clk: en7523: fix estimation of fixed rate for EN7581
Lorenzo Bianconi
1
-2
/
+103
2024-11-14
clk: en7523: introduce chip_scu regmap
Lorenzo Bianconi
1
-20
/
+61
2024-11-14
clk: en7523: move clock_register in hw_init callback
Lorenzo Bianconi
1
-32
/
+50
2024-11-14
clk: en7523: remove REG_PCIE*_{MEM,MEM_MASK} configuration
Lorenzo Bianconi
1
-18
/
+0
2024-11-14
clk: mediatek: Add drivers for MT6735 syscon clock and reset controllers
Yassine Oudjana
6
-0
/
+282
2024-11-14
clk: mediatek: mt6735-apmixedsys: Fix an error handling path in clk_mt6735_apmixed_probe()
Christophe JAILLET
1
-2
/
+1
2024-11-14
clk: ralink: mtmips: add mmc related clocks for SoCs MT7620, MT7628 and MT7688
Sergio Paracuellos
1
-7
/
+23
2024-11-14
clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs
Sergio Paracuellos
1
-8
/
+13
2024-11-14
clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883
Sergio Paracuellos
1
-2
/
+7
2024-11-14
clk: clk-apple-nco: Add NULL check in applnco_probe
Charles Han
1
-0
/
+3
2024-10-30
clk: starfive: jh7110-pll: Mark the probe function as __init
Changhuang Liang
1
-1
/
+1
2024-10-28
clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate()
Zichen Xie
1
-1
/
+1
2024-10-28
clk: tegra: use clamp() in tegra_bpmp_clk_determine_rate()
Li Zetao
1
-1
/
+1
2024-10-22
clk: Allow kunit tests to run without OF_OVERLAY enabled
Stephen Boyd
2
-2
/
+1
2024-10-17
clk: mediatek: clk-mt8188-topckgen: Remove univpll from parents of mfg_core_tmp
Pablo Sun
1
-3
/
+6
2024-10-17
clk: mediatek: Add drivers for MediaTek MT6735 main clock and reset drivers
Yassine Oudjana
6
-0
/
+773
2024-10-16
clk: clk-gpio: add driver for gated-fixed-clocks
Heiko Stuebner
1
-0
/
+185
2024-10-15
clk: clk-gpio: use dev_err_probe for gpio-get failure
Heiko Stuebner
1
-12
/
+3
2024-10-15
clk: clk-gpio: update documentation for gpio-gate clock
Heiko Stuebner
1
-2
/
+3
2024-10-09
clk: clocking-wizard: move dynamic reconfig setup behind flag
Harry Austen
1
-35
/
+38
2024-10-09
clk: clocking-wizard: move clock registration to separate function
Harry Austen
1
-68
/
+75
2024-10-09
clk: clocking-wizard: use devres versions of clk_hw API
Harry Austen
1
-41
/
+11
2024-10-09
clk: clocking-wizard: use newer clk_hw API
Harry Austen
1
-37
/
+40
2024-10-09
clk: clocking-wizard: simplify probe/remove with devres helpers
Harry Austen
1
-35
/
+13
2024-10-09
clk: test: Add KUnit tests for clock-assigned-rates{-u64} DT properties
Stephen Boyd
17
-0
/
+569
2024-10-09
clk: test: Add test managed of_clk_add_hw_provider()
Stephen Boyd
1
-0
/
+30
2024-10-09
clk: mediatek: drop two dead config options
Lukas Bulwahn
1
-15
/
+0
2024-10-09
clk: cdce925: make regmap_cdce925_bus constant
Javier Carrasco
1
-1
/
+1
2024-10-09
clk: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2
-2
/
+2
2024-10-09
clk: clk-qoriq: Replace of_node_put() with __free()
David Hunter
1
-4
/
+2
2024-10-09
clk: Remove unused clk_hw_rate_is_protected
Dr. David Alan Gilbert
1
-6
/
+0
2024-09-29
Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox
Linus Torvalds
8
-48
/
+21
2024-09-29
Merge tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
6
-3
/
+58
2024-09-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
34
-154
/
+415
2024-09-28
Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-0
/
+13
2024-09-28
Merge tag 'fbdev-for-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
3
-8
/
+11
2024-09-28
Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
111
-862
/
+1097
2024-09-28
Merge tag 'amd-drm-fixes-6.12-2024-09-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
100
-831
/
+1027
2024-09-28
fbdev: sisfb: Fix strbuf array overflow
Andrey Shumilin
1
-1
/
+1
2024-09-27
Merge tag 'pm-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-8
/
+29
2024-09-27
Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
16
-383
/
+928
2024-09-27
Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+4
2024-09-27
Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-1
/
+1
[next]