summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-4/+5
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman1-2/+2
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman1-1/+0
2023-03-27device property: Remove unused struct net_device forward declarationAndy Shevchenko1-1/+0
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman1-1/+0
2023-03-24kobject.h remove extern from function prototypesGreg Kroah-Hartman1-33/+26
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman1-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman1-8/+6
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman1-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman1-34/+2
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko1-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King1-1/+1
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman1-1/+1
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman1-1/+1
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-5/+5
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman1-2/+0
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman1-5/+5
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman1-13/+12
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-2/+1
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman1-11/+7
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman1-4/+5
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko1-3/+5
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko1-1/+4
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-6/+0
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-55/+70
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-03-05Remove Intel compiler supportMasahiro Yamada3-49/+1
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2-8/+3
2023-03-03Merge tag 'rtc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-0/+4
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+7
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner1-0/+2
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-102/+29
2023-03-01Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-02-28Merge tag 'pwm/for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-1/+1
2023-02-28capability: add cap_isidenticalMateusz Guzik1-0/+10