aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/power/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2021-03-21x86: 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/kernel/git/tip/tipLinus 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/gregkh/driver-coreLinus 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/linux/kernel/git/tip/tipLinus 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-06x86/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 suspend/resumeChen 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-06x86, asmlinkage, power: Make various symbols used by the suspend asm code visibleAndi Kleen1-4/+4
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk1-5/+10
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2013-04-11x86, wakeup, sleep: Use pvops functions for changing GDT entrieskonrad@kernel.org1-2/+7
2013-04-11x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk1-2/+0
2013-04-11x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk1-2/+0
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian1-0/+2
2012-11-14x86, topology: Debug CPU0 hotplugFenghua Yu1-0/+38
2012-11-14x86, hotplug, suspend: Online CPU0 for suspend or hibernateFenghua Yu1-0/+44
2012-04-02x86, kvm: Call restore_sched_clock_state() only after %gs is initializedMarcelo Tosatti1-1/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2