summaryrefslogtreecommitdiff
path: root/lib/sort.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-12 12:00:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-12 12:00:49 +0100
commitad6c047b2e2f276568ab504deff51d711420b4d3 (patch)
treeaae1ab957ab0dc817d7171005a217f4ecc935b44 /lib/sort.c
parent99f08ff40c4b34a39ab47960f80512c7806953a7 (diff)
downloadkernel-linux-6.0.y.tar.gz
Linux 6.0.19linux-6.0.y
Link: https://lore.kernel.org/r/20230110180017.145591678@linuxfoundation.org Tested-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Tested-by: Bagas Sanjaya <bagasdotme@gmail.com> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Conor Dooley <conor.dooley@microchip.com> Tested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/sort.c')
0 files changed, 0 insertions, 0 deletions
e0d5e6cc2fa0b0dfbee71de74f1e557'>PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki 2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming 2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki 2022-03-10PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov 2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang 2021-12-17PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki 2021-11-05PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki 2021-11-04PM: sleep: Fix runtime PM based cpuidle supportUlf Hansson 2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki 2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki 2021-10-22PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki 2021-09-07PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi 2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai