summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-10-03Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-10-03Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki
2022-09-24PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT caseRafael J. Wysocki
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-08Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-07arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-05driver core: fix driver_set_override() issue with empty stringsGreg Kroah-Hartman
2022-09-03PM: wakeup: Add extra debugging statement for multiple active IRQsMario Limonciello
2022-09-03Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan
2022-08-23Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-08-02Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki
2022-07-28firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld
2022-07-14PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-08PM: runtime: Extend support for wakeirq for force_suspend|resumeUlf Hansson
2022-07-08Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay
2022-07-05PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla
2022-07-04arch_topology: Use the last level cache information from the cacheinfoSudeep Holla
2022-07-04arch_topology: Add support to parse and detect cache attributesSudeep Holla
2022-07-04cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla
2022-07-04cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla