summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-203-6/+8
|\
| * KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-141-6/+6
| * x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky2020-12-141-0/+1
| * x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park2020-12-111-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\ \
| * | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
* | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-0/+29
|\ \ \
| * | | x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui2020-11-041-0/+29
* | | | Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-142-3/+15
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney2020-11-191-2/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | x86/smpboot: Move rcu_cpu_starting() earlierPaul E. McKenney2020-11-191-2/+0
| | |/ / /
| * | | | x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-061-0/+6
| * | | | x86/cpu: Avoid cpuinfo-induced IPI pileupsPaul E. McKenney2020-11-061-1/+9
| |/ / /
* | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+3
|\ \ \ \
| * | | | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-3/+3
| |/ / /
* | | | Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-144-15/+95
|\ \ \ \
| * | | | x86/resctrl: Clean up unused function parameter in rmdir pathXiaochen Shen2020-12-011-10/+7
| * | | | Merge tag 'v5.10-rc6' into x86/cacheBorislav Petkov2020-12-014-114/+75
| |\ \ \ \
| * | | | | x86/resctrl: Constify kernfs_opsRikard Falkeborn2020-11-192-3/+3
| * | | | | x86/resctrl: Correct MBM total and local valuesFenghua Yu2020-10-273-2/+85
| | |/ / / | |/| | |
* | | | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-1/+2
|\ \ \ \ \
| * | | | | x86/mtrr: Fix a kernel-doc markupMauro Carvalho Chehab2020-11-021-1/+2
| |/ / / /
* | | | | Merge tag 'x86_cpu_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-146-69/+26
|\ \ \ \ \
| * | | | | x86/cpu/amd: Remove dead code for TSEG region remappingArvind Sankar2020-12-082-41/+0
| * | | | | x86/topology: Set cpu_die_id only if DIE_TYPE foundYazen Ghannam2020-11-191-2/+8
| * | | | | x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-194-11/+5
| * | | | | x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-11-193-15/+13
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1412-1/+3229
|\ \ \ \ \
| * | | | | x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()Jarkko Sakkinen2020-12-031-1/+1
| * | | | | x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc commentBorislav Petkov2020-11-241-1/+1
| * | | | | x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()Jarkko Sakkinen2020-11-191-1/+1
| * | | | | x86/sgx: Clarify 'laundry_list' lockingDave Hansen2020-11-182-9/+20
| * | | | | x86/sgx: Add ptrace() support for the SGX driverJarkko Sakkinen2020-11-181-0/+111
| * | | | | x86/sgx: Add a page reclaimerJarkko Sakkinen2020-11-186-27/+1134
| * | | | | x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen2020-11-183-1/+62
| * | | | | x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen2020-11-184-1/+230
| * | | | | x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen2020-11-182-0/+285
| * | | | | x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen2020-11-186-0/+154
| * | | | | x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen2020-11-186-1/+345
| * | | | | x86/sgx: Add SGX page allocator functionsJarkko Sakkinen2020-11-172-0/+68
| * | | | | x86/cpu/intel: Add a nosgx kernel parameterJarkko Sakkinen2020-11-171-0/+9
| * | | | | x86/cpu/intel: Detect SGX supportSean Christopherson2020-11-171-1/+28
| * | | | | x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sectionsSean Christopherson2020-11-174-0/+253
| * | | | | x86/sgx: Add wrappers for ENCLS functionsJarkko Sakkinen2020-11-171-0/+231
| * | | | | x86/sgx: Add SGX architectural data structuresJarkko Sakkinen2020-11-171-0/+338
| |/ / / /
* | | | | Merge tag 'x86_microcode_update_for_v5.11' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-12-141-1/+0
|\ \ \ \ \
| * | | | | x86/microcode/amd: Remove unneeded breakTom Rix2020-10-261-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'ras_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-143-27/+98
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/mce: Rename kill_it to kill_current_taskGabriele Paoloni2020-12-011-8/+8
| * | | | x86/mce: Remove redundant call to irq_work_queue()Gabriele Paoloni2020-12-011-3/+0