summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-02-09driver core: bus: bus iterator cleanupsGreg Kroah-Hartman1-6/+12
2023-02-09driver core: bus: bus_add/remove_driver() cleanupsGreg Kroah-Hartman1-13/+26
2023-02-09driver core: bus: bus_register/unregister_notifier() cleanupsGreg Kroah-Hartman1-5/+23
2023-02-09driver core: bus: bus_get_kset() cleanupGreg Kroah-Hartman1-1/+10
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman1-16/+29
2023-02-09driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman1-28/+26
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman1-33/+54
2023-02-09driver core: bus: sysfs function cleanupsGreg Kroah-Hartman1-6/+29
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman1-11/+17
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman1-3/+3
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman1-8/+53
2023-02-09driver core: add local subsys_get and subsys_put functionsGreg Kroah-Hartman1-0/+13
2023-02-08driver core: fw_devlink: Make cycle detection more robustSaravana Kannan1-119/+129
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan1-13/+15
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan1-10/+40
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-10/+18
2023-02-08driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan1-2/+38
2023-02-08driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan1-18/+79
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh4-6/+6
2023-02-08drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-08drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+3
2023-02-03drivers/base: Remove CONFIG_SRCUPaul E. McKenney1-42/+0
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia1-8/+8
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2-1/+6
2023-02-01driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman1-11/+15
2023-02-01driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman1-4/+4
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois1-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2-7/+13
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle1-0/+6
2023-01-31driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman1-1/+3
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+13
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman3-4/+4
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2-1/+3
2023-01-23driver core: class: Clear private pointer on registration failuresRafael J. Wysocki1-5/+11
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2-7/+13
2023-01-20drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang1-1/+16
2023-01-20driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo1-1/+4
2023-01-20driver core: fix resource leak in device_add()Zhengchao Shao1-1/+1
2023-01-20drivers/base/memory: Fix comments for phys_index_show()Gavin Shan1-7/+2
2023-01-20Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman2-29/+144
2023-01-19driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin1-1/+1
2023-01-19device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-6/+6
2023-01-18cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang1-10/+17
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois2-19/+64
2023-01-18cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois1-11/+26
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman4-31/+19
2023-01-18cacheinfo: Return error code in init_of_cache_level()Pierre Gondois1-3/+7