summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-04-20driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd
2023-04-20firmware_loader: rework crypto dependenciesArnd Bergmann
2023-04-20firmware_loader: Strip off \n from customized pathFlorian Fainelli
2023-04-19Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2023-04-14cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois
2023-04-14arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois
2023-04-14cacheinfo: Check cache properties are present in DTPierre Gondois
2023-04-14cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois
2023-04-13cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec
2023-04-13cacheinfo: Add arch specific early level initializerRadu Rendec
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman
2023-04-03driver core: remove incorrect comment for device_create*Greg Kroah-Hartman
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-01driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński
2023-03-29base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit
2023-03-29cacheinfo: Fix LLC is not exported through sysfsYicong Yang
2023-03-29driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman
2023-03-29driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-28driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman
2023-03-28driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman
2023-03-27driver core: class: fix documentation for class_create()Greg Kroah-Hartman
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman
2023-03-24driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman