aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/power/cpu.c
AgeCommit message (Expand)Author
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-04-05x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta
2022-04-05x86/pm: Save the MSR validity status at context setupPawan Gupta
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-08-12x86/power: Fix kernel-doc warnings in cpu.cBaokun Li
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-08-19x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-15x86/power: Make restore_processor_context() saneAndy Lutomirski
2017-12-15x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski
2017-12-15x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski
2017-12-06x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2016-12-15x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki
2015-11-26x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Move XCR0 manipulation to the FPU code properIngo Molnar
2015-05-19x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'Ingo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2014-07-17x86, power, suspend: Annotate restore_processor_state() with notraceSteven Rostedt (Red Hat)
2013-08-06x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-11x86, wakeup, sleep: Use pvops functions for changing GDT entrieskonrad@kernel.org
2013-04-11x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk
2013-04-11x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian
2012-11-14x86, topology: Debug CPU0 hotplugFenghua Yu