summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown-1/+2
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre-0/+8
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+1
2022-06-24Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+13
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald-1/+2
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald-2/+3
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou-10/+6
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas-6/+4
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas-0/+3
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas-1/+1
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi-1/+1
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara-0/+2
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown-0/+22
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen-0/+22
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+8
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko-0/+20
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan-30/+0
2022-06-10driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan-1/+1
2022-06-10Revert "driver core: Set default deferred_probe_timeout back to 0."Saravana Kannan-0/+5
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan-11/+109
2022-06-10PM: domains: Delete usage of driver_deferred_probe_check_state()Saravana Kannan-1/+1
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx-1/+1
2022-06-03firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds-0/+1
2022-06-03driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan-5/+0
2022-06-03driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan-5/+0
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-528/+1412
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-16/+80
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+24
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-3/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-102/+115
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-153/+251
2022-05-24Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-47/+55
2022-05-23Merge branch 'pm-domains'Rafael J. Wysocki-142/+209
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki-11/+42
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta-0/+8
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel-3/+61
2022-05-19PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson-2/+2
2022-05-19PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson-4/+4
2022-05-19PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson-36/+61
2022-05-19PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson-18/+38
2022-05-19PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson-0/+1
2022-05-19PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson-3/+1
2022-05-19PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson-12/+9
2022-05-19PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson-5/+6
2022-05-19PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson-18/+39
2022-05-19PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson-1/+4
2022-05-19PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson-7/+7