summaryrefslogtreecommitdiff
path: root/kernel/power/snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy1-9/+16
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan1-6/+6
2023-12-12PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1
2023-12-12PM: hibernate: Drop unnecessary local variable initializationWang chaodong1-1/+1
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki1-9/+7
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti1-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-07-24PM: hibernate: don't store zero pages in the image fileBrian Geffon1-38/+149
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+52
2023-06-10mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang1-0/+52
2023-05-24PM: hibernate: Correct spelling mistake in a commentWang Honghui1-1/+1
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-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-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-14/+7
2021-06-11PM: hibernate: remove leading spaces before tabsZhen Lei1-1/+1
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei1-4/+4
2021-04-08PM: sleep: fix typos in commentsLu Jialin1-1/+1
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-3/+11
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport1-2/+36
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-1/+1
2020-07-14PM: sleep: spread "const char *" correctnessAlexey Dobriyan1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-18/+0
2020-03-23PM: remove s390 specific callbacksHeiko Carstens1-18/+0
2020-02-20PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni1-1/+1
2020-01-23Merge back new material related to system-wide PM for v5.6.Rafael J. Wysocki1-12/+16
2020-01-17PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko1-10/+10
2020-01-10PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Colin Ian King1-1/+1
2020-01-07PM: hibernate: Add more logging on hibernation failureLuigi Semenzato1-9/+15
2020-01-07PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()Wen Yang1-3/+1
2019-10-21PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-2/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-06PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-06PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-01-05PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Rainer Fiebig1-4/+2
2017-11-16mm: remove __GFP_COLDMel Gorman1-2/+2
2017-10-03PM: Use a more common logging styleJoe Perches1-17/+18
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-07-07kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman1-3/+1
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo1-3/+2