1. afc880c x86/power: Fix kernel-doc warnings in cpu.c by Baokun Li · 3 years, 6 months ago
  2. c653667 Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  3. 163b099 x86: Fix various typos in comments, take #2 by Ingo Molnar · 3 years, 9 months ago
  4. 3fb0fdb x86/stackprotector/32: Make the canary into a regular percpu variable by Andy Lutomirski · 3 years, 11 months ago
  5. 5d51035 x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup by Sean Christopherson · 4 years, 7 months ago
  6. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  7. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  8. 5655585 cpu/hotplug: Remove disable_nonboot_cpus() by Qais Yousef · 4 years, 8 months ago
  9. adefe55 x86/kernel: Convert to new CPU match macros by Thomas Gleixner · 4 years, 9 months ago
  10. c5f12fd Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  11. c49a0a80 x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h by Tom Lendacky · 5 years ago
  12. 83b584d x86/paravirt: Drop {read,write}_cr8() hooks by Andrew Cooper · 5 years ago
  13. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  14. 767a67b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 by Thomas Gleixner · 6 years ago
  15. ec527c3 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 6 years ago
  16. 64a4809 Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 72f5e08 x86/entry: Remap the TSS into the CPU entry area by Andy Lutomirski · 7 years ago
  18. 7fb983b x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss by Andy Lutomirski · 7 years ago
  19. 7ee18d6 x86/power: Make restore_processor_context() sane by Andy Lutomirski · 7 years ago
  20. 896c80b x86/power/32: Move SYSENTER MSR restoration to fix_processor_context() by Andy Lutomirski · 7 years ago
  21. 090edbe x86/power/64: Use struct desc_ptr for the IDT in struct saved_context by Andy Lutomirski · 7 years ago
  22. 5b06bbc x86/power: Fix some ordering bugs in __restore_processor_context() by Andy Lutomirski · 7 years ago
  23. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  24. 72c0098 x86/mm: Reinitialize TLB state on hotplug and resume by Andy Lutomirski · 7 years ago
  25. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  26. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  27. 6a36958 x86/tsc: Validate TSC_ADJUST after resume by Thomas Gleixner · 8 years ago
  28. 1ef55be1 x86/asm: Get rid of __read_cr4_safe() by Andy Lutomirski · 8 years ago
  29. 406f992 x86 / hibernate: Use hlt_play_dead() when resuming from hibernation by Rafael J. Wysocki · 8 years ago
  30. 7a9c2dd x86/pm: Introduce quirk framework to save/restore extra MSR registers around suspend/resume by Chen Yu · 9 years ago
  31. 37868fe x86/ldt: Make modify_ldt synchronous by Andy Lutomirski · 9 years ago
  32. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
  33. 9254aaa x86/fpu: Move XCR0 manipulation to the FPU code proper by Ingo Molnar · 10 years ago
  34. 614df7f x86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask' by Ingo Molnar · 10 years ago
  35. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
  36. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  37. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  38. b8f99b3 x86, power, suspend: Annotate restore_processor_state() with notrace by Steven Rostedt (Red Hat) · 11 years ago
  39. d6efc2f x86, asmlinkage, power: Make various symbols used by the suspend asm code visible by Andi Kleen · 11 years ago
  40. cc456c4 x86, gdt, hibernate: Store/load GDT for hibernate path. by Konrad Rzeszutek Wilk · 12 years ago
  41. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  42. 4d681be x86, wakeup, sleep: Use pvops functions for changing GDT entries by konrad@kernel.org · 12 years ago
  43. 84e7097 x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not needed by Konrad Rzeszutek Wilk · 12 years ago
  44. e7a5cd0 x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed. by Konrad Rzeszutek Wilk · 12 years ago
  45. 1d9d863 perf,x86: fix kernel crash with PEBS/BTS after suspend/resume by Stephane Eranian · 12 years ago
  46. a71c8bc x86, topology: Debug CPU0 hotplug by Fenghua Yu · 12 years ago
  47. 209efae x86, hotplug, suspend: Online CPU0 for suspend or hibernate by Fenghua Yu · 12 years ago
  48. dba69d1 x86, kvm: Call restore_sched_clock_state() only after %gs is initialized by Marcelo Tosatti · 13 years ago
  49. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  50. b74f05d6 x86: kvmclock: abstract save/restore sched_clock_state by Marcelo Tosatti · 13 years ago
  51. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  52. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  53. cd7240c x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep states by Suresh Siddha · 14 years ago
  54. a253129 update email address by Pavel Machek · 14 years ago
  55. 85a0e75 PM / x86: Save/restore MISC_ENABLE register by Ondrej Zary · 15 years ago
  56. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  57. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  58. bc3eb70 x86: Remove final bits of CONFIG_X86_OLD_MCE by Andi Kleen · 15 years ago
  59. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  60. d0af9ee x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init by Suresh Siddha · 15 years ago
  61. 7262b6e x86, mce: Fix mce resume on 32bit by Hidetoshi Seto · 16 years ago
  62. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 16 years ago
  63. 08687ae x86: unify power/cpu_(32|64).c by Sergio Luis · 16 years ago[Renamed from arch/x86/power/cpu_64.c]
  64. 6d48bec x86: unify power/cpu_(32|64) copyright notes by Sergio Luis · 16 years ago
  65. 3134d04 x86: unify power/cpu_(32|64) regarding restoring processor state by Sergio Luis · 16 years ago
  66. f9ebbe5 x86: unify power/cpu_(32|64) regarding saving processor state by Sergio Luis · 16 years ago
  67. 833b2ca x86: unify power/cpu_(32|64) global variables by Sergio Luis · 16 years ago
  68. f6783d2 x86: unify power/cpu_(32|64) headers by Sergio Luis · 16 years ago
  69. 7387400 hw-breakpoints: fix undeclared ksym_tracer_mutex by Frederic Weisbecker · 16 years ago
  70. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 16 years ago
  71. 83b8e28 x86: xsave: restore xcr0 during resume by Suresh Siddha · 16 years ago
  72. ef8b03f x86 PM: consolidate suspend and hibernation code by Rafael J. Wysocki · 17 years ago