summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-2/+0
* driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-2/+0
* driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2023-03-311-2/+0
* driver core: create class_is_registered()Greg Kroah-Hartman2023-03-311-0/+1
* driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-4/+5
* driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-281-2/+2
* driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-271-1/+0
* device property: Remove unused struct net_device forward declarationAndy Shevchenko2023-03-271-1/+0
* driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-1/+0
* kobject.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-33/+26
* driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-15/+11
* driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-8/+6
* driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-2/+1
* driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-26/+20
* driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-34/+2
* device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
* device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-231-1/+1
* driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman2023-03-231-1/+1
* iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-231-5/+5
* driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-6/+4
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-231-2/+0
* driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-171-2/+2
* driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-171-1/+1
* driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-171-1/+1
* driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-171-5/+5
* driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-171-13/+12
* driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2023-03-171-1/+1
* driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2023-03-171-2/+2
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-2/+1
* driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-171-11/+7
* driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-171-4/+5
* devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko2023-03-171-3/+5
* devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2023-03-101-1/+4
* driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-6/+0
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-55/+70
* Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-0/+2
|\
| * genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-0/+2
| * Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-233-2/+21
| |\
* | | Remove Intel compiler supportMasahiro Yamada2023-03-056-109/+3
* | | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-041-1/+1
|\ \ \
| * | | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-02-271-1/+1
* | | | Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-041-0/+2
|\ \ \ \
| * \ \ \ Merge tag 'asoc-fix-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai2023-03-031-0/+2
| |\ \ \ \
| | * | | | ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea2023-02-281-0/+2
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-034-8/+6
|\ \ \ \ \ \