summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-07-31driver core: Fix uevent_show() vs driver detach raceDan Williams2-5/+12
2024-07-27Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-143/+164
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+63
2024-07-23Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-347/+3
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt1-1/+1
2024-07-22ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_initHaibo Xu1-1/+1
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-07-18genirq/msi: Remove platform MSI leftoversThomas Gleixner1-347/+3
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-11/+12
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-0/+115
2024-07-16Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+1
2024-07-16Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds14-80/+213
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+11
2024-07-15Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski3-0/+115
2024-07-12sysfs/cpu: Make crash_hotplug attribute world-readablePetr Tesarik1-1/+1
2024-07-12driver core: auxiliary bus: show auxiliary device IRQsShay Drory3-0/+115
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck1-0/+73
2024-07-11regmap: Implement regmap_multi_reg_read()Mark Brown1-35/+68
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck1-35/+68
2024-07-10driver core: module: make module_[add|remove]_driver take a const *Greg Kroah-Hartman2-5/+5
2024-07-10driver core: make driver_find_device() take a const *Greg Kroah-Hartman1-1/+1
2024-07-10driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman1-2/+2
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh1-1/+1
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter1-45/+3
2024-07-04devres: Correct code style for functions that return a pointer typeZijun Hu1-11/+11
2024-07-04devres: Initialize an uninitialized struct memberZijun Hu1-0/+1
2024-07-04devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu1-1/+5
2024-07-04devres: Fix devm_krealloc() wasting memoryZijun Hu1-1/+4
2024-07-04driver core: platform: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman5-6/+5
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse1-0/+10
2024-06-28cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron1-1/+1
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown1-45/+3
2024-06-23regmap: Merge up v6.10-rc4Mark Brown1-45/+3
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2-6/+8
2024-06-20driver core: Make dev_err_probe() silent for -ENOMEMUwe Kleine-König1-3/+14
2024-06-18rust: add firmware abstractionsDanilo Krummrich1-0/+7
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman1-45/+3
2024-06-14regmap-i2c: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-13driver core: mark async_driver as a const *Greg Kroah-Hartman2-8/+9
2024-06-13driver core: make driver_detach() take a const *Greg Kroah-Hartman2-3/+3
2024-06-13driver core: make device_release_driver_internal() take a const *Greg Kroah-Hartman2-2/+2
2024-06-13driver core: driver: mark driver_add/remove_groups constantGreg Kroah-Hartman2-4/+4
2024-06-13driver core: platform: fix ups for constant struct device_driverGreg Kroah-Hartman1-6/+6
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman1-4/+4
2024-06-12Merge drm/drm-next into drm-xe-nextRodrigo Vivi24-328/+906
2024-06-12devcoredump: Add dev_coredumpm_timeout()José Roberto de Souza1-11/+12