aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/mpi/mpi-mul.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2025-07-22 16:07:11 +0000
committerRafael J. Wysocki <[email protected]>2025-07-22 16:07:11 +0000
commit40c28199550d5cdace4583bfe723a7636b170a90 (patch)
treeae2ea318995ac8e0fa7c78315232e4580ef59eb9 /lib/crypto/mpi/mpi-mul.c
parentMerge branches 'pm-runtime' and 'pm-powercap' (diff)
parentPM: docs: Use my kernel.org address in ABI docs and DT bindings (diff)
parentMerge tag 'linux-cpupower-6.17-rc1-fixed' of git://git.kernel.org/pub/scm/lin... (diff)
downloadkernel-40c28199550d5cdace4583bfe723a7636b170a90.tar.gz
kernel-40c28199550d5cdace4583bfe723a7636b170a90.zip
Merge branches 'pm-misc' and 'pm-tools'
Merge miscellaneous power management updates and cpupower utility updates for 6.17-rc1: - Update contact information in the PM ABI docs and maintainer information in the power domains DT binding (Rafael Wysocki) - Update PM header inclusions to follow the IWYU (Include What You Use) principle (Andy Shevchenko) - Add flags to specify power on attach/detach for PM domains, make the driver core detach PM domains in device_unbind_cleanup(), and drop the dev_pm_domain_detach() call from the platform bus type (Claudiu Beznea) - Improve Python binding's Makefile for cpupower (John B. Wyatt IV) - Fix printing of CORE, CPU fields in cpupower-monitor (Gautham Shenoy) * pm-misc: PM: docs: Use my kernel.org address in ABI docs and DT bindings driver core: platform: Drop dev_pm_domain_detach() call PM: domains: Detach on device_unbind_cleanup() PM: domains: Add flags to specify power on attach/detach PM: Don't use "proxy" headers * pm-tools: cpupower: Improve Python binding's Makefile pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()