summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-4/+1
* kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-4/+1
* kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
* samples/kobject: make kobj_type structure constantThomas Weißschuh2023-02-081-1/+1
* driver core: make kobj_type structures constantThomas Weißschuh2023-02-084-6/+6
* kobject: make dynamic_kobj_ktype and kset_ktype constThomas Weißschuh2023-02-081-2/+2
* const_structs.checkpatch.pl: add kobj_typeThomas Weißschuh2023-02-081-0/+1
* drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
* 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-013-2/+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: Remove unused check in init_cache_level()Pierre Gondois2023-01-311-3/+0
* cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois2023-01-312-2/+2
* cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois2023-01-311-1/+1
* container_of: Update header inclusionsAndy Shevchenko2023-01-311-1/+1
* driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman2023-01-311-1/+3
* driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell2023-01-303-3/+3
* kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-274-8/+8
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-2781-160/+160
* xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* mcb: move to_mcb_device() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...Greg Kroah-Hartman2023-01-271-9/+2
* vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman2023-01-272-8/+2
* driver core: device_get_devnode() should take a const *Greg Kroah-Hartman2023-01-273-3/+3
* driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-277-13/+13
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-2725-54/+53
* firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman2023-01-271-12/+3
* platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman2023-01-272-13/+8
* of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman2023-01-276-8/+28
* docs: embargoed-hardware-issues: add embargoed HW contact for SamsungLuis Chamberlain2023-01-271-0/+1
* 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-22764-6101/+7689
|\
| * Linux 6.2-rc5v6.2-rc5Linus Torvalds2023-01-221-1/+1
| * Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linuxLinus Torvalds2023-01-221-1/+5
| |\
| | * io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe2023-01-201-1/+5
| * | Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-01-2112-91/+122
| |\ \
| | * | VMCI: Use threaded irqs instead of taskletsVishnu Dasa2023-01-201-30/+19
| | * | misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman2023-01-201-9/+6
| | * | gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov2023-01-201-3/+4
| | * | misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson2023-01-201-3/+5
| | * | misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa2023-01-201-9/+9
| | * | misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa2023-01-201-20/+21
| | * | misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter2023-01-201-1/+0