summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-26Merge tag 'ras_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri
2021-04-12x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen
2021-04-07x86/cacheinfo: Remove unneeded dead-store initializationYang Li
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson
2021-04-06x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang
2021-04-06x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-03-31Merge 'x86/alternatives'Borislav Petkov
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-28x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov
2021-03-26x86/sgx: Add SGX_CHILD_PRESENT hardware error codeSean Christopherson
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson
2021-03-25x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang
2021-03-25x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy
2021-03-24x86/mce/inject: Add IPID for injection tooBorislav Petkov
2021-03-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-20x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck
2021-03-19x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen
2021-03-18x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra
2021-03-15x86/mce: Convert to insn_decode()Borislav Petkov