summaryrefslogtreecommitdiffstats
path: root/arch/x86/power
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* x86-32, hibernate: Adjust in_suspend after resumed on 32bit systemZhimin Gu2018-10-031-0/+3
* x86-32, hibernate: Set up temporary text mapping for 32bit systemZhimin Gu2018-10-033-4/+34
* x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy...Zhimin Gu2018-10-033-2/+11
* x86-32, hibernate: Switch to original page table after resumedZhimin Gu2018-10-032-5/+9
* x86-32, hibernate: Use the page size macro instead of constant valueZhimin Gu2018-10-031-1/+1
* x86-32, hibernate: Use temp_pgt as the temporary page tableZhimin Gu2018-10-032-2/+3
* x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu2018-10-033-3/+3
* x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit systemZhimin Gu2018-10-031-1/+9
* x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu2018-10-034-236/+248
* x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu2018-10-031-0/+9
* PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu2018-10-031-6/+5
* Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-15/+21
|\
| * x86/power/hibernate_64: Remove VLA usageKees Cook2018-07-261-15/+21
* | x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-031-1/+1
|/
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-1/+1
* x86/power/64: Fix page-table setup for temporary text mappingJoerg Roedel2018-04-201-1/+1
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-5/+15
* x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-161-3/+3
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-02-022-2/+2
* Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-7/+9
|\
| * x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-5/+6
| * x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-171-6/+7
* | x86/power: Make restore_processor_context() saneAndy Lutomirski2017-12-151-38/+41
* | x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski2017-12-151-6/+3
* | x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2017-12-151-10/+1
* | x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski2017-12-061-4/+17
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3Andy Lutomirski2017-09-131-1/+20
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-061-0/+1
* Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-3/+3
|\
| * x86/power/64: Use char arrays for asm function namesKees Cook2017-06-221-3/+3
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-032-2/+3
|\ \
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-132-2/+3
| |/
* / objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
|/
* x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-081-1/+1
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-8/+8
|\
| * x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Ingo Molnar2017-01-281-2/+2
| * x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-6/+5
| * x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-4/+4
| * x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-2/+2
| * x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-3/+3
| * x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
* | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-2/+5
* | x86/power: Add 5-level paging supportKirill A. Shutemov2017-03-141-14/+33
* | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-2/+5
|/
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+1
|\
| * x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-151-0/+1
* | PM / hibernate: Verify the consistent of e820 memory map by md5 digestChen Yu2016-11-141-2/+92
|/