summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres1-1/+1
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-27Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+9
2023-06-27Merge 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-20drivers/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-16Merge 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-31Merge 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-24regmap: 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