summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
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
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla
2022-07-04cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla
2022-07-04cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla
2022-07-04cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki
2022-06-30regmap-irq cleanups and refactoringMark Brown
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald
2022-06-29regmap: Merge up fixesMark Brown
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan
2022-06-27driver core: fix potential deadlock in __driver_attachZhang Wensheng
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang
2022-06-27Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...Greg Kroah-Hartman
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-24Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds