aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/power
AgeCommit message (Expand)AuthorFilesLines
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableGravatar Kirill A. Shutemov 1-1/+1
2018-04-20x86/power/64: Fix page-table setup for temporary text mappingGravatar Joerg Roedel 1-1/+1
2018-04-12x86/mm: Do not auto-massage page protectionsGravatar Dave Hansen 1-5/+15
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksGravatar Kirill A. Shutemov 1-3/+3
2018-02-02x86/power: Fix swsusp_arch_resume prototypeGravatar Arnd Bergmann 2-2/+2
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-7/+9
2017-12-17x86/entry: Remap the TSS into the CPU entry areaGravatar Andy Lutomirski 1-5/+6
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssGravatar Andy Lutomirski 1-6/+7
2017-12-15x86/power: Make restore_processor_context() saneGravatar Andy Lutomirski 1-38/+41
2017-12-15x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Gravatar Andy Lutomirski 1-6/+3
2017-12-15x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextGravatar Andy Lutomirski 1-10/+1
2017-12-06x86/power: Fix some ordering bugs in __restore_processor_context()Gravatar Andy Lutomirski 1-4/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2017-09-13x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3Gravatar Andy Lutomirski 1-1/+20
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeGravatar Andy Lutomirski 1-0/+1
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-3/+3
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+3
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistGravatar Josh Poimboeuf 1-0/+2
2017-06-22x86/power/64: Use char arrays for asm function namesGravatar Kees Cook 1-3/+3
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Gravatar Andy Lutomirski 2-2/+3
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Gravatar Xunlei Pang 1-1/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictGravatar Ingo Molnar 1-8/+8
2017-03-16x86: Remap GDT tables in the fixmap sectionGravatar Thomas Garnier 1-2/+5
2017-03-14x86/power: Add 5-level paging supportGravatar Kirill A. Shutemov 1-14/+33
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingGravatar Kirill A. Shutemov 1-2/+5
2017-01-28x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Gravatar Ingo Molnar 1-2/+2
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsGravatar Ingo Molnar 1-6/+5
2017-01-28x86/boot/e820: Rename everything to e820_tableGravatar Ingo Molnar 1-4/+4
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Gravatar Ingo Molnar 1-2/+2
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Gravatar Ingo Molnar 1-3/+3
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsGravatar Ingo Molnar 1-0/+1
2016-12-18Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2016-12-15x86/tsc: Validate TSC_ADJUST after resumeGravatar Thomas Gleixner 1-0/+1
2016-11-14PM / hibernate: Verify the consistent of e820 memory map by md5 digestGravatar Chen Yu 1-2/+92
2016-09-30x86/asm: Get rid of __read_cr4_safe()Gravatar Andy Lutomirski 1-1/+1
2016-08-16x86/power/64: Use __pa() for physical address computationGravatar Rafael J. Wysocki 1-1/+1
2016-08-08x86/power/64: Always create temporary identity mapping correctlyGravatar Rafael J. Wysocki 1-1/+1
2016-08-03x86/power/64: Do not refer to __PAGE_OFFSET from assembly codeGravatar Rafael J. Wysocki 2-11/+9
2016-07-29x86/power/64: Fix hibernation return address corruptionGravatar Josh Poimboeuf 1-3/+1
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationGravatar Rafael J. Wysocki 1-0/+30
2016-06-30x86/power/64: Fix kernel text mapping corruption during image restorationGravatar Rafael J. Wysocki 2-43/+109
2016-03-31x86/cpufeature: Remove cpu_has_pseGravatar Borislav Petkov 1-1/+1
2016-02-24x86/asm/power: Create stack frames in hibernate_asm_64.SGravatar Josh Poimboeuf 1-0/+7
2015-11-26x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Gravatar Chen Yu 1-0/+92
2015-07-31x86/ldt: Make modify_ldt synchronousGravatar Andy Lutomirski 1-1/+2
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hGravatar Ingo Molnar 1-0/+1
2015-05-19x86/fpu: Move XCR0 manipulation to the FPU code properGravatar Ingo Molnar 1-8/+2
2015-05-19x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'Gravatar Ingo Molnar 1-2/+2