summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
| * devtmpfs: convert to pr_fmtLonglong Xia2023-02-021-8/+8
| * driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman2023-02-012-1/+6
| * driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman2023-02-011-11/+15
| * driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman2023-02-011-4/+4
| * maple: remove unneeded maple_bus_uevent() callback.Greg Kroah-Hartman2023-02-011-7/+0
| * cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois2023-01-311-1/+1
| * driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman2023-01-311-1/+3
| * kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-271-2/+2
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-2769-143/+143
| * platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...Greg Kroah-Hartman2023-01-271-9/+2
| * driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2023-01-272-1/+3
| * driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-275-11/+11
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-2720-47/+46
| * i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman2023-01-271-12/+0
| * of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman2023-01-274-5/+20
| * driver core: class: Clear private pointer on registration failuresRafael J. Wysocki2023-01-231-5/+11
| * Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-22335-2001/+2470
| |\
| * | drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang2023-01-201-1/+16
| * | driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo2023-01-201-1/+4
| * | driver core: fix resource leak in device_add()Zhengchao Shao2023-01-201-1/+1
| * | drivers/base/memory: Fix comments for phys_index_show()Gavin Shan2023-01-201-7/+2
| * | Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman2023-01-203-68/+198
| |\ \
| | * | cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang2023-01-181-10/+17
| | * | arch_topology: Build cacheinfo from primary CPUPierre Gondois2023-01-182-19/+64
| | * | ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois2023-01-181-26/+50
| | * | ACPI: PPTT: Remove acpi_find_cache_levels()Pierre Gondois2023-01-181-15/+6
| | * | cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois2023-01-181-11/+26
| | * | cacheinfo: Return error code in init_of_cache_level()Pierre Gondois2023-01-171-3/+7
| | * | cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois2023-01-171-0/+44
| * | | driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman2023-01-184-31/+19
| * | | platform: remove useless if-branch in __platform_get_irq_byname()Soha Jin2023-01-171-5/+3
| * | | serial: arc_uart: Drop empty platform remove functionUwe Kleine-König2023-01-171-7/+0
| * | | staging: greybus: codecs: Drop empty platform remove functionUwe Kleine-König2023-01-171-6/+0
| * | | platform: Document platform_add_devices() return valueUmang Jain2023-01-171-0/+2
| * | | software node: Remove unused APIsAndy Shevchenko2023-01-171-61/+0
| * | | software node: Switch property entry test to a new APIAndy Shevchenko2023-01-171-16/+14
| * | | media: ipu3-cio2: Convert to use software_node_register_node_group()Andy Shevchenko2023-01-172-5/+21
| * | | media: ipu3-cio2: Don't dereference fwnode handleAndy Shevchenko2023-01-171-2/+4
| * | | platform: Provide a remove callback that returns no valueUwe Kleine-König2023-01-171-1/+3
| * | | driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman2023-01-112-2/+2
| * | | driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas2023-01-111-4/+2
| * | | driver core: fix potential null-ptr-deref in device_add()Yang Yingliang2023-01-111-0/+1
| * | | driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman2023-01-101-0/+5
| * | | driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman2023-01-101-2/+1
| * | | driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman2023-01-101-2/+1
| * | | driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2023-01-101-3/+2
| * | | driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2023-01-101-41/+0
| * | | driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2023-01-101-2/+1
* | | | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-24162-1288/+9988
|\ \ \ \