aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan1-1/+1
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+2
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij1-2/+2
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov2-0/+50
2022-08-23Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan1-1/+1
2022-08-23Revert "driver core: Delete driver_deferred_probe_check_state()"Saravana Kannan1-0/+30
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea1-0/+8
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij1-0/+162
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij1-3/+120
2022-08-15regmap: mmio: Extending to support IO portsMark Brown1-52/+88
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko1-20/+17
2022-08-15regmap: mmio: Fix MMIO accessors to avoid talking to IO portAndy Shevchenko1-4/+4
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko1-9/+96
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko1-49/+0
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko1-6/+4
2022-08-15arm64: topology: move store_cpu_topology() to shared codeConor Dooley1-0/+19
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds11-147/+334
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-30/+9
2022-08-02Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds3-139/+331
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki3-30/+9
2022-07-28firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco2-8/+6
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla1-10/+6
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla1-1/+1
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi1-0/+2
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cpulistPhil Auld2-18/+18
2022-07-14PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang1-0/+3
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2022-07-08PM: runtime: Extend support for wakeirq for force_suspend|resumeUlf Hansson1-0/+6
2022-07-08Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into driver-core-nextGreg Kroah-Hartman2-75/+170
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay1-0/+3
2022-07-05PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas1-30/+0
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald1-1/+1
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla1-0/+2
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla1-5/+32
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla1-5/+8
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu1-0/+8
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla1-5/+1
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla1-1/+3
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla1-2/+2
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla1-5/+7
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla1-1/+0
2022-07-04arch_topology: Use the last level cache information from the cacheinfoSudeep Holla1-2/+3
2022-07-04arch_topology: Add support to parse and detect cache attributesSudeep Holla1-7/+21
2022-07-04cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla1-7/+5
2022-07-04cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla1-1/+6
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla1-18/+37
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla1-0/+26
2022-07-04cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla1-11/+9
2022-07-04cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla1-8/+8
2022-07-04cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla1-7/+2