Age | Commit message (Expand) | Author | Files | Lines |
2022-04-19 | x86/cpu: Load microcode during restore_processor_state() | Borislav Petkov | 1 | -1/+9 |
2022-04-05 | x86/speculation: Restore speculation related MSRs during S3 resume | Pawan Gupta | 1 | -0/+14 |
2022-04-05 | x86/pm: Save the MSR validity status at context setup | Pawan Gupta | 1 | -2/+5 |
2021-10-20 | x86/fpu: Replace the includes of fpu/internal.h | Thomas Gleixner | 1 | -1/+1 |
2021-08-12 | x86/power: Fix kernel-doc warnings in cpu.c | Baokun Li | 1 | -15/+16 |
2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+1 |
2021-03-21 | x86: Fix various typos in comments, take #2 | Ingo Molnar | 1 | -1/+1 |
2021-03-08 | x86/stackprotector/32: Make the canary into a regular percpu variable | Andy Lutomirski | 1 | -5/+1 |
2020-06-15 | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup | Sean Christopherson | 1 | -0/+6 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-05-07 | cpu/hotplug: Remove disable_nonboot_cpus() | Qais Yousef | 1 | -1/+1 |
2020-03-24 | x86/kernel: Convert to new CPU match macros | Thomas Gleixner | 1 | -14/+2 |
2019-09-17 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+0 |
2019-08-19 | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h | Tom Lendacky | 1 | -13/+73 |
2019-07-22 | x86/paravirt: Drop {read,write}_cr8() hooks | Andrew Cooper | 1 | -4/+0 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 | Thomas Gleixner | 1 | -2/+1 |
2019-06-03 | x86/power: Fix 'nosmt' vs hibernation triple fault during resume | Jiri Kosina | 1 | -0/+10 |
2017-12-18 | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -7/+9 |
2017-12-17 | x86/entry: Remap the TSS into the CPU entry area | Andy Lutomirski | 1 | -5/+6 |
2017-12-17 | x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss | Andy Lutomirski | 1 | -6/+7 |
2017-12-15 | x86/power: Make restore_processor_context() sane | Andy Lutomirski | 1 | -38/+41 |
2017-12-15 | x86/power/32: Move SYSENTER MSR restoration to fix_processor_context() | Andy Lutomirski | 1 | -6/+3 |
2017-12-15 | x86/power/64: Use struct desc_ptr for the IDT in struct saved_context | Andy Lutomirski | 1 | -10/+1 |
2017-12-06 | x86/power: Fix some ordering bugs in __restore_processor_context() | Andy Lutomirski | 1 | -4/+17 |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 1 | -1/+1 |
2017-09-06 | x86/mm: Reinitialize TLB state on hotplug and resume | Andy Lutomirski | 1 | -0/+1 |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 1 | -1/+1 |
2017-03-16 | x86: Remap GDT tables in the fixmap section | Thomas Garnier | 1 | -2/+5 |
2016-12-15 | x86/tsc: Validate TSC_ADJUST after resume | Thomas Gleixner | 1 | -0/+1 |
2016-09-30 | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski | 1 | -1/+1 |
2016-07-15 | x86 / hibernate: Use hlt_play_dead() when resuming from hibernation | Rafael J. Wysocki | 1 | -0/+30 |
2015-11-26 | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ... | Chen Yu | 1 | -0/+92 |
2015-07-31 | x86/ldt: Make modify_ldt synchronous | Andy Lutomirski | 1 | -1/+2 |
2015-05-19 | x86/fpu: Move various internal function prototypes to fpu/internal.h | Ingo Molnar | 1 | -0/+1 |
2015-05-19 | x86/fpu: Move XCR0 manipulation to the FPU code proper | Ingo Molnar | 1 | -8/+2 |
2015-05-19 | x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask' | Ingo Molnar | 1 | -2/+2 |
2015-05-19 | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 1 | -1/+1 |
2015-03-06 | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 1 | -1/+1 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 1 | -7/+4 |
2014-07-17 | x86, power, suspend: Annotate restore_processor_state() with notrace | Steven Rostedt (Red Hat) | 1 | -2/+2 |
2013-08-06 | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis... | Andi Kleen | 1 | -4/+4 |
2013-05-02 | x86, gdt, hibernate: Store/load GDT for hibernate path. | Konrad Rzeszutek Wilk | 1 | -5/+10 |
2013-04-30 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+7 |
2013-04-11 | x86, wakeup, sleep: Use pvops functions for changing GDT entries | konrad@kernel.org | 1 | -2/+7 |
2013-04-11 | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not needed | Konrad Rzeszutek Wilk | 1 | -2/+0 |
2013-04-11 | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed. | Konrad Rzeszutek Wilk | 1 | -2/+0 |
2013-03-15 | perf,x86: fix kernel crash with PEBS/BTS after suspend/resume | Stephane Eranian | 1 | -0/+2 |
2012-11-14 | x86, topology: Debug CPU0 hotplug | Fenghua Yu | 1 | -0/+38 |