index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2024-06-07
firmware: add nowarn variant of request_firmware_nowait()
Lucas Stach
-27
/
+63
2024-06-07
regmap: kunit: Use array_size() and sizeof(*ptr) consistently
Andy Shevchenko
-6
/
+6
2024-06-07
regmap: maple: Switch to use kmemdup_array()
Andy Shevchenko
-7
/
+6
2024-06-07
regmap: cache: Switch to use kmemdup_array()
Andy Shevchenko
-2
/
+2
2024-06-07
regmap: cache: Use correct type of the rb_for_each() parameter
Andy Shevchenko
-1
/
+1
2024-06-07
regmap: Switch to use kmemdup_array()
Andy Shevchenko
-1
/
+1
2024-06-05
regmap: spi: Fix potential off-by-one when calculating reserved size
Andy Shevchenko
-2
/
+1
2024-06-04
drivers: core: synchronize really_probe() and dev_uevent()
Dirk Behme
-0
/
+3
2024-06-04
driver core: remove devm_device_add_groups()
Greg Kroah-Hartman
-45
/
+0
2024-06-03
regmap: Merge up fixes
Mark Brown
-1
/
+2
2024-05-31
regmap: kunit: add missing MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-05-27
platform: Make platform_driver::remove() return void
Uwe Kleine-König
-8
/
+2
2024-05-27
regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
Richard Fitzgerald
-27
/
+45
2024-05-27
regmap-i2c: Subtract reg size from max_write
Jim Wylder
-1
/
+2
2024-05-23
Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-1
/
+8
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
-10
/
+10
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-14
/
+0
2024-05-22
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-24
/
+55
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+4
2024-05-17
regmap: kunit: Fix array overflow in stride() test
Richard Fitzgerald
-1
/
+8
2024-05-17
Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-2
/
+2
2024-05-15
Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-0
/
+23
2024-05-15
arch/topology: Fix variable naming to avoid shadowing
Vincent Guittot
-4
/
+4
2024-05-14
Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
-256
/
+769
2024-05-14
Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-7
/
+10
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-13
/
+13
2024-05-13
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'
Rafael J. Wysocki
-7
/
+10
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
-0
/
+37
2024-05-05
device property: Fix a typo in the description of device_get_child_node_count()
Christophe JAILLET
-1
/
+1
2024-05-04
driver core: Add device_show_string() helper for sysfs attributes
Lukas Wunner
-0
/
+9
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
-13
/
+13
2024-04-23
Merge tag 'iio-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
-14
/
+0
2024-04-24
Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
-0
/
+23
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
-6
/
+26
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
-2
/
+2
2024-04-15
regmap: kunit: Fix an NULL vs IS_ERR() check
Dan Carpenter
-3
/
+3
2024-04-12
Merge drm/drm-next into drm-xe-next
Thomas Hellström
-312
/
+730
2024-04-11
Merge back earlier system-wide PM changes for 6.10.
Rafael J. Wysocki
-7
/
+10
2024-04-11
devcoredump: Add dev_coredump_put()
José Roberto de Souza
-0
/
+23
2024-04-11
module: don't ignore sysfs_create_link() failures
Arnd Bergmann
-15
/
+45
2024-04-10
regmap: spi: Add missing MODULE_DESCRIPTION()
Andy Shevchenko
-0
/
+1
2024-04-10
regmap: Drop capitalisation in MODULE_DESCRIPTION()
Andy Shevchenko
-4
/
+4
2024-04-09
regmap: kunit: Add some test cases and a few small
Mark Brown
-257
/
+826
2024-04-08
regmap: kunit: Add test cases for regmap_read_bypassed()
Richard Fitzgerald
-0
/
+131
2024-04-08
regmap: kunit: Add cache-drop test with multiple cache blocks
Richard Fitzgerald
-0
/
+103
2024-04-08
regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc
Richard Fitzgerald
-3
/
+1
2024-04-08
regmap: kunit: Use a KUnit action to call regmap_exit()
Richard Fitzgerald
-55
/
+7
2024-04-08
regmap: kunit: Add more cache-sync tests
Richard Fitzgerald
-4
/
+122
2024-04-08
regmap: kunit: Add more cache-drop tests
Richard Fitzgerald
-0
/
+135
2024-04-08
regmap: kunit: Run non-sparse cache tests at non-zero register addresses
Richard Fitzgerald
-29
/
+57
[prev]
[next]