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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-08
clk: at91: pll: convert from round_rate() to determine_rate()
Brian Masney
1
-5
/
+7
2025-09-08
clk: at91: h32mx: convert from round_rate() to determine_rate()
Brian Masney
1
-11
/
+22
2025-09-08
clk: at91: audio-pll: convert from round_rate() to determine_rate()
Brian Masney
1
-19
/
+23
2025-09-08
clk: fixed-factor: add determine_rate() ops
Brian Masney
1
-1
/
+19
2025-09-08
clk: at91: peripheral: convert from round_rate() to determine_rate()
Brian Masney
1
-17
/
+24
2025-09-08
clk: at91: peripheral: fix return value
Brian Masney
1
-2
/
+5
2025-09-08
clk: zynqmp: divider: convert from round_rate() to determine_rate()
Brian Masney
1
-10
/
+13
2025-09-08
clk: x86: cgu: convert from round_rate() to determine_rate()
Brian Masney
1
-15
/
+20
2025-09-08
clk: sophgo: sg2042-pll: remove round_rate() in favor of determine_rate()
Brian Masney
1
-17
/
+9
2025-09-08
clk: sophgo: sg2042-clkgen: convert from round_rate() to determine_rate()
Brian Masney
1
-8
/
+9
2025-09-08
clk: rockchip: half-divider: convert from round_rate() to determine_rate()
Brian Masney
1
-5
/
+7
2025-09-08
clk: nxp: lpc32xx: convert from round_rate() to determine_rate()
Brian Masney
1
-26
/
+33
2025-09-08
Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.h
Dmitry Torokhov
1
-0
/
+3
2025-09-08
Input: spear-keyboard - drop support for platform data
Dmitry Torokhov
1
-56
/
+15
2025-09-08
Input: pxa27x-keypad - drop support for platform data
Dmitry Torokhov
1
-255
/
+119
2025-09-08
Input: pxa27x-keypad - use BIT, GENMASK, FIELD_GET, etc
Dmitry Torokhov
1
-50
/
+60
2025-09-08
Input: pxa27x-keypad - replace uint32_t with u32
Dmitry Torokhov
1
-12
/
+12
2025-09-08
hwmon: Serialize accesses in hwmon core
Guenter Roeck
1
-7
/
+35
2025-09-08
hwmon: add MP29502 driver
Wensheng Wang
3
-0
/
+680
2025-09-08
power: supply: sbs-charger: Support multiple devices
Fabien Proriol
1
-3
/
+13
2025-09-08
pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46
Christian Marangi
1
-8
/
+8
2025-09-08
pinctrl: qcom: Add glymur pinctrl driver
Pankaj Patil
3
-0
/
+1788
2025-09-08
drm/tiny/bochs: Convert dev_err() to drm_err()
Leander Kieweg
1
-1
/
+1
2025-09-08
bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()
Adam Xue
1
-3
/
+2
2025-09-08
overflow: add range_overflows() and range_end_overflows()
Jani Nikula
1
-70
/
+0
2025-09-08
drm/i915: document range_overflows() and range_end_overflows() macros
Jani Nikula
1
-0
/
+46
2025-09-08
drm/i915: rename range_overflows_end() to range_end_overflows()
Jani Nikula
3
-6
/
+6
2025-09-08
pinctrl: qcom: sm8250: Add egpio support
Sean Parker
1
-34
/
+47
2025-09-08
pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL
Linus Walleij
36
-80
/
+80
2025-09-08
pinctrl: keembay: fix double free in keembay_build_functions()
Dan Carpenter
1
-3
/
+1
2025-09-08
pinctrl: spacemit: fix typo in PRI_TDI pin name
Hendrik Hamerlinck
1
-1
/
+1
2025-09-08
pinctrl: eswin: Fix regulator error check and Kconfig dependency
Yulin Lu
2
-1
/
+3
2025-09-08
pinctrl: bcm: Add STB family pin controller driver
Ivan T. Ivanov
6
-0
/
+1306
2025-09-08
pinctrl: qcom: make the pinmuxing strict
Bartosz Golaszewski
1
-0
/
+1
2025-09-08
pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
Bartosz Golaszewski
52
-60
/
+60
2025-09-08
pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
Bartosz Golaszewski
2
-0
/
+6
2025-09-08
pinctrl: allow to mark pin functions as requestable GPIOs
Bartosz Golaszewski
2
-3
/
+46
2025-09-08
pinctrl: qcom: use generic pin function helpers
Bartosz Golaszewski
2
-30
/
+14
2025-09-08
pinctrl: make struct pinfunction a pointer in struct function_desc
Bartosz Golaszewski
6
-9
/
+19
2025-09-08
pinctrl: constify pinmux_generic_get_function()
Bartosz Golaszewski
13
-16
/
+16
2025-09-08
PCI: j721e: Fix programming sequence of "strap" settings
Siddharth Vadapalli
1
-0
/
+25
2025-09-08
pinctrl: keembay: use a dedicated structure for the pinfunction description
Bartosz Golaszewski
1
-6
/
+11
2025-09-08
pinctrl: keembay: release allocated memory in detach path
Bartosz Golaszewski
1
-2
/
+5
2025-09-08
pinctrl: imx: don't access the pin function radix tree directly
Bartosz Golaszewski
1
-23
/
+18
2025-09-08
pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
Bartosz Golaszewski
9
-16
/
+11
2025-09-08
pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
Bartosz Golaszewski
1
-26
/
+16
2025-09-08
pinctrl: airoha: replace struct function_desc with struct pinfunction
Bartosz Golaszewski
1
-10
/
+5
2025-09-08
pinctrl: ingenic: use struct pinfunction instead of struct function_desc
Bartosz Golaszewski
1
-25
/
+20
2025-09-08
devres: provide devm_kmemdup_const()
Bartosz Golaszewski
1
-0
/
+21
2025-09-08
pinctrl: check the return value of pinmux_ops::get_function_name()
Bartosz Golaszewski
1
-1
/
+1
[prev]
[next]