summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-1692-505/+499
|\
| * device property: Fix documentation for fwnode_get_next_parent()Miaoqian Lin2022-12-071-1/+1
| * firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman2022-12-061-5/+1
| * usb.h: take advantage of container_of_const()Greg Kroah-Hartman2022-12-061-40/+2
| * device.h: move kobj_to_dev() to use container_of_const()Greg Kroah-Hartman2022-12-061-20/+1
| * container_of: add container_of_const() that preserves const-ness of the pointerGreg Kroah-Hartman2022-12-061-0/+13
| * driver core: fix up missed drivers/s390/char/hmcdrv_dev.c class.devnode() con...Stephen Rothwell2022-11-301-1/+1
| * driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell2022-11-301-1/+1
| * driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman2022-11-293-3/+3
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-2424-29/+29
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-2418-33/+33
| * cacheinfo: Remove of_node_put() for fw_tokenPierre Gondois2022-11-231-2/+0
| * device property: Add a blank line in Kconfig of testsAndy Shevchenko2022-11-231-0/+1
| * device property: Rename goto label to be more preciseAndy Shevchenko2022-11-231-2/+3
| * device property: Move PROPERTY_ENTRY_BOOL() a bit downAndy Shevchenko2022-11-231-8/+8
| * device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*()Andy Shevchenko2022-11-231-20/+14
| * kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-236-48/+74
| * driver core: pass a const * into of_device_uevent()Greg Kroah-Hartman2022-11-222-5/+5
| * kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman2022-11-222-3/+3
| * kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-225-6/+6
| * kobject: make kobject_namespace take a const *Greg Kroah-Hartman2022-11-223-6/+6
| * kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-228-22/+22
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211696-47263/+54933
| |\
| * | vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie2022-11-171-0/+15
| * | vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie2022-11-171-8/+6
| * | mfd: vexpress-sysreg: Fix resource compound literal assignmentsAndy Shevchenko2022-11-141-12/+4
| * | vmlinux.lds.h: place optional header space in BOUNDED_SECTIONJim Cromie2022-11-101-0/+2
| * | vmlinux.lds.h: add BOUNDED_SECTION* macrosJim Cromie2022-11-101-140/+79
| * | kernel/ksysfs.c: export kernel cpu byteorderThomas Weißschuh2022-11-102-0/+30
| * | resource: Convert DEFINE_RES_NAMED() to be compound literalAndy Shevchenko2022-11-101-1/+1
| * | resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko2022-11-101-10/+7
| * | platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irqSoha Jin2022-11-101-2/+2
| * | driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres2022-11-101-1/+5
| * | driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-101-3/+4
| * | cacheinfo: Decrement refcount in cache_setup_of_node()Pierre Gondois2022-11-101-6/+11
| * | driver core: mark driver_allows_async_probing staticChristoph Hellwig2022-11-102-2/+1
| * | driver core: remove devm_device_remove_group()Greg Kroah-Hartman2022-11-102-24/+0
| * | driver core: remove devm_device_remove_groups()Greg Kroah-Hartman2022-11-102-19/+0
| * | blkdev: make struct block_device_operations.devnode() take a const *Greg Kroah-Hartman2022-11-102-2/+2
| * | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-097-15/+15
| * | sysfs: update DocumentationRandy Dunlap2022-11-091-17/+24
| * | debugfs: small Documentation cleaningRandy Dunlap2022-11-091-4/+4
| * | devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-11-091-0/+3
| * | Documentation: devres: add missing MEM helperYang Yingliang2022-11-091-0/+1
| * | class: fix possible memory leak in __class_register()Yang Yingliang2022-11-091-0/+5
| * | kset: fix memory leak when kset_register() returns errorYang Yingliang2022-10-251-1/+8
| * | linux/container_of.h: Warn about loss of constnessSakari Ailus2022-10-251-0/+1
| * | container_of: remove container_of_safe()Greg Kroah-Hartman2022-10-251-16/+0
| * | device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko2022-10-222-5/+4
| * | device property: Constify device child node APIsAndy Shevchenko2022-10-222-9/+9