index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()
Guenter Roeck
1
-0
/
+73
2024-07-11
regmap: Implement regmap_multi_reg_read()
Mark Brown
1
-35
/
+68
2024-07-10
regmap: Implement regmap_multi_reg_read()
Guenter Roeck
1
-35
/
+68
2024-07-10
driver core: module: make module_[add|remove]_driver take a const *
Greg Kroah-Hartman
2
-5
/
+5
2024-07-10
driver core: make driver_find_device() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-07-10
driver core: make driver_[create|remove]_file take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
1
-1
/
+1
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
1
-45
/
+3
2024-07-04
devres: Correct code style for functions that return a pointer type
Zijun Hu
1
-11
/
+11
2024-07-04
devres: Initialize an uninitialized struct member
Zijun Hu
1
-0
/
+1
2024-07-04
devres: Fix memory leakage caused by driver API devm_free_percpu()
Zijun Hu
1
-1
/
+5
2024-07-04
devres: Fix devm_krealloc() wasting memory
Zijun Hu
1
-1
/
+4
2024-07-04
driver core: platform: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
5
-6
/
+5
2024-06-28
cpumask: Add enabled cpumask for present CPUs that can be brought online
James Morse
1
-0
/
+10
2024-06-28
cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
Jonathan Cameron
1
-1
/
+1
2024-06-24
regmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-06-23
spi: add devm_spi_optimize_message() helper
Mark Brown
1
-45
/
+3
2024-06-23
regmap: Merge up v6.10-rc4
Mark Brown
1
-45
/
+3
2024-06-20
driver core: make [device_]driver_attach take a const *
Greg Kroah-Hartman
2
-6
/
+8
2024-06-20
driver core: Make dev_err_probe() silent for -ENOMEM
Uwe Kleine-König
1
-3
/
+14
2024-06-18
rust: add firmware abstractions
Danilo Krummrich
1
-0
/
+7
2024-06-17
Merge tag 'v6.10-rc4' into driver-core-next
Greg Kroah-Hartman
1
-45
/
+3
2024-06-14
regmap-i2c: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-13
driver core: mark async_driver as a const *
Greg Kroah-Hartman
2
-8
/
+9
2024-06-13
driver core: make driver_detach() take a const *
Greg Kroah-Hartman
2
-3
/
+3
2024-06-13
driver core: make device_release_driver_internal() take a const *
Greg Kroah-Hartman
2
-2
/
+2
2024-06-13
driver core: driver: mark driver_add/remove_groups constant
Greg Kroah-Hartman
2
-4
/
+4
2024-06-13
driver core: platform: fix ups for constant struct device_driver
Greg Kroah-Hartman
1
-6
/
+6
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
1
-4
/
+4
2024-06-12
Merge drm/drm-next into drm-xe-next
Rodrigo Vivi
24
-328
/
+906
2024-06-12
devcoredump: Add dev_coredumpm_timeout()
José Roberto de Souza
1
-11
/
+12
2024-06-11
drivers: arch_topology: use __free attribute instead of of_node_put()
Vincenzo Mezzela
1
-30
/
+26
2024-06-11
drivers: arch_topology: Refactor do-while loops
Vincenzo Mezzela
1
-52
/
+55
2024-06-07
regmap: Switch to use kmemdup_array()
Mark Brown
3
-11
/
+10
2024-06-07
Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
1
-8
/
+2
2024-06-07
firmware: add nowarn variant of request_firmware_nowait()
Lucas Stach
1
-27
/
+63
2024-06-07
regmap: kunit: Use array_size() and sizeof(*ptr) consistently
Andy Shevchenko
1
-6
/
+6
2024-06-07
regmap: maple: Switch to use kmemdup_array()
Andy Shevchenko
1
-7
/
+6
2024-06-07
regmap: cache: Switch to use kmemdup_array()
Andy Shevchenko
1
-2
/
+2
2024-06-07
regmap: cache: Use correct type of the rb_for_each() parameter
Andy Shevchenko
1
-1
/
+1
2024-06-07
regmap: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
2024-06-06
regmap: spi: Fix potential off-by-one when calculating reserved size
Andy Shevchenko
1
-2
/
+1
2024-06-04
drivers: core: synchronize really_probe() and dev_uevent()
Dirk Behme
1
-0
/
+3
2024-06-04
driver core: remove devm_device_add_groups()
Greg Kroah-Hartman
1
-45
/
+0
2024-06-03
regmap: Merge up fixes
Mark Brown
1
-1
/
+2
2024-05-31
regmap: kunit: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-27
platform: Make platform_driver::remove() return void
Uwe Kleine-König
1
-8
/
+2
2024-05-27
regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
Richard Fitzgerald
1
-27
/
+45
2024-05-27
regmap-i2c: Subtract reg size from max_write
Jim Wylder
1
-1
/
+2
[prev]
[next]