summaryrefslogtreecommitdiffstats
path: root/kernel/power/snapshot.c
AgeCommit message (Expand)AuthorFilesLines
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-16PM: 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-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-05PM/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-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-10-03PM: Use a more common logging styleJoe Perches1-17/+18
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-07-06kernel/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
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh1-3/+3
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+1
2017-05-14PM / hibernate: Declare variables as staticPushkar Jambhlekar1-1/+1
2017-05-08kernel/power/snapshot.c: use set_memory.h headerLaura Abbott1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier1-0/+22
2016-08-18Merge branch 'pm-sleep'Rafael J. Wysocki1-5/+5
2016-08-16PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse1-5/+5
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-5/+5
2016-07-10PM / hibernate: Image data protection during restorationRafael J. Wysocki1-0/+42