summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman764-6101/+7689
2023-01-22Linux 6.2-rc5Linus Torvalds1-1/+1
2023-01-22Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linuxLinus Torvalds1-1/+5
2023-01-21Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-91/+122
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+15
2023-01-21Merge tag 'staging-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-20/+47
2023-01-21Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds31-84/+334
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-12/+35
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-21Merge tag 'gpio-fixes-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+27
2023-01-21Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-156/+105
2023-01-21Merge tag 'pinctrl-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds10-47/+76
2023-01-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-88/+179
2023-01-21io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds9-15/+39
2023-01-20Merge tag 'io_uring-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2-50/+84
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+52
2023-01-20Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1