summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-223-3/+40
* Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-211-1/+5
|\
| * rtc: Check return value from mc146818_get_time()Mateusz Jończyk2021-12-161-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-66/+2
|\ \
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-50/+1
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-18/+1
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-3/+5
* | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-2/+2
|\ \ \
| * | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-2/+2
| | |/ | |/|
* | | devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-0/+7
* | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-0/+16
|\ \ \
| * \ \ Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | device property: Add fwnode_iomap()Anand Ashok Dumbre2021-12-211-0/+16
| | |/ | |/|
* | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-132-161/+77
|\ \ \
| * | | platform-msi: Simplify platform device MSI codeThomas Gleixner2021-12-161-70/+18
| * | | platform-msi: Let core code handle MSI descriptorsThomas Gleixner2021-12-161-64/+48
| * | | genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner2021-12-161-3/+0
| * | | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-5/+5
| * | | platform-msi: Store platform private data pointer in msi_device_dataThomas Gleixner2021-12-161-47/+32
| * | | platform-msi: Rename functions and clarify commentsThomas Gleixner2021-12-161-15/+21
| * | | platform-msi: Let the core code handle sysfs groupsThomas Gleixner2021-12-161-10/+1
| * | | platform-msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-1/+7
| * | | device: Move MSI related data into a structThomas Gleixner2021-12-161-6/+6
| * | | PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-091-1/+0
| |/ /
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-1210-35/+243
|\ \ \
| * | | driver core: Make bus notifiers in right order in really_probe()Lu Baolu2022-01-061-1/+1
| * | | driver core: Move driver_sysfs_remove() after driver_sysfs_add()Lu Baolu2022-01-061-3/+4
| * | | headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar2022-01-041-0/+17
| * | | devtmpfs: mount with noexec and nosuidKees Cook2021-12-302-2/+19
| * | | driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai2021-12-291-9/+5
| * | | kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-282-7/+6
| * | | driver core: make kobj_type constant.Wedson Almeida Filho2021-12-272-2/+2
| * | | driver core: platform: document registration-failure requirementJohan Hovold2021-12-221-0/+4
| * | | device property: Check fwnode->secondary when finding propertiesDaniel Scally2021-12-031-2/+11
| * | | Documentation/auxiliary_bus: Move the text into the codeIra Weiny2021-12-031-0/+141
| * | | Documentation/auxiliary_bus: Clarify the release of devices from find deviceIra Weiny2021-12-031-0/+2
| * | | Documentation/auxiliary_bus: Clarify __auxiliary_driver_registerIra Weiny2021-12-031-0/+5
| * | | Documentation/auxiliary_bus: Clarify auxiliary_device creationIra Weiny2021-12-031-2/+2
| * | | topology/sysfs: rework book and drawer topology ifdeferyHeiko Carstens2021-12-031-6/+6
| * | | topology/sysfs: export cluster attributes only if an architectures has supportHeiko Carstens2021-12-031-0/+8
| * | | topology/sysfs: export die attributes only if an architectures has supportHeiko Carstens2021-12-031-0/+8
| * | | driver core: platform: Make use of the helper function dev_err_probe()Cai Huoqing2021-11-271-2/+3
| |/ /
* | | Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-01-112-1/+2
|\ \ \
| * | | regmap: debugfs: Fix indentationMark Brown2022-01-071-1/+1
| * | | regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam2022-01-071-0/+1
* | | | Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-103-98/+42
|\ \ \ \
| * | | | software node: fix wrong node passed to find nargs_propClément Léger2021-12-221-1/+1
| * | | | device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-171-38/+0
| * | | | device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
| * | | | device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-171-10/+39