summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman-7/+6
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho-2/+2
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki-4/+8
2021-12-22Merge back PM core changes for v5.17.Rafael J. Wysocki-33/+56
2021-12-22software node: fix wrong node passed to find nargs_propClément Léger-1/+1
2021-12-22driver core: platform: document registration-failure requirementJohan Hovold-0/+4
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre-0/+16
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus-38/+0
2021-12-17device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus-4/+4
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus-10/+39
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus-2/+2
2021-12-17device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus-1/+3
2021-12-17PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki-1/+1
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki-13/+31
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki-20/+25
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner-70/+18
2021-12-16platform-msi: Let core code handle MSI descriptorsThomas Gleixner-64/+48
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner-3/+0
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner-5/+5
2021-12-16platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner-47/+32
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner-15/+21
2021-12-16platform-msi: Let the core code handle sysfs groupsThomas Gleixner-10/+1
2021-12-16platform-msi: Allocate MSI device data on first useThomas Gleixner-1/+7
2021-12-16device: Move MSI related data into a structThomas Gleixner-6/+6
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk-1/+5
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen-0/+3
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner-1/+0
2021-12-03device property: Check fwnode->secondary when finding propertiesDaniel Scally-2/+11
2021-12-03Documentation/auxiliary_bus: Move the text into the codeIra Weiny-0/+141
2021-12-03Documentation/auxiliary_bus: Clarify the release of devices from find deviceIra Weiny-0/+2
2021-12-03Documentation/auxiliary_bus: Clarify __auxiliary_driver_registerIra Weiny-0/+5
2021-12-03Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny-2/+2
2021-12-03topology/sysfs: rework book and drawer topology ifdeferyHeiko Carstens-6/+6
2021-12-03topology/sysfs: export cluster attributes only if an architectures has supportHeiko Carstens-0/+8
2021-12-03topology/sysfs: export die attributes only if an architectures has supportHeiko Carstens-0/+8
2021-11-27driver core: platform: Make use of the helper function dev_err_probe()Cai Huoqing-2/+3
2021-11-24device property: Remove device_add_properties() APIHeikki Krogerus-48/+0
2021-11-24driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus-1/+0
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba-12/+5
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba-1/+42
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith-0/+1
2021-11-11arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo-0/+2
2021-11-10Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-27/+58
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+81
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-6/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport-1/+1
2021-11-06arch_numa: simplify numa_distance allocationMike Rapoport-4/+2
2021-11-06arm64: support page mapping percpu first chunk allocatorKefeng Wang-10/+72