summary refs log tree commit diff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-03PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-07-23regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres
2023-07-19drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen
2023-07-19device property: Clarify description of returned value in some functionsAndy Shevchenko
2023-07-19device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin
2023-07-19PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson
2023-07-19PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight
2023-06-09regmap: Account for register length when chunkingJim Wylder
2023-06-09drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak
2023-05-24platform: Provide a remove callback that returns no valueUwe Kleine-König
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-05-11cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois
2023-05-11tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-05-01driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd
2023-03-11drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-11drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-11cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang
2023-03-10driver core: fw_devlink: Avoid spurious error messageSaravana Kannan
2023-03-10PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-10driver core: fw_devlink: Make cycle detection more robustSaravana Kannan
2023-03-10driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan
2023-03-10driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan
2023-03-10driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan
2023-03-10driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan
2023-03-10driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan
2023-03-10drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang
2023-03-10driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo
2023-03-10driver core: fix resource leak in device_add()Zhengchao Shao
2023-03-10driver core: fix potential null-ptr-deref in device_add()Yang Yingliang
2023-03-10regmap: apply reg_base and reg_downshift for single register opsDaniel Golle
2023-02-01driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin
2023-02-01device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang
2023-01-07driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres
2022-12-31class: fix possible memory leak in __class_register()Yang Yingliang
2022-12-31regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana
2022-12-31PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2022-10-28Merge tag 'acpi-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-26PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla
2022-10-25device property: Fix documentation for *_match_string() APIsAndy Shevchenko
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'pm-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds