summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner1-3/+0
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner1-5/+5
2021-12-16platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner1-47/+32
2021-12-16platform-msi: Rename functions and clarify commentsThomas Gleixner1-15/+21
2021-12-16platform-msi: Let the core code handle sysfs groupsThomas Gleixner1-10/+1
2021-12-16platform-msi: Allocate MSI device data on first useThomas Gleixner1-1/+7
2021-12-16device: Move MSI related data into a structThomas Gleixner1-6/+6
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-1/+5
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen1-0/+3
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-1/+0
2021-12-03device property: Check fwnode->secondary when finding propertiesDaniel Scally1-2/+11
2021-12-03Documentation/auxiliary_bus: Move the text into the codeIra Weiny1-0/+141
2021-12-03Documentation/auxiliary_bus: Clarify the release of devices from find deviceIra Weiny1-0/+2
2021-12-03Documentation/auxiliary_bus: Clarify __auxiliary_driver_registerIra Weiny1-0/+5
2021-12-03Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny1-2/+2
2021-12-03topology/sysfs: rework book and drawer topology ifdeferyHeiko Carstens1-6/+6
2021-12-03topology/sysfs: export cluster attributes only if an architectures has supportHeiko Carstens1-0/+8
2021-12-03topology/sysfs: export die attributes only if an architectures has supportHeiko Carstens1-0/+8
2021-11-27driver core: platform: Make use of the helper function dev_err_probe()Cai Huoqing1-2/+3
2021-11-24device property: Remove device_add_properties() APIHeikki Krogerus1-48/+0
2021-11-24driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus1-1/+0
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-12/+5
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba1-1/+42
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2021-11-11arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo1-0/+2
2021-11-10Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-27/+58
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-22/+81
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2-6/+5
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-06arch_numa: simplify numa_distance allocationMike Rapoport1-4/+2
2021-11-06arm64: support page mapping percpu first chunk allocatorKefeng Wang1-10/+72
2021-11-05PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki1-27/+57
2021-11-04PM: sleep: Fix runtime PM based cpuidle supportUlf Hansson1-0/+1
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-82/+147
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-34/+94
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki4-34/+94
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-66/+3
2021-11-01Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-4/+32
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+25
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-10-28Merge tag 'regmap-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2021-10-27PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun3-25/+89
2021-10-26device property: Drop redundant NULL checksAndy Shevchenko1-6/+0
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki1-7/+1
2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki1-5/+6
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson1-3/+3
2021-10-23regmap: spi: Set regmap max raw r/w from max_transfer_sizeLucas Tanure1-4/+32
2021-10-22PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki1-4/+5