summaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+12
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+6
2026-02-04Merge branch 'pm-sleep'Rafael J. Wysocki-5/+5
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song-4/+6
2026-01-28PM: hibernate: Drop NULL pointer checks before acomp_request_free()Rafael J. Wysocki-4/+4
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki-107/+192
2026-01-12Merge back material related to system sleep for 6.20Rafael J. Wysocki-1/+1
2026-01-09PM: EM: Add dump to get-perf-domains in the EM YNL specChangwoo Min-18/+68
2026-01-09PM: EM: Change cpus' type from string to u64 array in the EM YNL specChangwoo Min-11/+11
2026-01-09PM: EM: Rename em.yaml to dev-energymodel.yamlChangwoo Min-83/+116
2026-01-08PM: EM: Fix memory leak in em_create_pd() error pathMalaya Kumar Rout-2/+4
2026-01-05PM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout-4/+10
2026-01-05Merge back a commit related to system sleep for 6.20Rafael J. Wysocki-1/+1
2025-12-28PM: sleep: Fix suspend_test() at the TEST_CORE levelRafael J. Wysocki-3/+6
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki-1/+1
2025-12-08ynl: add regen hint to new headersJakub Kicinski-0/+2
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki-0/+117
2025-11-28Merge branches 'pm-em' and 'pm-opp'Rafael J. Wysocki-3/+509
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki-129/+250
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki-1/+1
2025-11-25PM: QoS: Introduce a CPU system wakeup QoS limitUlf Hansson-0/+117
2025-11-24PM: hibernate: Extra cleanup of comments in swap handling codeRafael J. Wysocki-48/+33
2025-11-20PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()Samuel Wu-3/+13
2025-11-20PM: sleep: Add support for wakeup during filesystem syncSamuel Wu-6/+74
2025-11-17PM: hibernate: Clean up kernel-doc comment style usageSunday Adelodun-46/+12
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-8/+4
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-28/+120
2025-11-14PM: suspend: Make pm_test delay interruptible by wakeup eventsRiwen Lu-1/+5
2025-11-12power: always freeze efivarfsChristian Brauner-8/+4
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)-2/+3
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)-5/+5
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)-4/+7
2025-10-31Merge back system sleep material for 6.19Rafael J. Wysocki-27/+115
2025-10-30PM: hibernate: add sysfs interface for hibernate_compression_threadsXueqin Luo-0/+38
2025-10-30PM: hibernate: make compression threads configurableXueqin Luo-4/+21
2025-10-30PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threadsXueqin Luo-14/+44
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki-9/+17
2025-10-29PM: EM: Add to em_pd_list only when no failurePeng Fan-1/+4
2025-10-23Revert "PM: sleep: Make pm_wakeup_clear() call more clear"Samuel Wu-1/+1
2025-10-22PM: EM: Notify an event when the performance domain changesChangwoo Min-0/+5
2025-10-22PM: EM: Implement em_notify_pd_created/updated()Changwoo Min-0/+50
2025-10-22PM: EM: Implement em_notify_pd_deleted()Changwoo Min-0/+47
2025-10-22PM: EM: Implement em_nl_get_pd_table_doit()Changwoo Min-1/+107
2025-10-22PM: EM: Implement em_nl_get_pds_doit()Changwoo Min-1/+81
2025-10-22PM: EM: Add an iterator and accessor for the performance domainChangwoo Min-0/+52
2025-10-22PM: EM: Add a skeleton code for netlink notificationChangwoo Min-1/+53
2025-10-22PM: EM: Add em.yaml and autogen filesChangwoo Min-0/+71
2025-10-22PM: EM: Expose the ID of a performance domain via debugfsChangwoo Min-0/+12
2025-10-22PM: EM: Assign a unique ID when creating a performance domainChangwoo Min-1/+29