aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman1-1/+1
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+7
2022-09-08Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2022-09-07arch_topology: Make cluster topology span at least SMT CPUsYicong Yang1-1/+1
2022-09-05driver core: fix driver_set_override() issue with empty stringsGreg Kroah-Hartman1-0/+6
2022-09-03Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman1-1/+1
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang1-1/+1
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight3-4/+17
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight1-1/+2
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli1-1/+1
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres1-0/+10
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-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-147/+334
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-30/+9
2022-08-02Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus 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 cp...Phil 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/gi...Linus 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...Greg 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
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki2-13/+11
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki2-12/+11
2022-06-30regmap-irq cleanups and refactoringMark Brown1-137/+295
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi1-0/+6
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald1-0/+2
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald1-46/+80
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald1-45/+69
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald1-0/+6
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald1-5/+110
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald1-4/+10
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald1-17/+7
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald1-6/+6
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald1-11/+8
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald1-8/+8
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald1-6/+0
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald1-1/+1
2022-06-29regmap: Merge up fixesMark Brown2-10/+13
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan1-1/+2
2022-06-27driver core: fix potential deadlock in __driver_attachZhang Wensheng1-1/+4
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang1-0/+1
2022-06-27Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...Greg Kroah-Hartman1-6/+10
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown1-1/+2
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+8
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2022-06-24Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+13
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou1-10/+6
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas1-6/+4
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas1-0/+3
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas1-1/+1
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi1-1/+1
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara1-0/+2
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown1-0/+22
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen1-0/+22
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+20
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan1-30/+0
2022-06-10driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan1-1/+1
2022-06-10Revert "driver core: Set default deferred_probe_timeout back to 0."Saravana Kannan1-0/+5
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan3-11/+109
2022-06-10PM: domains: Delete usage of driver_deferred_probe_check_state()Saravana Kannan1-1/+1
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-03firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds1-0/+1
2022-06-03driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan1-5/+0
2022-06-03driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan1-5/+0
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-528/+1412
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-16/+80
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+24
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-3/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-102/+115
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-153/+251
2022-05-24Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds9-47/+55
2022-05-23Merge branch 'pm-domains'Rafael J. Wysocki3-142/+209
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-11/+42
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+8
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel5-3/+61
2022-05-19PM: domains: Trust domain-idle-states from DT to be correct by genpdUlf Hansson1-2/+2
2022-05-19PM: domains: Measure power-on/off latencies in genpd based on a governorUlf Hansson1-4/+4
2022-05-19PM: domains: Allocate governor data dynamically based on a genpd governorUlf Hansson2-36/+61
2022-05-19PM: domains: Clean up some code in pm_genpd_init() and genpd_remove()Ulf Hansson1-18/+38
2022-05-19PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson1-0/+1
2022-05-19PM: domains: Fixup QoS latency measurements for IRQ safe devices in genpdUlf Hansson1-3/+1
2022-05-19PM: domains: Measure suspend/resume latencies in genpd based on governorUlf Hansson1-12/+9
2022-05-19PM: domains: Move the next_wakeup variable into the struct gpd_timing_dataUlf Hansson2-5/+6
2022-05-19PM: domains: Allocate gpd_timing_data dynamically based on governorUlf Hansson2-18/+39
2022-05-19PM: domains: Skip another warning in irq_safe_dev_in_sleep_domain()Ulf Hansson1-1/+4
2022-05-19PM: domains: Rename irq_safe_dev_in_no_sleep_domain() in genpdUlf Hansson1-7/+7
2022-05-19PM: domains: Don't check PM_QOS_FLAG_NO_POWER_OFF in genpdUlf Hansson1-6/+0
2022-05-19PM: domains: Drop redundant code for genpd always-on governorUlf Hansson1-6/+0
2022-05-19PM: domains: Add GENPD_FLAG_RPM_ALWAYS_ON for the always-on governorUlf Hansson1-0/+4
2022-05-19PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui1-0/+1
2022-05-19driver core: fix deadlock in __device_attachZhang Wensheng1-1/+4
2022-05-19driver core: Extend deferred probe timeout on driver registrationSaravana Kannan3-0/+21
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi1-1/+3
2022-05-19driver core: location: Add "back" as a possible output for panelWon Chung1-0/+3
2022-05-19driver core: location: Free struct acpi_pld_info *pldWon Chung1-0/+1
2022-05-19driver core: Add "*" wildcard support to driver_async_probe cmdline paramSaravana Kannan1-1/+8
2022-05-09regmap: Add missing map->bus checkMarek Vasut1-1/+1
2022-05-06device property: Advertise fwnode and device property count API callsAndy Shevchenko1-0/+30
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen1-0/+17
2022-05-06driver core: location: Check for allocations failureDan Carpenter1-0/+2
2022-05-06arch_topology: Trace the update thermal pressureLukasz Luba1-0/+5
2022-05-05regmap: Custom bulk operations for regmapsMark Brown2-36/+44
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2022-05-05device property: Fix recent breakage of fwnode_get_next_parent_dev()Douglas Anderson1-1/+1
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman3-1/+21
2022-05-03firmware_loader: describe 'module' parameter of firmware_upload_register()Bagas Sanjaya1-0/+1
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman3-1/+21
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2022-04-29firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight4-20/+20
2022-04-29firmware_loader: Fix configs for sysfs splitRuss Weight2-6/+6
2022-04-28drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-28device-core: Kill the lockdep_mutexDan Williams1-3/+0
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-04-28amba: Stop sharing platform_dma_configure()Lu Baolu1-2/+1
2022-04-28driver core: Add dma_cleanup callback in bus_typeLu Baolu1-0/+5
2022-04-27Revert "firmware_loader: use kernel credentials when reading firmware"Greg Kroah-Hartman1-16/+0
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung4-0/+169
2022-04-27platform: finally disallow IRQ0 in platform_get_irq() and its ilkSergey Shtylyov1-2/+4
2022-04-27drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-27driver core: Prevent overriding async driver of a device before it probeMark-PK Tsai1-1/+2
2022-04-26device property: Use multi-connection matchers for single caseBjorn Andersson1-50/+5
2022-04-26device property: Add helper to match multiple connectionsBjorn Andersson1-0/+109
2022-04-26Documentation: dd: Use ReST lists for return values of driver_deferred_probe_...Bagas Sanjaya1-4/+4
2022-04-26firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight3-0/+135
2022-04-26firmware_loader: Add firmware-upload supportRuss Weight8-12/+373
2022-04-26firmware_loader: Split sysfs support from fallbackRuss Weight6-463/+503
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park1-2/+2
2022-04-23topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman1-3/+1
2022-04-22drivers/base/memory: Fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
2022-04-22firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen1-0/+16
2022-04-22firmware_loader: Check fw_state_is_done in loading_storeRuss Weight2-20/+18
2022-04-22firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight1-0/+2
2022-04-22driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2-24/+73
2022-04-22PM: domains: Move genpd's time-accounting to ktime_get_mono_fast_ns()Ulf Hansson1-34/+43
2022-04-22firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai2-9/+91
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing1-1/+1
2022-04-20topology: make core_mask include at least cluster_siblingsDarren Hart1-0/+9
2022-04-20topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck1-0/+12
2022-04-19PM: runtime: Allow to call __pm_runtime_set_status() from atomic contextUlf Hansson1-4/+5
2022-04-13device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of()Andy Shevchenko1-11/+9
2022-04-13device property: Introduce fwnode_for_each_parent_node()Andy Shevchenko1-27/+29
2022-04-13device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2022-04-13PM: runtime: Avoid device usage count underflowsRafael J. Wysocki1-7/+37
2022-04-13PM: domains: Extend dev_pm_domain_detach() docKrzysztof Kozlowski1-4/+4
2022-04-08net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean1-0/+1
2022-04-05device property: Add irq_get to fwnode operationSakari Ailus1-11/+1
2022-04-05device property: Add iomap to fwnode operationsSakari Ailus1-4/+1
2022-04-05device property: Convert device_{dma_supported,get_dma_attr} to fwnodeSakari Ailus1-21/+4
2022-04-04regmap: Constify static regmap_bus structsRikard Falkeborn6-8/+8
2022-03-29Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+16
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-192/+227
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+29
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-48/+148
2022-03-22drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand1-18/+20
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-13/+101
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-2/+3
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2-13/+18
2022-03-22drivers/base/memory: add memory block to memory group after registration succ...David Hildenbrand1-3/+5
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-0/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-3/+16
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-26/+43
2022-03-21Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+42
2022-03-21Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+12
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki4-24/+34