summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-02-09driver core: bus: constify bus_unregister()Greg Kroah-Hartman
2023-02-09driver core: bus: constify bus_get_kset()Greg Kroah-Hartman
2023-02-09driver core: bus: constify bus_register/unregister_notifier()Greg Kroah-Hartman
2023-02-09driver core: remove private pointer from struct bus_typeGreg Kroah-Hartman
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois
2023-01-31container_of: Update header inclusionsAndy Shevchenko
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27mcb: move to_mcb_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27virtio: move dev_to_virtio() to use container_of_const()Greg Kroah-Hartman
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27firewire: move fw_device() and fw_unit() to use container_of_const()Greg Kroah-Hartman
2023-01-27platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman
2023-01-27i3c: move dev_to_i3cdev() to use container_of_const()Greg Kroah-Hartman
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman
2023-01-21Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-20drivers: base: transport_class: fix possible memory leakYang Yingliang
2023-01-20Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman
2023-01-20firmware: zynqmp: fix declarations for gcc-13Arnd Bergmann
2023-01-19device property: Make fwnode_graph_for_each_endpoint() consistentAndy Shevchenko
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois
2023-01-18ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois
2023-01-18driver core: bus.h: document bus notifiers betterGreg Kroah-Hartman
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois
2023-01-17software node: Remove unused APIsAndy Shevchenko
2023-01-17platform: Provide a remove callback that returns no valueUwe Kleine-König
2023-01-17USB: fix misleading usb_set_intfdata() kernel docJohan Hovold
2023-01-17usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-13efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel
2023-01-13Merge tag 'acpi-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-01-13Merge tag 'platform-drivers-x86-v6.2-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds