summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-181-11/+12
|\
| * Merge v6.10-rc6 into drm-nextDaniel Vetter2024-07-051-45/+3
| |\
| * \ Merge drm/drm-next into drm-xe-nextRodrigo Vivi2024-06-1224-328/+906
| |\ \
| * | | devcoredump: Add dev_coredumpm_timeout()José Roberto de Souza2024-06-121-11/+12
* | | | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-173-0/+115
|\ \ \ \
| * \ \ \ Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2024-07-153-0/+115
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | driver core: auxiliary bus: show auxiliary device IRQsShay Drory2024-07-113-0/+115
| | | |/ | | |/|
* | | | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-07-161-2/+1
|\ \ \ \
| * | | | spi: add devm_spi_optimize_message() helperMark Brown2024-06-231-45/+3
| |\| | |
| * | | | regmap: spi: Fix potential off-by-one when calculating reserved sizeAndy Shevchenko2024-06-051-2/+1
| | |/ / | |/| |
* | | | Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2024-07-1614-80/+213
|\ \ \ \
| * | | | regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck2024-07-111-0/+73
| * | | | regmap: Implement regmap_multi_reg_read()Mark Brown2024-07-111-35/+68
| |\ \ \ \
| | * | | | regmap: Implement regmap_multi_reg_read()Guenter Roeck2024-07-101-35/+68
| | | |/ / | | |/| |
| * | | | regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh2024-07-081-1/+1
| * | | | regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-248-0/+8
| * | | | regmap: Merge up v6.10-rc4Mark Brown2024-06-231-45/+3
| |\| | |
| * | | | regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-141-0/+1
| * | | | regmap: Switch to use kmemdup_array()Mark Brown2024-06-073-11/+10
| |\ \ \ \
| | * | | | regmap: maple: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-7/+6
| | * | | | regmap: cache: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-2/+2
| | * | | | regmap: cache: Use correct type of the rb_for_each() parameterAndy Shevchenko2024-06-071-1/+1
| | * | | | regmap: Switch to use kmemdup_array()Andy Shevchenko2024-06-071-1/+1
| * | | | | regmap: kunit: Use array_size() and sizeof(*ptr) consistentlyAndy Shevchenko2024-06-071-6/+6
| |/ / / /
| * | | | regmap: Merge up fixesMark Brown2024-06-031-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | regmap: kunit: add missing MODULE_DESCRIPTION()Jeff Johnson2024-05-311-0/+1
| * | | | regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()Richard Fitzgerald2024-05-271-27/+45
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-07-161-1/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse2024-06-281-0/+10
| * | | | cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron2024-06-281-1/+1
| | |/ / | |/| |
* | | | drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme2024-06-041-0/+3
* | | | driver core: remove devm_device_add_groups()Greg Kroah-Hartman2024-06-041-45/+0
|/ / /
* / / regmap-i2c: Subtract reg size from max_writeJim Wylder2024-05-271-1/+2
|/ /
* | Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-231-1/+8
|\ \
| * | regmap: kunit: Fix array overflow in stride() testRichard Fitzgerald2024-05-171-1/+8
* | | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-232-10/+10
* | | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-221-14/+0
|\ \ \
| * \ \ Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-0/+37
| |\ \ \
| * \ \ \ Merge tag 'iio-for-6.10a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2024-04-241-14/+0
| |\ \ \ \
| | * | | | device property: Move fwnode_handle_put() into property.hJonathan Cameron2024-03-251-14/+0
* | | | | | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-225-24/+55
|\ \ \ \ \ \
| * | | | | | device property: Fix a typo in the description of device_get_child_node_count()Christophe JAILLET2024-05-051-1/+1
| * | | | | | driver core: Add device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-0/+9
| * | | | | | Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-232-6/+26
| |\| | | | |
| * | | | | | module: don't ignore sysfs_create_link() failuresArnd Bergmann2024-04-113-15/+45
| * | | | | | driver core: Remove unused platform_notify, platform_notify_removeBjorn Helgaas2024-03-271-8/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-191-4/+4
|\ \ \ \ \ \
| * | | | | | arch/topology: Fix variable naming to avoid shadowingVincent Guittot2024-05-151-4/+4
* | | | | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-172-2/+2
|\ \ \ \ \ \ \
| * | | | | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-232-2/+2
| | |/ / / / / | |/| | | | |