aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/power/hibernate_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner1-2/+1
2018-10-03x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu1-1/+1
2018-10-03x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu1-221/+0
2018-10-03PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu1-6/+5
2018-07-26x86/power/hibernate_64: Remove VLA usageKees Cook1-15/+21
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-1/+1
2018-04-20x86/power/64: Fix page-table setup for temporary text mappingJoerg Roedel1-1/+1
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-5/+15
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov1-3/+3
2018-02-02x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-1/+1
2017-09-13x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3Andy Lutomirski1-1/+20
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2017-06-22x86/power/64: Use char arrays for asm function namesKees Cook1-3/+3
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+2
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang1-1/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-8/+8
2017-03-14x86/power: Add 5-level paging supportKirill A. Shutemov1-14/+33
2017-01-28x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the descriptionIngo Molnar1-2/+2
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-6/+5
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-4/+4
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'Ingo Molnar1-3/+3
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2016-11-14PM / hibernate: Verify the consistent of e820 memory map by md5 digestChen Yu1-2/+92
2016-08-16x86/power/64: Use __pa() for physical address computationRafael J. Wysocki1-1/+1
2016-08-08x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki1-1/+1
2016-08-03x86/power/64: Do not refer to __PAGE_OFFSET from assembly codeRafael J. Wysocki1-9/+9
2016-06-30x86/power/64: Fix kernel text mapping corruption during image restorationRafael J. Wysocki1-12/+85
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-3/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2013-08-06x86, asmlinkage, power: Make various symbols used by the suspend asm code visibleAndi Kleen1-6/+6
2013-01-29x86, 64bit, mm: hibernate use generic mapping_initYinghai Lu1-44/+22
2010-07-19update email addressPavel Machek1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm1-0/+1
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-1/+1
2008-02-09x86 PM: update stale commentsRafael J. Wysocki1-1/+1
2008-02-09x86 PM: consolidate suspend and hibernation codeRafael J. Wysocki1-0/+169