summaryrefslogtreecommitdiffstats
path: root/kernel/power
AgeCommit message (Expand)AuthorLines
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport-1/+4
2021-06-11PM: hibernate: remove leading spaces before tabsZhen Lei-1/+1
2021-06-11PM: sleep: remove trailing spaces and tabsZhen Lei-7/+7
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei-5/+5
2021-04-08PM: sleep: fix typos in commentsLu Jialin-3/+3
2021-03-23PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba-1/+1
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki-8/+4
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn-1/+1
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba-3/+0
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba-5/+4
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang-1/+1
2021-01-25PM: hibernate: flush swap writer after markingLaurent Badel-1/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+26
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka-5/+13
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport-2/+36
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki-0/+2
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi-0/+2
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba-1/+1
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba-1/+23
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow-1/+1
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-11/+15
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-29/+18
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig-11/+0
2020-09-28PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen-0/+15
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig-21/+12
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig-6/+6
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra-45/+33
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+97
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin-1/+1
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki-6/+6
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams-0/+97
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan-3/+3
2020-07-14PM: hibernate: fix white space in a few placesXiang Chen-3/+3
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba-25/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba-77/+167
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba-4/+5
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba-6/+34
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba-22/+22
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-13/+13
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2020-06-05PM: hibernate: Add __init annotation to swsusp_header_init()Christophe JAILLET-1/+1
2020-05-27PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli-1/+13
2020-05-19PM: hibernate: Split off snapshot dev optionDomenico Andreoli-1/+14
2020-05-19PM: hibernate: Incorporate concurrency handlingDomenico Andreoli-12/+22
2020-05-15kernel/power: constify sysrq_key_opEmil Velikov-1/+1