aboutsummaryrefslogtreecommitdiff
path: root/kernel/power/snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11PM: hibernate: remove leading spaces before tabsGravatar Zhen Lei 1-1/+1
2021-05-24PM: hibernate: fix spelling mistakesGravatar Zhen Lei 1-4/+4
2021-04-08PM: sleep: fix typos in commentsGravatar Lu Jialin 1-1/+1
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingGravatar Vlastimil Babka 1-3/+11
2020-12-15PM: hibernate: make direct map manipulations more explicitGravatar Mike Rapoport 1-2/+36
2020-10-16kernel/: fix repeated words in commentsGravatar Randy Dunlap 1-1/+1
2020-08-07mm: memcg: convert vmstat slab counters to bytesGravatar Roman Gushchin 1-1/+1
2020-07-14PM: sleep: spread "const char *" correctnessGravatar Alexey Dobriyan 1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-18/+0
2020-03-23PM: remove s390 specific callbacksGravatar Heiko Carstens 1-18/+0
2020-02-20PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Gravatar Alexandre Belloni 1-1/+1
2020-01-23Merge back new material related to system-wide PM for v5.6.Gravatar Rafael J. Wysocki 1-12/+16
2020-01-16PM: hibernate: fix crashes with init_on_free=1Gravatar Alexander Potapenko 1-10/+10
2020-01-10PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Gravatar Colin Ian King 1-1/+1
2020-01-07PM: hibernate: Add more logging on hibernation failureGravatar Luigi Semenzato 1-9/+15
2020-01-07PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()Gravatar Wen Yang 1-3/+1
2019-10-21PM / hibernate: memory_bm_find_bit(): Tighten node optimisationGravatar Andy Whitcroft 1-1/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-3/+1
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesGravatar Rick Edgecombe 1-2/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-05PM/Hibernate: exclude all PageOffline() pagesGravatar David Hildenbrand 1-2/+7
2019-03-05PM/Hibernate: use pfn_to_online_page()Gravatar David Hildenbrand 1-4/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-1/+1
2018-01-05PM: hibernate: Do not subtract NR_FILE_MAPPED in minimum_image_size()Gravatar Rainer Fiebig 1-4/+2
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-2/+2
2017-10-03PM: Use a more common logging styleGravatar Joe Perches 1-17/+18
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsGravatar Johannes Weiner 1-1/+1
2017-07-06kernel/power/snapshot.c: use linux/set_memory.hGravatar Michael Ellerman 1-3/+1
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()Gravatar BaoJun Luo 1-3/+2
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionGravatar Balbir Singh 1-3/+3
2017-05-22Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+1
2017-05-14PM / hibernate: Declare variables as staticGravatar Pushkar Jambhlekar 1-1/+1
2017-05-08kernel/power/snapshot.c: use set_memory.h headerGravatar Laura Abbott 1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROGravatar Anisse Astier 1-0/+22
2016-08-18Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-5/+5
2016-08-16PM / hibernate: Fix rtree_next_node() to avoid walking off list endsGravatar James Morse 1-5/+5
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-5/+5
2016-07-10PM / hibernate: Image data protection during restorationGravatar Rafael J. Wysocki 1-0/+42
2016-07-10PM / hibernate: Add missing braces in __register_nosave_region()Gravatar Rafael J. Wysocki 1-1/+2
2016-07-10PM / hibernate: Clean up comments in snapshot.cGravatar Rafael J. Wysocki 1-306/+330
2016-07-10PM / hibernate: Clean up function headers in snapshot.cGravatar Rafael J. Wysocki 1-51/+42
2016-07-02PM / hibernate: Recycle safe pages after image restorationGravatar Rafael J. Wysocki 1-2/+38
2016-07-02PM / hibernate: Simplify mark_unsafe_pages()Gravatar Rafael J. Wysocki 1-39/+25