开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-09
driver core: bus: implement bus_get/put() without the private pointer
Greg Kroah-Hartman
2023-02-09
driver core: add local subsys_get and subsys_put functions
Greg Kroah-Hartman
2023-02-08
mtd: mtdpart: Don't create platform device that'll never probe
Saravana Kannan
2023-02-08
firmware: arm_scmi: Set fwnode for the scmi_device
Saravana Kannan
2023-02-08
irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
Saravana Kannan
2023-02-08
of: property: Simplify of_link_to_phandle()
Saravana Kannan
2023-02-08
driver core: fw_devlink: Make cycle detection more robust
Saravana Kannan
2023-02-08
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
2023-02-08
driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
Saravana Kannan
2023-02-08
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
2023-02-08
gpiolib: Clear the gpio_device's fwnode initialized flag before adding
Saravana Kannan
2023-02-08
soc: renesas: Move away from using OF_POPULATED for fw_devlink
Saravana Kannan
2023-02-08
driver core: fw_devlink: Improve check for fwnode with no device/driver
Saravana Kannan
2023-02-08
driver core: fw_devlink: Don't purge child fwnode's consumer links
Saravana Kannan
2023-02-08
kernel/fail_function: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
samples/kobject: make kobj_type structure constant
Thomas Weißschuh
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
2023-02-08
kobject: make dynamic_kobj_ktype and kset_ktype const
Thomas Weißschuh
2023-02-08
const_structs.checkpatch.pl: add kobj_type
Thomas Weißschuh
2023-02-08
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-08
drivers: base: component: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-02-02
devtmpfs: convert to pr_fmt
Longlong Xia
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2023-02-01
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
2023-02-01
maple: remove unneeded maple_bus_uevent() callback.
Greg Kroah-Hartman
2023-01-31
cacheinfo: Remove unused check in init_cache_level()
Pierre Gondois
2023-01-31
cacheinfo: Make default acpi_get_cache_info() return an error
Pierre Gondois
2023-01-31
cacheinfo: Initialize variables in fetch_cache_info()
Pierre Gondois
2023-01-31
container_of: Update header inclusions
Andy Shevchenko
2023-01-31
driver core: soc: remove layering violation for the soc_bus
Greg Kroah-Hartman
2023-01-30
driver core: fixup for "driver core: make struct bus_type.uevent() take a con...
Stephen Rothwell
2023-01-27
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
xen/xenbus: move to_xenbus_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
mcb: move to_mcb_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
drm/mipi-dsi: move to_mipi_dsi_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
virtio: move dev_to_virtio() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
drivers: hv: move device_to_hv_device to use container_of_const()
Greg Kroah-Hartman
2023-01-27
platform/x86: wmi: move dev_to_wblock() and dev_to_wdev to use container_of_c...
Greg Kroah-Hartman
2023-01-27
vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
driver core: device_get_devnode() should take a const *
Greg Kroah-Hartman
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
firewire: move fw_device() and fw_unit() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
platform/surface: aggregator: move to_ssam_device() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
i3c: move dev_to_i3cdev() to use container_of_const()
Greg Kroah-Hartman
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
[next]