summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman
2023-02-09driver core: add local subsys_get and subsys_put functionsGreg Kroah-Hartman
2023-02-08mtd: mtdpart: Don't create platform device that'll never probeSaravana Kannan
2023-02-08firmware: arm_scmi: Set fwnode for the scmi_deviceSaravana Kannan
2023-02-08irqchip/irq-imx-gpcv2: Mark fwnode device as not initializedSaravana Kannan
2023-02-08of: property: Simplify of_link_to_phandle()Saravana Kannan
2023-02-08driver core: fw_devlink: Make cycle detection more robustSaravana Kannan
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan
2023-02-08gpiolib: Clear the gpio_device's fwnode initialized flag before addingSaravana Kannan
2023-02-08soc: renesas: Move away from using OF_POPULATED for fw_devlinkSaravana Kannan
2023-02-08driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan
2023-02-08driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan
2023-02-08kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08samples/kobject: make kobj_type structure constantThomas Weißschuh
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh
2023-02-08kobject: make dynamic_kobj_ktype and kset_ktype constThomas Weißschuh
2023-02-08const_structs.checkpatch.pl: add kobj_typeThomas Weißschuh
2023-02-08drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-02-01driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman
2023-02-01driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman
2023-02-01maple: remove unneeded maple_bus_uevent() callback.Greg Kroah-Hartman
2023-01-31cacheinfo: Remove unused check in init_cache_level()Pierre Gondois
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois
2023-01-31container_of: Update header inclusionsAndy Shevchenko
2023-01-31driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27mcb: move to_mcb_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman
2023-01-27platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...Greg Kroah-Hartman
2023-01-27vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman
2023-01-27platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman