summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2023-06-21Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight
2023-06-19drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown
2023-06-16PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson
2023-06-16regmap: Drop early readability checkMark Brown
2023-06-15Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-15drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown
2023-06-14regmap: Check for register readability before checking cache during readMark Brown
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown
2023-06-14regmap: Add a test case for write only registersMark Brown
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown
2023-06-12regmap: Merge up v6.4-rc6Mark Brown
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-06-05Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-04Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-01regmap: Add missing cache_only checksCharles Keepax
2023-06-01regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax
2023-05-31drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak