summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-243-4/+4
* Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-202-1/+4
|\
| * x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
| * x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
* | Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-203-3/+12
|\ \
| * | perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter2022-11-161-0/+9
| * | perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria2022-11-161-3/+2
| * | perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das2022-11-091-0/+1
| |/
* | Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-11-201-1/+1
|\ \
| * | locking: Fix qspinlock/x86 inline asm errorGuo Jin2022-11-161-1/+1
* | | Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-171-13/+0
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-13/+0
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-13/+0
* | | | Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-162-2/+4
|\ \ \ \
| * | | | x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-142-2/+4
* | | | | x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-156-15/+16
| |_|_|/ |/| | |
* | | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-113-0/+14
|\ \ \ \
| * | | | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi2022-11-081-0/+4
| * | | | x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko2022-11-081-0/+7
| * | | | x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko2022-11-081-0/+3
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-1118-181/+331
|\ \ \ \
| * | | | KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson2022-11-111-2/+2
| * | | | Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2022-11-098-36/+52
| |\| | |
| * | | | KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-093-3/+8
| * | | | KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-094-9/+15
| * | | | KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
| * | | | KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda2022-11-091-1/+1
| * | | | x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini2022-11-093-8/+8
| * | | | KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-095-38/+136
| * | | | KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-095-13/+26
| * | | | KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-093-20/+39
| * | | | KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-093-29/+18
| * | | | KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2022-11-092-3/+0
| * | | | KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini2022-11-091-1/+0
| * | | | KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-094-15/+16
| * | | | KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini2022-11-091-19/+19
| * | | | KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-095-20/+30
| * | | | KVM: x86: use a separate asm-offsets.c filePaolo Bonzini2022-11-095-7/+30
* | | | | Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-11-111-9/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86/hyperv: fix invalid writes to MSRs during root partition kexecAnirudh Rayabharam2022-11-031-4/+7
| * | | | x86/hyperv: Remove BUG_ON() for kmap_local_page()Zhao Liu2022-10-271-5/+3
* | | | | Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-063-9/+16
|\ \ \ \ \
| * | | | | perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang2022-11-021-0/+1
| * | | | | perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
| * | | | | perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
| * | | | | perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui2022-11-021-5/+1
* | | | | | Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-063-9/+29
|\ \ \ \ \ \
| * | | | | | x86/cpu: Add several Intel server CPU model numbersTony Luck2022-11-041-1/+10
| * | | | | | x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov2022-11-011-5/+16
| * | | | | | x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen2022-11-011-3/+3