summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-061-1/+1
|\
| * KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULTPaolo Bonzini2022-11-301-1/+1
* | x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta2022-12-023-9/+16
* | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+9
|\ \ | |/ |/|
| * mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross2022-11-301-0/+8
| * mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-274-30/+42
|\ \
| * | x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley2022-11-221-1/+7
| * | x86/pm: Add enumeration check before spec MSRs save/restore setupPawan Gupta2022-11-211-8/+15
| * | x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta2022-11-212-21/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-276-42/+64
|\ \ \
| * \ \ Merge branch 'kvm-dwmw2-fixes' into HEADPaolo Bonzini2022-11-231-9/+23
| |\ \ \
| | * | | KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0David Woodhouse2022-11-231-1/+11
| | * | | KVM: x86/xen: Validate port number in SCHEDOP_pollDavid Woodhouse2022-11-231-8/+12
| * | | | KVM: x86/mmu: Fix race condition in direct_page_faultKazuki Takiguchi2022-11-231-6/+7
| * | | | Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-174-27/+34
| |\ \ \ \
| | * | | | KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky2022-11-171-15/+0
| | * | | | KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-173-5/+13
| | * | | | KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| | * | | | KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-173-7/+7
| | * | | | KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in useMaxim Levitsky2022-11-171-0/+3
| | * | | | KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky2022-11-171-0/+1
| | |/ / /
* | | | | Merge tag 'kbuild-fixes-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-261-1/+1
|\ \ \ \ \
| * | | | | kbuild: fix "cat: .version: No such file or directory"Masahiro Yamada2022-11-241-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-11-251-28/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/hyperv: Restore VP assist page after cpu offlining/onliningVitaly Kuznetsov2022-11-111-28/+26
* | | | | 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