| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -397/+782 |
| 2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-25 | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -6/+6 |
| 2023-04-25 | Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 11 | -436/+1257 |
| 2023-04-24 | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
| 2023-04-20 | device property: make device_property functions take const device * | Guenter Roeck | 1 | -8/+8 |
| 2023-04-20 | driver core: update comments in device_rename() | Wedson Almeida Filho | 1 | -10/+6 |
| 2023-04-20 | driver core: Don't require dynamic_debug for initcall_debug probe timing | Stephen Boyd | 1 | -1/+6 |
| 2023-04-20 | firmware_loader: rework crypto dependencies | Arnd Bergmann | 1 | -2/+3 |
| 2023-04-20 | firmware_loader: Strip off \n from customized path | Florian Fainelli | 1 | -4/+13 |
| 2023-04-19 | Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2 | -32/+103 |
| 2023-04-14 | cacheinfo: Add use_arch[|_cache]_info field/function | Pierre Gondois | 1 | -2/+10 |
| 2023-04-14 | arch_topology: Remove early cacheinfo error message if -ENOENT | Pierre Gondois | 1 | -3/+4 |
| 2023-04-14 | cacheinfo: Check cache properties are present in DT | Pierre Gondois | 1 | -0/+32 |
| 2023-04-14 | cacheinfo: Check sib_leaf in cache_leaves_are_shared() | Pierre Gondois | 1 | -3/+2 |
| 2023-04-13 | cacheinfo: Adjust includes to remove of_device.h | Rob Herring | 1 | -1/+1 |
| 2023-04-13 | cacheinfo: Allow early level detection when DT/ACPI info is missing/broken | Radu Rendec | 1 | -2/+2 |
| 2023-04-13 | cacheinfo: Add arch specific early level initializer | Radu Rendec | 1 | -22/+53 |
| 2023-04-07 | regmap: allow upshifting register addresses before performing operations | Maxime Chevallier | 2 | -3/+9 |
| 2023-04-07 | PM: core: Remove unnecessary (void *) conversions | Li zeming | 1 | -6/+6 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -4/+4 |
| 2023-04-05 | Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers | Mark Brown | 1 | -3/+5 |
| 2023-04-05 | regmap: Pass irq_drv_data as a parameter for set_type_config() | William Breathitt Gray | 1 | -3/+5 |
| 2023-04-05 | tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem | Joel Fernandes (Google) | 1 | -1/+2 |
| 2023-04-05 | regmap: Use mas_walk() instead of mas_find() | Mark Brown | 1 | -2/+2 |
| 2023-04-04 | regmap: Fix double unlock in the maple cache | Mark Brown | 1 | -2/+3 |
| 2023-04-03 | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman | 2 | -8/+6 |
| 2023-04-03 | driver core: class: mark the struct class in struct class_interface constant | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-04-03 | driver core: class: make class_register() take a const * | Greg Kroah-Hartman | 2 | -4/+4 |
| 2023-04-03 | driver core: class: mark class_release() as taking a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-04-03 | driver core: remove incorrect comment for device_create* | Greg Kroah-Hartman | 1 | -6/+0 |
| 2023-04-03 | regmap: Add maple tree based register cache | Mark Brown | 5 | -1/+284 |
| 2023-04-03 | regmap: Factor out single value register syncing | Mark Brown | 2 | -14/+27 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+11 |
| 2023-04-01 | driver core: class: fix slab-use-after-free Read in class_register() | Greg Kroah-Hartman | 1 | -0/+1 |
| 2023-03-31 | driver core: make sysfs_dev_char_kobj static | Greg Kroah-Hartman | 2 | -4/+3 |
| 2023-03-31 | driver core: make sysfs_dev_block_kobj static | Greg Kroah-Hartman | 1 | -1/+3 |
| 2023-03-31 | driver core: class: remove dev_kobj from struct class | Greg Kroah-Hartman | 1 | -4/+0 |
| 2023-03-31 | driver core: clean up the logic to determine which /sys/dev/ directory to use | Greg Kroah-Hartman | 3 | -27/+14 |
| 2023-03-31 | driver core: class: remove subsystem private pointer from struct class | Greg Kroah-Hartman | 1 | -4/+0 |
| 2023-03-31 | driver core: create class_is_registered() | Greg Kroah-Hartman | 1 | -0/+25 |
| 2023-03-31 | driver core: core: move to use class_to_subsys() | Greg Kroah-Hartman | 3 | -44/+81 |
| 2023-03-30 | regmap: Add some basic kunit tests | Mark Brown | 3 | -0/+744 |
| 2023-03-30 | regmap: Add RAM backed register map | Mark Brown | 4 | -0/+108 |
| 2023-03-29 | regmap: Removed compressed cache support | Mark Brown | 5 | -378/+0 |
| 2023-03-29 | firmware_loader: Add debug message with checksum for FW file | Amadeusz Sławiński | 2 | -1/+59 |
| 2023-03-29 | base: soc: populate machine name in soc_device_register if empty | Heiner Kallweit | 1 | -0/+15 |
| 2023-03-29 | cacheinfo: Fix LLC is not exported through sysfs | Yicong Yang | 1 | -5/+11 |
| 2023-03-29 | driver core: class.c: convert to only use class_to_subsys | Greg Kroah-Hartman | 1 | -52/+61 |
| 2023-03-29 | driver core: class: implement class_get/put without the private pointer. | Greg Kroah-Hartman | 1 | -18/+63 |
| 2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 3 | -6/+6 |
| 2023-03-28 | driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT | Saravana Kannan | 2 | -0/+17 |
| 2023-03-28 | driver core: bus: constify class_unregister/destroy() | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-03-28 | driver core: Add a comment to set_primary_fwnode() on nullifying | Andy Shevchenko | 1 | -2/+6 |
| 2023-03-27 | driver core: move sysfs_dev_char_kobj out of class.h | Greg Kroah-Hartman | 1 | -0/+3 |
| 2023-03-27 | driver core: class: fix documentation for class_create() | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-03-27 | regmap: Support paging for buses with reg_read()/reg_write() | Mark Brown | 1 | -0/+18 |
| 2023-03-27 | regmap: Clarify error for unknown cache types | Mark Brown | 1 | -1/+1 |
| 2023-03-27 | regmap: Handle sparse caches in the default sync | Mark Brown | 1 | -0/+2 |
| 2023-03-25 | driver core: bus: move documentation for lock_key to proper location. | Greg Kroah-Hartman | 1 | -0/+1 |
| 2023-03-24 | Introduce a helper to translate register addresses | Mark Brown | 1 | -14/+13 |
| 2023-03-24 | regmap: add a helper to translate the register address | Maxime Chevallier | 1 | -14/+13 |
| 2023-03-24 | driver core: physical_location.h remove extern from function prototypes | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-24 | driver core: base.h: remove extern from function prototypes | Greg Kroah-Hartman | 1 | -46/+42 |
| 2023-03-24 | driver core: class: use lock_class_key already present in struct subsys_private | Greg Kroah-Hartman | 1 | -6/+9 |
| 2023-03-24 | device property: Constify a few fwnode APIs | Andy Shevchenko | 1 | -3/+3 |
| 2023-03-24 | device property: constify fwnode_get_phy_mode() argument | Russell King | 1 | -1/+1 |
| 2023-03-23 | driver core: bus: constify bus_get() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2023-03-23 | driver core: bus: constify driver_find() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-23 | driver core: bus: constify bus_rescan_devices() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-23 | driver core: bus: constantify bus_register() | Greg Kroah-Hartman | 2 | -2/+2 |
| 2023-03-23 | driver core: bus: mark the struct bus_type for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-03-23 | driver core: bus: move dev_root out of struct bus_type | Greg Kroah-Hartman | 2 | -6/+24 |
| 2023-03-17 | driver core: device: make device_create*() take a const struct class * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2023-03-17 | driver core: device: mark struct class in struct device as constant | Greg Kroah-Hartman | 1 | -5/+5 |
| 2023-03-17 | driver core: device: make device_destroy() take a const class * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | driver core: class: make class_create/remove_file*() options const | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-03-17 | driver core: class: make class_find_device*() options const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | driver core: class: make class_for_each_device() options const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | driver core: class: make class_dev_iter_init() options const | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | driver core: class: remove struct module owner out of struct class | Greg Kroah-Hartman | 1 | -6/+3 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 2 | -2/+0 |
| 2023-03-17 | driver core: class: specify the module owner in __class_register() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2023-03-13 | regmap: cache: Silence checkpatch warning | Alexander Stein | 1 | -1/+1 |
| 2023-03-13 | regmap: cache: Return error in cache sync operations for REGCACHE_NONE | Alexander Stein | 1 | -0/+6 |
| 2023-03-10 | devres: Pass unique name of the resource to devm_add_action() | Andy Shevchenko | 1 | -5/+6 |
| 2023-03-10 | device property: Clarify description of returned value in some functions | Andy Shevchenko | 1 | -34/+90 |
| 2023-03-10 | driver core: Make state_synced device attribute writeable | Saravana Kannan | 3 | -5/+31 |
| 2023-03-10 | driver core: Add fw_devlink.sync_state command line param | Saravana Kannan | 3 | -0/+65 |
| 2023-03-07 | driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC... | Greg Kroah-Hartman | 1 | -6/+0 |
| 2023-03-06 | regmap: Add support for devices with no interrupt readback | Mark Brown | 1 | -7/+15 |
| 2023-03-06 | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 | Greg Kroah-Hartman | 2 | -38/+1 |
| 2023-03-05 | regmap-irq: Add no_status support | William Breathitt Gray | 1 | -7/+15 |
| 2023-03-05 | regmap: sdw: Remove 8-bit value size restriction | Lucas Tanure | 1 | -15/+24 |
| 2023-03-05 | regmap: sdw: Update misleading comment | Charles Keepax | 1 | -1/+1 |
| 2023-03-05 | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2023-03-02 | Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -7/+7 |
| 2023-03-02 | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced | Thomas Gleixner | 1 | -0/+1 |
| 2023-02-25 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+26 |
| 2023-02-25 | driver core: fw_devlink: Print full path and name of fwnode | Saravana Kannan | 1 | -3/+3 |
| 2023-02-25 | driver core: fw_devlink: Avoid spurious error message | Saravana Kannan | 1 | -3/+3 |
| 2023-02-25 | driver core: bus: Handle early calls to bus_to_subsys() | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -596/+991 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+3 |
| 2023-02-22 | Merge tag 'regmap-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2 | -23/+8 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -18/+23 |
| 2023-02-21 | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -4/+5 |
| 2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -42/+0 |
| 2023-02-20 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -12/+12 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
| 2023-02-17 | Merge remote-tracking branch 'regmap/for-6.3' into regmap-next | Mark Brown | 2 | -41/+25 |
| 2023-02-17 | regmap-irq: Remove unused mask_invert flag | Aidan MacDonald | 1 | -14/+0 |
| 2023-02-17 | regmap-irq: Remove unused type_invert flag | Aidan MacDonald | 1 | -9/+2 |
| 2023-02-15 | Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp' | Rafael J. Wysocki | 1 | -4/+1 |
| 2023-02-15 | Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' | Rafael J. Wysocki | 1 | -0/+4 |
| 2023-02-14 | driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct place | Greg Kroah-Hartman | 1 | -8/+6 |
| 2023-02-14 | Revert "driver core: add error handling for devtmpfs_create_node()" | Greg Kroah-Hartman | 1 | -5/+1 |
| 2023-02-14 | Revert "devtmpfs: add debug info to handle()" | Greg Kroah-Hartman | 1 | -10/+2 |
| 2023-02-14 | Revert "devtmpfs: remove return value of devtmpfs_delete_node()" | Greg Kroah-Hartman | 2 | -6/+6 |
| 2023-02-11 | driver core: cpu: don't hand-override the uevent bus_type callback. | Greg Kroah-Hartman | 1 | -14/+14 |
| 2023-02-11 | devtmpfs: remove return value of devtmpfs_delete_node() | Longlong Xia | 2 | -6/+6 |
| 2023-02-10 | devtmpfs: add debug info to handle() | Longlong Xia | 1 | -2/+10 |
| 2023-02-10 | driver core: add error handling for devtmpfs_create_node() | Longlong Xia | 1 | -1/+5 |
| 2023-02-10 | driver core: bus: update my copyright notice | Greg Kroah-Hartman | 1 | -0/+1 |
| 2023-02-10 | driver core: bus: add bus_get_dev_root() function | Greg Kroah-Hartman | 3 | -6/+38 |
| 2023-02-09 | PM: domains: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -4/+1 |
| 2023-02-09 | driver core: bus: constify bus_unregister() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-09 | driver core: bus: constify some internal functions | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-02-09 | driver core: bus: constify bus_get_kset() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-09 | driver core: bus: constify bus_register/unregister_notifier() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-02-09 | driver core: remove private pointer from struct bus_type | Greg Kroah-Hartman | 1 | -4/+0 |
| 2023-02-09 | driver core: create bus_is_registered() | Greg Kroah-Hartman | 3 | -1/+18 |
| 2023-02-09 | driver core: bus: clean up driver_find() | Greg Kroah-Hartman | 1 | -8/+15 |
| 2023-02-09 | driver core: move driver_find() to bus.c | Greg Kroah-Hartman | 2 | -27/+27 |
| 2023-02-09 | driver core: bus: clean up bus_sort_breadthfirst() | Greg Kroah-Hartman | 1 | -6/+5 |
| 2023-02-09 | driver core: bus: bus iterator cleanups | Greg Kroah-Hartman | 1 | -6/+12 |
| 2023-02-09 | driver core: bus: bus_add/remove_driver() cleanups | Greg Kroah-Hartman | 1 | -13/+26 |
| 2023-02-09 | driver core: bus: bus_register/unregister_notifier() cleanups | Greg Kroah-Hartman | 1 | -5/+23 |
| 2023-02-09 | driver core: bus: bus_get_kset() cleanup | Greg Kroah-Hartman | 1 | -1/+10 |
| 2023-02-09 | driver core: bus: subsys_interface_register/unregister() cleanups | Greg Kroah-Hartman | 1 | -16/+29 |
| 2023-02-09 | driver core: bus: bus_register/unregister() cleanups | Greg Kroah-Hartman | 1 | -28/+26 |
| 2023-02-09 | driver core: bus: bus_add/probe/remove_device() cleanups | Greg Kroah-Hartman | 1 | -33/+54 |
| 2023-02-09 | driver core: bus: sysfs function cleanups | Greg Kroah-Hartman | 1 | -6/+29 |
| 2023-02-09 | driver core: bus: convert bus_create/remove_file to be constant | Greg Kroah-Hartman | 1 | -11/+17 |
| 2023-02-09 | driver core: bus: constantify the bus_find_* functions | Greg Kroah-Hartman | 1 | -3/+3 |
| 2023-02-09 | driver core: bus: implement bus_get/put() without the private pointer | Greg Kroah-Hartman | 1 | -8/+53 |
| 2023-02-09 | driver core: add local subsys_get and subsys_put functions | Greg Kroah-Hartman | 1 | -0/+13 |
| 2023-02-08 | driver core: fw_devlink: Make cycle detection more robust | Saravana Kannan | 1 | -119/+129 |
| 2023-02-08 | driver core: fw_devlink: Consolidate device link flag computation | Saravana Kannan | 1 | -13/+15 |
| 2023-02-08 | driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle | Saravana Kannan | 1 | -10/+40 |
| 2023-02-08 | driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links | Saravana Kannan | 1 | -10/+18 |
| 2023-02-08 | driver core: fw_devlink: Improve check for fwnode with no device/driver | Saravana Kannan | 1 | -2/+38 |
| 2023-02-08 | driver core: fw_devlink: Don't purge child fwnode's consumer links | Saravana Kannan | 1 | -18/+79 |
| 2023-02-08 | driver core: make kobj_type structures constant | Thomas Weißschuh | 4 | -6/+6 |
| 2023-02-08 | drivers: base: dd: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-08 | drivers: base: component: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-02 | mm: memory-failure: add memory failure stats to sysfs | Jiaqi Yan | 1 | -0/+3 |
| 2023-02-02 | drivers/base: Remove CONFIG_SRCU | Paul E. McKenney | 1 | -42/+0 |
| 2023-02-02 | devtmpfs: convert to pr_fmt | Longlong Xia | 1 | -8/+8 |
| 2023-02-01 | driver core: bus: move lock_class_key into dynamic structure | Greg Kroah-Hartman | 2 | -1/+6 |
| 2023-02-01 | driver core: platform: simplify __platform_driver_probe() | Greg Kroah-Hartman | 1 | -11/+15 |
| 2023-02-01 | driver core: platform: removed unneeded variable from __platform_driver_probe() | Greg Kroah-Hartman | 1 | -4/+4 |
| 2023-01-31 | cacheinfo: Initialize variables in fetch_cache_info() | Pierre Gondois | 1 | -1/+1 |
| 2023-01-31 | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar | 2 | -7/+13 |
| 2023-01-31 | regmap: apply reg_base and reg_downshift for single register ops | Daniel Golle | 1 | -0/+6 |
| 2023-01-31 | driver core: soc: remove layering violation for the soc_bus | Greg Kroah-Hartman | 1 | -1/+3 |
| 2023-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+13 |
| 2023-01-27 | kobject: kset_uevent_ops: make uevent() callback take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 3 | -4/+4 |
| 2023-01-27 | driver core: device_get_devnode() should take a const * | Greg Kroah-Hartman | 2 | -1/+3 |
| 2023-01-23 | driver core: class: Clear private pointer on registration failures | Rafael J. Wysocki | 1 | -5/+11 |
| 2023-01-22 | Merge 6.2-rc5 into driver-core-next | Greg Kroah-Hartman | 2 | -7/+13 |
| 2023-01-20 | drivers: base: transport_class: fix resource leak when transport_add_device()... | Yang Yingliang | 1 | -1/+16 |
| 2023-01-20 | driver core: location: Free struct acpi_pld_info *pld before return false | Hanjun Guo | 1 | -1/+4 |
| 2023-01-20 | driver core: fix resource leak in device_add() | Zhengchao Shao | 1 | -1/+1 |
| 2023-01-20 | drivers/base/memory: Fix comments for phys_index_show() | Gavin Shan | 1 | -7/+2 |
| 2023-01-20 | Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li... | Greg Kroah-Hartman | 2 | -29/+144 |
| 2023-01-19 | driver core: Fix test_async_probe_init saves device in wrong array | Chen Zhongjin | 1 | -1/+1 |
| 2023-01-19 | device property: fix of node refcount leak in fwnode_graph_get_next_endpoint() | Yang Yingliang | 1 | -6/+12 |
| 2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -6/+6 |
| 2023-01-18 | cacheinfo: Fix shared_cpu_map to handle shared caches at different levels | Yong-Xuan Wang | 1 | -10/+17 |
| 2023-01-18 | arch_topology: Build cacheinfo from primary CPU | Pierre Gondois | 2 | -19/+64 |
| 2023-01-18 | cacheinfo: Check 'cache-unified' property to count cache leaves | Pierre Gondois | 1 | -11/+26 |
| 2023-01-18 | driver core: bus: move bus notifier logic into bus.c | Greg Kroah-Hartman | 4 | -31/+19 |
| 2023-01-17 | cacheinfo: Return error code in init_of_cache_level() | Pierre Gondois | 1 | -3/+7 |
| 2023-01-17 | cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation | Pierre Gondois | 1 | -0/+44 |
| 2023-01-17 | platform: remove useless if-branch in __platform_get_irq_byname() | Soha Jin | 1 | -5/+3 |
| 2023-01-17 | platform: Document platform_add_devices() return value | Umang Jain | 1 | -0/+2 |
| 2023-01-17 | software node: Remove unused APIs | Andy Shevchenko | 1 | -61/+0 |
| 2023-01-17 | software node: Switch property entry test to a new API | Andy Shevchenko | 1 | -16/+14 |
| 2023-01-17 | platform: Provide a remove callback that returns no value | Uwe Kleine-König | 1 | -1/+3 |
| 2023-01-16 | regmap: Rework regmap_mdio_c45_{read|write} for new C45 API. | Andrew Lunn | 1 | -18/+23 |
| 2023-01-13 | PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND | Richard Fitzgerald | 1 | -0/+4 |
| 2023-01-13 | cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle() | Peter Zijlstra | 1 | -12/+12 |
| 2023-01-11 | driver core: change to_subsys_private() to use container_of_const() | Greg Kroah-Hartman | 2 | -2/+2 |
| 2023-01-11 | driver core: Make driver_deferred_probe_timeout a static variable | Javier Martinez Canillas | 1 | -4/+2 |
| 2023-01-11 | driver core: fix potential null-ptr-deref in device_add() | Yang Yingliang | 1 | -0/+1 |
| 2023-01-10 | PM: domains: Allow a genpd consumer to require a synced power off | Ulf Hansson | 1 | -0/+26 |