aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-2/+11
2021-06-29x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett1-2/+2
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang1-0/+1
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc1-2/+2
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+5
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui1-0/+16
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh3-5/+5
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson1-1/+1
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson1-1/+1
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen1-1/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon1-1/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+16
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+9
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-20/+12
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-20/+93
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-24/+26
2021-04-26Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-521/+698
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-04-26Merge tag 'ras_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri1-0/+16
2021-04-12x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun1-1/+1
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen1-1/+0
2021-04-07x86/cacheinfo: Remove unneeded dead-store initializationYang Li1-1/+1
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson3-32/+58
2021-04-06x86/sgx: Add helpers to expose ECREATE and EINIT to KVMSean Christopherson1-0/+117
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang3-3/+20
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson2-2/+15
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson1-15/+0
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson3-342/+2
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang1-1/+10
2021-04-06x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson1-15/+44
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson3-0/+269
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar3-7/+3
2021-03-31Merge 'x86/alternatives'Borislav Petkov1-2/+3
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra1-1/+1
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu2-20/+93
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan1-0/+2
2021-03-28x86/vmware: Avoid TSC recalibration when frequency is knownAlexey Makhalov1-0/+2
2021-03-26x86/sgx: Add SGX_CHILD_PRESENT hardware error codeSean Christopherson1-0/+2
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang5-17/+39
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