summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+15
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+58
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+1
2021-02-20Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+11
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+3
2021-02-20Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+2
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+9
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-744/+17
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar5-6/+26
2021-02-11x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu1-0/+29
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu1-0/+20
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)1-0/+9
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner1-1/+1
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner1-1/+1
2021-02-09x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bitsYin Fengwei1-1/+1
2021-02-09x86/acrn: Introduce acrn_{setup, remove}_intr_handler()Shuo Liu1-0/+14
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2-0/+8
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov4-735/+3
2021-02-08x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov2-12/+4
2021-02-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter1-8/+0
2021-02-01x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu1-0/+1
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar1-10/+1
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2-5/+3
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+7
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen1-5/+9
2021-01-15x86: Remove definition of DEBUGTom Rix2-3/+0
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov1-1/+1
2021-01-12x86/mce: Remove explicit/superfluous tracingPeter Zijlstra1-3/+4
2021-01-12x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam1-2/+2
2021-01-11Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+18
2021-01-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider1-5/+5
2021-01-11x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre1-9/+5
2021-01-11x86/resctrl: Add printf attribute to log functionTom Rix1-0/+1
2021-01-08x86/mce: Make mce_timed_out() identify holdout CPUsPaul E. McKenney1-1/+14
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu1-0/+7
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu1-69/+43
2021-01-06x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang1-3/+3
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui1-0/+18
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov1-1/+1
2020-12-30x86/mtrr: Convert comma to semicolonZheng Yongjun1-2/+2
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+8
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov1-1/+1
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+29
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+15
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-15/+95
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2