summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2515-40/+109
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-251-4/+6
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-131-4/+6
| | |\
| | | * bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson2020-03-061-4/+6
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-241-0/+3
| |\ \ \
| | * | | x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov2020-03-191-0/+3
| * | | | x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-2/+24
| |/ / /
| * | | Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-6/+26
| |\ \ \
| | * | | x86/vector: Remove warning on managed interrupt migrationPeter Xu2020-03-131-6/+8
| | * | | x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
| * | | | Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-151-10/+7
| |\ \ \ \
| | * | | | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-121-10/+7
| | |/ / /
| * | | | Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-6/+12
| |\ \ \ \
| | * | | | x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck2020-02-271-4/+5
| | * | | | x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner2020-02-251-2/+7
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-148-12/+31
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini2020-03-141-2/+3
| | |\ \ \ \
| | | * | | | KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov2020-03-141-2/+3
| | * | | | | KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal2020-03-141-2/+5
| | * | | | | KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson2020-03-141-2/+14
| | * | | | | KVM: fix Kconfig menu text for -WerrorJason A. Donenfeld2020-03-051-1/+1
| | * | | | | KVM: x86: remove stale comment from struct x86_emulate_ctxtVitaly Kuznetsov2020-03-031-1/+0
| | * | | | | KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov2020-03-031-0/+1
| | * | | | | KVM: SVM: Fix the svm vmexit code for WRMSRHaiwei Li2020-03-021-1/+2
| | * | | | | KVM: X86: Fix dereference null cpufreq policyWanpeng Li2020-03-021-3/+5
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-132-80/+194
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa2020-03-131-5/+9
| * | | | | | bpf: Fix trampoline generation for fmod_ret programsAlexei Starovoitov2020-03-111-26/+5
| * | | | | | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-11/+119
| * | | | | | bpf: JIT helpers for fmod_ret progsKP Singh2020-03-041-63/+85
| * | | | | | bpf: Refactor trampoline update codeKP Singh2020-03-041-15/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-03-122-3/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld2020-03-052-3/+9
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-028-9/+52
|\ \ \ \ \ \
| * | | | | | x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
| * | | | | | x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-296-2/+50
| * | | | | | x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-021-99/+52
|\ \ \ \ \ \
| * | | | | | efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel2020-02-261-19/+26
| * | | | | | efi/x86: Remove support for EFI time and counter services in mixed modeArd Biesheuvel2020-02-261-76/+5
| * | | | | | efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel2020-02-261-4/+21
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-016-29/+86
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | | | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
| | |_|_|/ | |/| | |