summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-0411-147/+334
|\
| * firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-282-8/+6
| * arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla2022-07-221-10/+6
| * cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla2022-07-221-1/+1
| * drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld2022-07-152-18/+18
| * Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-07-082-75/+170
| |\
| | * arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla2022-07-041-0/+2
| | * arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla2022-07-041-5/+32
| | * arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla2022-07-041-5/+8
| | * arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu2022-07-041-0/+8
| | * arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla2022-07-041-5/+1
| | * arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla2022-07-041-1/+3
| | * arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla2022-07-041-2/+2
| | * arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla2022-07-041-5/+7
| | * arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla2022-07-041-1/+0
| | * arch_topology: Use the last level cache information from the cacheinfoSudeep Holla2022-07-041-2/+3
| | * arch_topology: Add support to parse and detect cache attributesSudeep Holla2022-07-041-7/+21
| | * cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla2022-07-041-7/+5
| | * cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla2022-07-041-1/+6
| | * cacheinfo: Allow early detection and population of cache attributesSudeep Holla2022-07-041-18/+37
| | * cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla2022-07-041-0/+26
| | * cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla2022-07-041-11/+9
| | * cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla2022-07-041-8/+8
| | * cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla2022-07-041-7/+2
| * | driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan2022-06-271-1/+2
| * | driver core: fix potential deadlock in __driver_attachZhang Wensheng2022-06-271-1/+4
| * | devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang2022-06-271-0/+1
| * | Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...Greg Kroah-Hartman2022-06-271-6/+10
| * | devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou2022-06-211-10/+6
| * | driver core: Introduce device_find_any_child() helperAndy Shevchenko2022-06-101-0/+20
| * | driver core: Delete driver_deferred_probe_check_state()Saravana Kannan2022-06-101-30/+0
| * | driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan2022-06-101-1/+1
| * | Revert "driver core: Set default deferred_probe_timeout back to 0."Saravana Kannan2022-06-101-0/+5
| * | driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan2022-06-103-11/+109
| * | PM: domains: Delete usage of driver_deferred_probe_check_state()Saravana Kannan2022-06-101-1/+1
| |/
* | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-08-023-30/+9
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki2022-07-293-30/+9
| |\ \ \ \ \ \
| | | | | * | | PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang2022-07-141-0/+3
| | | | | |/ /
| | | * | / / PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas2022-07-051-30/+0
| | | |/ / /
| | * | / / PM: runtime: Extend support for wakeirq for force_suspend|resumeUlf Hansson2022-07-081-0/+6
| | | |/ / | | |/| |
* | | | | Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-08-023-139/+331
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | regmap: permit to set reg_update_bits with bulk implementationChristian Marangi2022-07-181-0/+2
| * | | | regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay2022-07-081-0/+3
| * | | | regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald2022-07-051-1/+1
| * | | | regmap-irq cleanups and refactoringMark Brown2022-06-301-137/+295
| |\ \ \ \
| | * | | | regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald2022-06-291-0/+2
| | * | | | regmap-irq: Add get_irq_reg() callbackAidan MacDonald2022-06-291-46/+80
| | * | | | regmap-irq: Fix inverted handling of unmask registersAidan MacDonald2022-06-291-45/+69
| | * | | | regmap-irq: Deprecate type registers and virtual registersAidan MacDonald2022-06-291-0/+6
| | * | | | regmap-irq: Introduce config registers for irq typesAidan MacDonald2022-06-291-5/+110