summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen2023-07-191-3/+9
* device property: Clarify description of returned value in some functionsAndy Shevchenko2023-07-191-34/+90
* device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin2023-07-191-1/+1
* PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson2023-07-191-3/+6
* PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich2023-07-191-3/+3
* regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight2023-06-281-1/+1
* regmap: Account for register length when chunkingJim Wylder2023-06-091-2/+4
* drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak2023-06-091-0/+20
* platform: Provide a remove callback that returns no valueUwe Kleine-König2023-05-241-1/+3
* regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein2023-05-241-0/+6
* cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois2023-05-111-3/+2
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-111-1/+2
* driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd2023-05-011-1/+6
* drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-1/+1
* drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-1/+1
* cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang2023-03-111-10/+17
* driver core: fw_devlink: Avoid spurious error messageSaravana Kannan2023-03-101-3/+3
* PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-101-4/+1
* driver core: fw_devlink: Make cycle detection more robustSaravana Kannan2023-03-101-119/+129
* driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan2023-03-101-2/+38
* driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan2023-03-101-13/+15
* driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan2023-03-101-10/+40
* driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan2023-03-101-18/+79
* driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan2023-03-101-10/+18
* drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang2023-03-101-1/+16
* driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo2023-03-101-1/+4
* driver core: fix resource leak in device_add()Zhengchao Shao2023-03-101-1/+1
* driver core: fix potential null-ptr-deref in device_add()Yang Yingliang2023-03-101-0/+1
* regmap: apply reg_base and reg_downshift for single register opsDaniel Golle2023-03-101-0/+6
* driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin2023-02-011-1/+1
* device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang2023-02-011-6/+12
* driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres2023-01-071-1/+5
* class: fix possible memory leak in __class_register()Yang Yingliang2022-12-311-0/+5
* regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana2022-12-311-4/+11
* PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki2022-12-311-1/+11
* Merge tag 'acpi-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-281-2/+2
|\
| * device property: Fix documentation for *_match_string() APIsAndy Shevchenko2022-10-251-2/+2
* | PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla2022-10-261-0/+4
|/
* Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-0/+1
|\
| * Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2022-10-041-0/+1
| |\
| | * platform-msi: Export symbol platform_msi_create_irq_domain()Frank Li2022-09-281-0/+1
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-141/+6
|\ \ \
| * | | mm: hugetlb: eliminate memory-less nodes handlingMuchun Song2022-10-031-2/+6
| * | | mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song2022-10-031-136/+3
| * | | mm: kill is_memblock_offlined()Kefeng Wang2022-09-111-6/+0
| | |/ | |/|
* | | Merge tag 'pm-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-101-1/+3
|\ \ \
| * | | PM: domains: log failures to register always-on domainsJohan Hovold2022-10-041-1/+3
* | | | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-0/+19
|\ \ \ \
| * | | | arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-08-151-0/+19
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-0/+2
|\ \ \ \