aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-66/+2
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-50/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-18/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-3/+5
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+16
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-161/+77
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds10-35/+243
2022-01-11Merge tag 'regmap-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-1/+2
2022-01-10Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-98/+42
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-41/+102
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2-37/+64
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+38
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-2/+2
2022-01-07regmap: debugfs: Fix indentationMark Brown1-1/+1
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2022-01-06driver core: Make bus notifiers in right order in really_probe()Lu Baolu1-1/+1
2022-01-06driver core: Move driver_sysfs_remove() after driver_sysfs_add()Lu Baolu1-3/+4
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar1-0/+17
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-30devtmpfs: mount with noexec and nosuidKees Cook2-2/+19
2021-12-29driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai1-9/+5
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2-7/+6
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho2-2/+2
2021-12-22PM: runtime: Simplify locking in pm_runtime_put_suppliers()Rafael J. Wysocki1-4/+8
2021-12-22Merge back PM core changes for v5.17.Rafael J. Wysocki2-33/+56
2021-12-22software node: fix wrong node passed to find nargs_propClément Léger1-1/+1
2021-12-22driver core: platform: document registration-failure requirementJohan Hovold1-0/+4
2021-12-21device property: Add fwnode_iomap()Anand Ashok Dumbre1-0/+16
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-38/+0
2021-12-17device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus1-4/+4
2021-12-17device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus1-10/+39
2021-12-17device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus1-2/+2
2021-12-17device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus1-1/+3
2021-12-17PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki1-1/+1
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki2-13/+31
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki1-20/+25
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner1-70/+18
2021-12-16platform-msi: Let core code handle MSI descriptorsThomas Gleixner1-64/+48
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