summaryrefslogtreecommitdiffstats
path: root/scripts/find-unused-docs.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-08kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2023-02-08kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-08samples/kobject: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh4-6/+6
2023-02-08kobject: make dynamic_kobj_ktype and kset_ktype constThomas Weißschuh1-2/+2
2023-02-08const_structs.checkpatch.pl: add kobj_typeThomas Weißschuh1-0/+1
2023-02-08drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-08drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-02devtmpfs: convert to pr_fmtLonglong Xia1-8/+8
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman3-2/+6
2023-02-01driver core: platform: simplify __platform_driver_probe()Greg Kroah-Hartman1-11/+15
2023-02-01driver core: platform: removed unneeded variable from __platform_driver_probe()Greg Kroah-Hartman1-4/+4
2023-02-01maple: remove unneeded maple_bus_uevent() callback.Greg Kroah-Hartman1-7/+0
2023-01-31cacheinfo: Remove unused check in init_cache_level()Pierre Gondois1-3/+0
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois2-2/+2
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois1-1/+1
2023-01-31container_of: Update header inclusionsAndy Shevchenko1-1/+1
2023-01-31driver core: soc: remove layering violation for the soc_busGreg Kroah-Hartman1-1/+3
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell3-3/+3
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman4-8/+8
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman81-160/+160
2023-01-27xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27mcb: move to_mcb_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...Greg Kroah-Hartman1-9/+2
2023-01-27vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman2-8/+2
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman3-3/+3
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman7-13/+13
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman25-54/+53
2023-01-27firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman1-12/+3
2023-01-27platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman2-13/+8
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman6-8/+28
2023-01-27docs: embargoed-hardware-issues: add embargoed HW contact for SamsungLuis Chamberlain1-0/+1
2023-01-23driver core: class: Clear private pointer on registration failuresRafael J. Wysocki1-5/+11
2023-01-22Linux 6.2-rc5v6.2-rc5Linus Torvalds1-1/+1
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2-2/+10
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov1-17/+23
2023-01-20Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski5-277/+87
2023-01-20USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman1-1/+1
2023-01-20usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2023-01-20kernels/ksysfs.c: export kernel address bitsThomas Weißschuh2-0/+19
2023-01-20tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-01-20drivers: base: transport_class: fix resource leak when transport_add_device()...Yang Yingliang1-1/+16
2023-01-20drivers: base: transport_class: fix possible memory leakYang Yingliang1-1/+7