aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)AuthorFilesLines
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen1-0/+6
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-03-13PM: EM: Force device drivers to provide power in uWLukasz Luba1-0/+11
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds9-231/+815
2024-03-11Merge branch 'pm-em'Rafael J. Wysocki1-66/+407
2024-03-08rtc: class: make rtc_class constantRicardo B. Marliere1-1/+1
2024-02-29PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah1-0/+1
2024-02-25power: port block device access to fileChristian Brauner1-14/+14
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba1-2/+1
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy4-15/+24
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V1-3/+54
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba1-0/+18
2024-02-08PM: EM: Remove old tableLukasz Luba1-39/+7
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba1-8/+59
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba1-4/+3
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba1-0/+124
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba1-0/+27
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba1-0/+44
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba1-5/+33
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba1-0/+53
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba1-22/+33
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba1-1/+1
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba1-29/+43
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba1-2/+9
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba1-6/+4
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba1-1/+1
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V3-3/+41
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V4-28/+132
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V1-60/+60
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki1-0/+5
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki3-19/+66
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki1-3/+3
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2-25/+27
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki1-32/+18
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap1-1/+0
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao1-16/+0
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan1-6/+6
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2-2/+10
2023-12-11PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1
2023-12-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-12-11PM: hibernate: Drop unnecessary local variable initializationWang chaodong1-1/+1
2023-10-31Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-11/+9
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara3-11/+11
2023-10-28PM: hibernate: Convert to bdev_open_by_dev()Jan Kara1-15/+16
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki2-11/+9
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti1-2/+2
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig1-2/+2
2023-09-26PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-09-12PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu1-6/+6
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2-8/+10
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki2-40/+156
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin1-2/+7
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-1/+1
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki1-38/+149
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-24PM: hibernate: don't store zero pages in the image fileBrian Geffon1-38/+149
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2-2/+8
2023-07-11PM: QoS: Restore support for default value on frequency QoSChungkai Yang1-2/+7
2023-07-11PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin1-0/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+84
2023-06-26Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-1/+7
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+0
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello1-0/+6
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig3-21/+14
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig1-2/+3
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang2-0/+32
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang1-0/+52
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig1-1/+17
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-12/+10
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig3-14/+8
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig1-35/+37
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+2
2023-05-24PM: hibernate: Correct spelling mistake in a commentWang Honghui1-1/+1
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann1-5/+0
2023-05-03Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-5/+19
2023-04-29Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2023-04-27PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2-4/+12
2023-04-27PM: hibernate: Turn snapshot_test into global variableChen Yu2-1/+7
2023-04-20PM: Add sysfs files to represent time spent in hardware sleep stateMario Limonciello1-12/+47
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee1-1/+1
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki1-4/+1
2023-02-09PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2023-01-20PM: sleep: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-20PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap1-8/+8
2022-12-06PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki1-2/+2
2022-12-06PM: sleep: Avoid using pr_cont() in the tasks freezing codeRafael J. Wysocki1-13/+8
2022-12-01PM: hibernate: Complain about memory map mismatches during resumeXueqin Luo1-2/+6
2022-11-03PM: hibernate: Fix mistake in kerneldoc commentxiongxin1-2/+2
2022-10-25PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello1-1/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-40/+59
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello1-0/+3
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra2-9/+7
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra4-33/+54
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+20
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+13
2022-07-29Merge branches 'pm-devfreq', 'pm-qos', 'pm-tools' and 'pm-docs'Rafael J. Wysocki1-2/+2
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki2-9/+28
2022-07-26PM: QoS: Add check to make sure CPU freq is non-negativeShivnandan Kumar1-2/+2
2022-07-26PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-8/+16
2022-07-14PM: Use the enum req_op and blk_opf_t typesBart Van Assche1-16/+13
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh1-0/+20
2022-06-21PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko1-1/+1
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-3/+7
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki1-29/+36
2022-05-11PM: EM: Decrement policy counterPierre Gondois1-0/+2
2022-04-22PM: CXL: Disable suspendDan Williams3-3/+7
2022-04-13PM: hibernate: Don't mark comment as kernel-docHaowen Bai1-1/+1
2022-04-13PM: hibernate: Fix some kernel-doc commentsYang Li1-3/+7
2022-04-13PM: sleep: enable dynamic debug support within pm_pr_dbg()David Cohen1-29/+0
2022-04-13PM: sleep: Narrow down -DDEBUG on kernel/power/ filesDavid Cohen2-4/+5
2022-04-13PM: EM: Remove old debugfs files and print all 'flags'Lukasz Luba1-19/+5
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba1-1/+1
2022-04-13PM: EM: Use the new .get_cost() callback while registering EMLukasz Luba1-11/+28
2022-04-13PM: EM: Add artificial EM flagPierre Gondois1-0/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+2
2022-03-01PM: suspend: fix return value of __setup handlerRandy Dunlap1-4/+4
2022-03-01PM: hibernate: fix __setup handler error handlingRandy Dunlap1-1/+1
2022-03-01PM: hibernate: Clean up non-kernel-doc commentsJiapeng Chong1-4/+4
2022-02-16PM: hibernate: fix load_image_and_restore() error pathYe Bin1-1/+3
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki3-4/+5
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2022-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-14/+7
2022-01-25PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman1-7/+4
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2-2/+15
2021-11-24PM: hibernate: Fix snapshot partial write lengthsEvan Green1-1/+1
2021-11-24PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer1-3/+3
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-45/+106
2021-11-02Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki1-18/+68
2021-10-26PM: suspend: Use valid_state() consistentlyRafael J. Wysocki1-5/+7
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki3-13/+23
2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki1-2/+6
2021-10-21PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-10-21PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing1-10/+4
2021-10-21PM: hibernate: fix sparse warningsAnders Roxell1-2/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+1
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki1-2/+2
2021-10-05PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort1-0/+40
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort1-0/+13
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort1-2/+4
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort1-1/+3
2021-10-05PM: EM: Fix inefficient states detectionVincent Donnefort1-15/+8
2021-09-15PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly1-1/+1
2021-09-15PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli1-2/+2
2021-08-30Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki3-4/+4
2021-08-16PM: sleep: unmark 'state' functions as kernel-docRandy Dunlap1-1/+1
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-08-04PM: sleep: check RTC features instead of ops in suspend_testAlexandre Belloni1-1/+1
2021-08-04PM: sleep: s2idle: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-1/+4
2021-06-11PM: hibernate: remove leading spaces before tabsZhen Lei1-1/+1
2021-06-11PM: sleep: remove trailing spaces and tabsZhen Lei2-7/+7
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei2-5/+5
2021-04-08PM: sleep: fix typos in commentsLu Jialin3-3/+3
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki1-8/+4
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba1-3/+0
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba1-5/+4
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang1-1/+1
2021-01-25PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+26
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka3-5/+13
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport1-2/+36
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-0/+2
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi1-0/+2
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba1-1/+1
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+23
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow1-1/+1
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-11/+15
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+18
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig1-11/+0
2020-09-28PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen1-0/+15
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig2-21/+12
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-6/+6
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra5-45/+33
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+97
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-1/+1
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki3-6/+6
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams1-0/+97
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan2-3/+3
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen1-3/+3
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba1-25/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba1-77/+167
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-4/+5
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba1-6/+34
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-22/+22
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-13/+13
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0