summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy2024-02-221-9/+16
* PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan2023-12-191-6/+6
* PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming2023-12-111-1/+1
* PM: hibernate: Drop unnecessary local variable initializationWang chaodong2023-12-111-1/+1
* Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki2023-10-091-9/+7
|\
| * PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-09-261-5/+1
| * PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-09-211-4/+6
* | PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti2023-10-041-2/+2
|/
* PM: hibernate: don't store zero pages in the image fileBrian Geffon2023-07-241-38/+149
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+52
|\
| * mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-0/+52
* | PM: hibernate: Correct spelling mistake in a commentWang Honghui2023-05-241-1/+1
|/
* PM: hibernate: Complain about memory map mismatches during resumeXueqin Luo2022-12-011-2/+6
* PM: hibernate: Fix mistake in kerneldoc commentxiongxin2022-11-031-2/+2
* PM: hibernate: Don't mark comment as kernel-docHaowen Bai2022-04-131-1/+1
* PM: hibernate: Fix some kernel-doc commentsYang Li2022-04-131-3/+7
* PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński2022-01-251-14/+7
* PM: hibernate: remove leading spaces before tabsZhen Lei2021-06-111-1/+1
* PM: hibernate: fix spelling mistakesZhen Lei2021-05-241-4/+4
* PM: sleep: fix typos in commentsLu Jialin2021-04-081-1/+1
* kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-12-151-3/+11
* PM: hibernate: make direct map manipulations more explicitMike Rapoport2020-12-151-2/+36
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-1/+1
* PM: sleep: spread "const char *" correctnessAlexey Dobriyan2020-07-141-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-18/+0
|\
| * PM: remove s390 specific callbacksHeiko Carstens2020-03-231-18/+0
* | PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni2020-02-201-1/+1
|/
* Merge back new material related to system-wide PM for v5.6.Rafael J. Wysocki2020-01-231-12/+16
|\
| * PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Colin Ian King2020-01-101-1/+1
| * PM: hibernate: Add more logging on hibernation failureLuigi Semenzato2020-01-071-9/+15
| * PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()Wen Yang2020-01-071-3/+1
* | PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko2020-01-161-10/+10
|/
* PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2019-10-211-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-3/+1
* mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-301-2/+3
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand2019-03-051-2/+7
* PM/Hibernate: use pfn_to_online_page()David Hildenbrand2019-03-051-4/+4
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Rainer Fiebig2018-01-051-4/+2
* mm: remove __GFP_COLDMel Gorman2017-11-151-2/+2
* PM: Use a more common logging styleJoe Perches2017-10-031-17/+18
* mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
* kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman2017-07-061-3/+1
* PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo2017-06-271-3/+2