summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan2023-03-293-8/+16
* firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2023-03-292-1/+59
* soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...Heiner Kallweit2023-03-291-5/+0
* base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit2023-03-291-0/+15
* driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman2023-03-291-52/+61
* driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman2023-03-291-18/+63
* driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2914-48/+48
* driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2023-03-282-0/+17
* driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-282-6/+6
* driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko2023-03-281-2/+6
* powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman2023-03-281-1/+1
* driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-272-1/+3
* device property: Remove unused struct net_device forward declarationAndy Shevchenko2023-03-271-1/+0
* device property: Add headers to the Driver Core entry in MAINTAINERSAndy Shevchenko2023-03-271-0/+2
* driver core: class: fix documentation for class_create()Greg Kroah-Hartman2023-03-271-1/+0
* driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-252-1/+1
* kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh2023-03-241-11/+11
* kobject.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-33/+26
* driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-1/+1
* driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
* 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-242-40/+11
* device property: Constify a few fwnode APIsAndy Shevchenko2023-03-242-6/+6
* device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-242-2/+2
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-238-9/+9
* 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-232-12/+12
* ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman2023-03-232-2/+2
* dmaengine: idxd: use const struct bus_type *Greg Kroah-Hartman2023-03-231-2/+2
* vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman2023-03-231-1/+1
* drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman2023-03-232-4/+4
* crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman2023-03-231-1/+1
* driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman2023-03-231-1/+1
* driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-233-3/+3
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2322-88/+78
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-233-8/+24
* cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-223-5/+12
* ACPI: LPIT: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-221-5/+11
* EDAC/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-222-12/+18
* tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli2023-03-211-1/+2
* irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-5/+8
* cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-14/+10
* s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
* s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+10