aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson2-0/+4
2021-03-25x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang2-9/+4
2021-03-25x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny1-6/+8
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy1-4/+5
2021-03-24x86/mce/inject: Add IPID for injection tooBorislav Petkov1-0/+6
2021-03-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes1-4/+4
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar5-6/+6
2021-03-20x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck1-0/+1
2021-03-19x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen2-48/+87
2021-03-18x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen2-36/+25
2021-03-18x86: Fix various typos in commentsIngo Molnar12-18/+18
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra1-5/+0
2021-03-15x86/mce: Convert to insn_decode()Borislav Petkov1-8/+4
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-2/+3
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley1-7/+3
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley1-9/+4
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-3/+2
2021-03-06x86/cpu/hygon: Set __max_die_per_package on HygonPu Wen1-2/+2
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+15
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+58
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-10/+1
2021-02-20Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+11
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+3
2021-02-20Merge tag 'x86_microcode_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-02-20Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+2
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+9
2021-02-20Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+18