aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-3/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+26
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+19
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds7-176/+88
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder2-0/+26
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko1-3/+3
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko1-7/+6
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins1-2/+2
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V1-10/+17
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard1-0/+4
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow3-4/+11
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard4-0/+118
2023-08-12base/node: Remove duplicated includeGUO Zihua1-1/+0
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)1-2/+2
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)1-68/+19
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+8
2023-08-05driver/base/cpu: Retry online operation if -EBUSYWaiman Long1-0/+19
2023-08-05driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe1-0/+2
2023-08-05driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-08-04driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-3/+2
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring1-1/+1
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-3/+1
2023-07-30regmap: Merge up fixes from Linus' treeMark Brown2-53/+9
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+8
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold1-49/+0
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET1-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown7-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown1-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck1-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck1-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck1-0/+5
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon1-0/+8
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown2-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown1-0/+40
2023-07-18regmap: Let users check if a register is cachedMark Brown1-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown1-1/+11
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres1-1/+1
2023-07-09regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko1-24/+0
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko1-15/+0
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko1-122/+0
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+15
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds10-259/+808
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+9
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-4/+2
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2-11/+9
2023-06-21Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-19drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown1-3/+12
2023-06-16PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson1-3/+6
2023-06-16regmap: Drop early readability checkMark Brown1-3/+3
2023-06-15Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2023-06-15drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen1-3/+9
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown1-0/+115
2023-06-14regmap: Check for register readability before checking cache during readMark Brown1-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown1-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown1-0/+41
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed3-1/+15
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai1-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown4-1/+469
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown2-7/+3
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown3-8/+80
2023-06-12regmap: Merge up v6.4-rc6Mark Brown6-7/+49
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown1-0/+327
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown3-1/+142
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+7
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-4/+2
2023-06-05Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman6-7/+49
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-04Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+26
2023-06-01regmap: Add missing cache_only checksCharles Keepax1-10/+16
2023-06-01regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax1-3/+3
2023-05-31drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak1-0/+6
2023-05-31drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak1-0/+20
2023-05-31firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-05-31base/node: Use 'property' to identify an access parameterDave Jiang1-4/+4
2023-05-31isa: Remove unnecessary checksVladislav Efanov1-5/+2
2023-05-30Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+22
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng1-5/+0
2023-05-24PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-05-24regmap: Load register defaults in blocks rather than register by registerMark Brown1-6/+52
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown1-1/+4
2023-05-24regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla1-0/+4
2023-05-23regmap: Merge up v6.4-rc3Mark Brown1-0/+2
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman1-0/+2
2023-05-18regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-12regmap-irq: Cleanups and remove unusedMark Brown1-175/+47
2023-05-12regmap: mmio: Allow passing an empty config->reg_strideMaxime Chevallier1-1/+1
2023-05-12regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald1-33/+11
2023-05-12regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald1-34/+31
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald1-40/+3
2023-05-12regmap-irq: Remove type registersAidan MacDonald1-74/+8
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald1-48/+0
2023-05-08regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven1-3/+10
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray1-3/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-397/+782
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-25Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+6
2023-04-25Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds11-436/+1257
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-04-20device property: make device_property functions take const device *Guenter Roeck1-8/+8
2023-04-20driver core: update comments in device_rename()Wedson Almeida Filho1-10/+6
2023-04-20driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd1-1/+6
2023-04-20firmware_loader: rework crypto dependenciesArnd Bergmann1-2/+3
2023-04-20firmware_loader: Strip off \n from customized pathFlorian Fainelli1-4/+13
2023-04-19Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-32/+103
2023-04-14cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois1-2/+10
2023-04-14arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois1-3/+4
2023-04-14cacheinfo: Check cache properties are present in DTPierre Gondois1-0/+32
2023-04-14cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois1-3/+2
2023-04-13cacheinfo: Adjust includes to remove of_device.hRob Herring1-1/+1
2023-04-13cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec1-2/+2
2023-04-13cacheinfo: Add arch specific early level initializerRadu Rendec1-22/+53
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier2-3/+9
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming1-6/+6
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-4/+4
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-3/+5
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray1-3/+5
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown1-2/+2
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown1-2/+3
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2-8/+6
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman1-1/+1
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman2-4/+4
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman1-1/+1
2023-04-03driver core: remove incorrect comment for device_create*Greg Kroah-Hartman1-6/+0
2023-04-03regmap: Add maple tree based register cacheMark Brown5-1/+284
2023-04-03regmap: Factor out single value register syncingMark Brown2-14/+27
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-5/+11
2023-04-01driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman1-0/+1
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman2-4/+3
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman1-1/+3
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman1-4/+0
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman3-27/+14
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman1-4/+0
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman1-0/+25
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman3-44/+81
2023-03-30regmap: Add some basic kunit testsMark Brown3-0/+744
2023-03-30regmap: Add RAM backed register mapMark Brown4-0/+108
2023-03-29regmap: Removed compressed cache supportMark Brown5-378/+0
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2-1/+59
2023-03-29base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit1-0/+15
2023-03-29cacheinfo: Fix LLC is not exported through sysfsYicong Yang1-5/+11
2023-03-29driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman1-52/+61
2023-03-29driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman1-18/+63
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman3-6/+6
2023-03-28driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2-0/+17
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman1-4/+4
2023-03-28driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko1-2/+6
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman1-0/+3
2023-03-27driver core: class: fix documentation for class_create()Greg Kroah-Hartman1-1/+0
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown1-0/+18
2023-03-27regmap: Clarify error for unknown cache typesMark Brown1-1/+1
2023-03-27regmap: Handle sparse caches in the default syncMark Brown1-0/+2
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman1-0/+1
2023-03-24Introduce a helper to translate register addressesMark Brown1-14/+13
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier1-14/+13
2023-03-24driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman1-1/+1
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman1-46/+42
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman1-6/+9
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko1-3/+3
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King1-1/+1
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman1-3/+3
2023-03-23driver core: bus: constify driver_find()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constantify bus_register()Greg Kroah-Hartman2-2/+2
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-4/+4
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2-6/+24
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-3/+3
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-5/+5
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman1-2/+2
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman1-1/+1
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman1-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman1-6/+3
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman2-2/+0
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman1-3/+3
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein1-1/+1
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko1-5/+6
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko1-34/+90
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan3-5/+31
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan3-0/+65
2023-03-07driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman1-6/+0
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown1-7/+15
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2-38/+1