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: Adjust includes to remove of_device.hRob Herring
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-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown
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-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
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-30regmap: Add some basic kunit testsMark Brown
2023-03-30regmap: Add RAM backed register mapMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
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-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown