aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-0/+61
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+28
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-1/+2
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+31
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-174/+175
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+23
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas1-0/+18
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-39/+33
2025-03-24Merge tag 'vfs-6.15-rc1.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-17/+64
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki1-73/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-70/+146
2025-03-24Merge branches 'pm-em' and 'pm-runtime'Rafael J. Wysocki2-31/+29
2025-03-22PM: sleep: Fix bit masking operationColin Ian King1-1/+1
2025-03-20ASoC: wm8904: Add DMIC and DRC supportMark Brown1-0/+1
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockchip', 's390', 'core', 'intel/vt-d' and 'amd/amd-vi' into nextJoerg Roedel1-1/+2
2025-03-14arch_topology: Support SMT control for OF based systemYicong Yang1-0/+18
2025-03-14PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki1-4/+4
2025-03-12PM: clk: Remove unused pm_clk_remove()Dr. David Alan Gilbert1-40/+0
2025-03-12PM: sleep: core: Fix indentation in dpm_wait_for_children()Geert Uytterhoeven1-1/+1
2025-03-12PM: sleep: Remove unused pm_generic_ wrappersDr. David Alan Gilbert1-24/+0
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-0/+1
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-1/+2
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie2-1/+14
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-4/+3
2025-03-03PM: runtime: Unify error handling during suspend and resumeRafael J. Wysocki1-16/+24
2025-03-03PM: sleep: Rearrange dpm_async_fn() and async state clearingRafael J. Wysocki1-14/+30
2025-03-03PM: sleep: Rename power.async_in_progress to power.work_in_progressRafael J. Wysocki1-6/+6
2025-03-03PM: core: Tweak pm_runtime_block_if_disabled() return valueRafael J. Wysocki2-3/+3
2025-03-03PM: runtime: Convert pm_runtime_blocked() to static inlineRafael J. Wysocki1-17/+0
2025-03-03PM: sleep: Update power.smart_suspend under PM spinlockRafael J. Wysocki1-16/+19
2025-03-03PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki2-8/+7
2025-03-03PM: runtime: Drop status check from pm_runtime_force_resume()Rafael J. Wysocki1-1/+1
2025-03-03PM: sleep: Suppress sleeping parent warning in special caseXu Yang1-0/+7
2025-03-03PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()Rafael J. Wysocki2-9/+16
2025-02-28driver core: Introduce device_{add,remove}_of_node()Herve Codina1-0/+61
2025-02-28Merge drm/drm-next into drm-xe-nextLucas De Marchi28-181/+675
2025-02-27drivers: base: component: add function to query the bound statusHeiko Stuebner1-0/+14
2025-02-27regcache: Add support for sorting defaults arraysCharles Keepax1-0/+31
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner6-13/+246
2025-02-26PM: clk: remove unused of_pm_clk_add_clk()Dr. David Alan Gilbert1-33/+0
2025-02-25drivers: base: component: Add debug message for unbindLucas De Marchi1-0/+3
2025-02-25drivers: base: devres: Fix find_group() documentationLucas De Marchi1-1/+4
2025-02-25drivers: base: devres: Allow to release group on device releaseLucas De Marchi1-0/+7
2025-02-20drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli1-0/+1
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentryNeilBrown1-35/+30
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-14/+49
2025-02-18PM: runtime: Introduce pm_runtime_blocked()Rafael J. Wysocki1-0/+17
2025-02-18PM: Block enabling of runtime PM during system suspendRafael J. Wysocki2-0/+33
2025-02-18PM: Rearrange documentation related to __pm_runtime_disable()Rafael J. Wysocki2-14/+4