summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-02regmap: kunit: Add coverage of spinlocked regmapsMark Brown
2024-08-28regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski
2024-08-23regmap: Use locking during kunit testsMark Brown
2024-08-23regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown
2024-08-20PM: domains: add device managed version of dev_pm_domain_attach|detach_list()Dikshita Agarwal
2024-08-13regmap IRQ support for devices with multiple IRQsMark Brown
2024-08-13regmap: Allow setting IRQ domain name suffixMatti Vaittinen
2024-07-31driver core: Fix uevent_show() vs driver detach raceDan Williams
2024-07-29platform: Add test managed platform_device/driver APIsStephen Boyd
2024-07-27Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt
2024-07-22ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_initHaibo Xu
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann
2024-07-18genirq/msi: Remove platform MSI leftoversThomas Gleixner
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-15Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-07-15Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-07-15Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2024-07-12sysfs/cpu: Make crash_hotplug attribute world-readablePetr Tesarik
2024-07-11driver core: auxiliary bus: show auxiliary device IRQsShay Drory
2024-07-11regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()Guenter Roeck
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck
2024-07-10driver core: module: make module_[add|remove]_driver take a const *Greg Kroah-Hartman
2024-07-10driver core: make driver_find_device() take a const *Greg Kroah-Hartman
2024-07-10driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter
2024-07-04devres: Correct code style for functions that return a pointer typeZijun Hu
2024-07-04devres: Initialize an uninitialized struct memberZijun Hu
2024-07-04devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu
2024-07-04devres: Fix devm_krealloc() wasting memoryZijun Hu
2024-07-04driver core: platform: Switch to use kmemdup_array()Andy Shevchenko
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse
2024-06-28cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron
2024-06-24regmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-23spi: add devm_spi_optimize_message() helperMark Brown