summaryrefslogtreecommitdiff
path: root/arch/x86/power/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-37/+0
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf1-1/+1
2022-12-14Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2022-11-21x86/pm: Add enumeration check before spec MSRs save/restore setupPawan Gupta1-8/+15
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov1-0/+1
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross1-1/+2
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-1/+9
2022-04-05x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta1-0/+14
2022-04-05x86/pm: Save the MSR validity status at context setupPawan Gupta1-2/+5
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-08-12x86/power: Fix kernel-doc warnings in cpu.cBaokun Li1-15/+16
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+1
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-5/+1
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson1-0/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef1-1/+1
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner1-14/+2
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2019-08-19x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky1-13/+73
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-4/+0
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner1-2/+1
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina1-0/+10
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-7/+9
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-5/+6
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-6/+7
2017-12-15x86/power: Make restore_processor_context() saneAndy Lutomirski1-38/+41
2017-12-15x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski1-6/+3
2017-12-15x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski1-10/+1
2017-12-06x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski1-4/+17
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-07x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski1-0/+1
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-2/+5
2016-12-15x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner1-0/+1
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+1
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki1-0/+30
2015-11-26x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu1-0/+92
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski1-1/+2
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-0/+1
2015-05-19x86/fpu: Move XCR0 manipulation to the FPU code properIngo Molnar1-8/+2
2015-05-19x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-1/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-7/+4
2014-07-17x86, power, suspend: Annotate restore_processor_state() with notraceSteven Rostedt (Red Hat)1-2/+2
2013-08-07x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen1-4/+4
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk1-5/+10