summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-1/+1
|\ \ \
| * | | of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring2023-08-041-1/+1
| |/ /
* | | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-291-3/+1
|\ \ \
| * | | swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-3/+1
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-0/+26
|\ \ \
| * | | crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-242-0/+26
| |/ /
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-12/+19
|\ \ \
| * | | mm,thp: fix nodeN/meminfo output alignmentHugh Dickins2023-08-211-2/+2
| * | | mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V2023-08-211-10/+17
| |/ /
* | | Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-08-297-176/+88
|\ \ \
| * | | regmap: Merge up fixes from Linus' treeMark Brown2023-07-302-53/+9
| |\| |
| * | | regmap: Fix the type used for a bitmap pointerChristophe JAILLET2023-07-231-1/+1
| * | | regmap: Merge up fixes from mainlineMark Brown2023-07-237-13/+17
| |\ \ \
| * | | | regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown2023-07-211-9/+0
| * | | | regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter2023-07-211-5/+5
| * | | | regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck2023-07-201-8/+8
| * | | | regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck2023-07-201-0/+9
| * | | | regmap: Provide test for regcache_reg_present()Mark Brown2023-07-181-0/+40
| * | | | regmap: Let users check if a register is cachedMark Brown2023-07-181-0/+23
| * | | | regmap: Provide user selectable option to enable regmapMark Brown2023-07-131-1/+11
| * | | | regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko2023-07-091-24/+0
| * | | | regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko2023-07-091-15/+0
| * | | | regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko2023-07-091-122/+0
| | |_|/ | |/| |
* | | | driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)2023-08-111-2/+2
* | | | driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)2023-08-101-8/+2
* | | | driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)2023-08-101-68/+19
* | | | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-071-0/+8
|\ \ \ \
| * | | | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-191-0/+8
* | | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-071-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+8
| |/ / /
* | | | PM: sleep: wakeirq: drop unused enable helpersJohan Hovold2023-07-241-49/+0
* | | | PM: sleep: wakeirq: fix wake irq armingJohan Hovold2023-07-242-4/+9
| |_|/ |/| |
* | | regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck2023-07-201-0/+5
* | | regcache: Push async I/O request down into the rbtree cacheMark Brown2023-07-192-3/+4
* | | regmap: Account for register length in SMBus I/O limitsMark Brown2023-07-171-4/+4
* | | regmap: Drop initial version of maximum transfer length fixesMark Brown2023-07-172-5/+3
|/ /
* / regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres2023-07-121-1/+1
|/
* Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-033-12/+15
|\
| * drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen2023-06-151-3/+9
| * Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman2023-06-056-7/+49
| |\
| * | base/node: Use 'property' to identify an access parameterDave Jiang2023-05-311-4/+4
| * | isa: Remove unnecessary checksVladislav Efanov2023-05-311-5/+2
* | | Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-06-2810-259/+808
|\ \ \
| * | | regmap: Allow reads from write only registers with the flat cacheMark Brown2023-06-191-3/+12
| * | | regmap: Drop early readability checkMark Brown2023-06-161-3/+3
| * | | regmap: Add KUnit tests for read/write checkingMark Brown2023-06-141-0/+115
| |\ \ \
| | * | | regmap: Add test to make sure we don't sync to read only registersMark Brown2023-06-141-0/+42
| | * | | regmap: Add a test case for write only registersMark Brown2023-06-141-0/+32
| | * | | regmap: Add test that writes to write only registers are preventedMark Brown2023-06-141-0/+41
| * | | | regmap: Check for register readability before checking cache during readMark Brown2023-06-141-3/+3
| |/ / /