summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-2011-32/+99
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-174-5/+34
| |\
| | * x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-152-3/+28
| | * x86/CPU: Add Icelake model numberRajneesh Bhardwaj2019-02-141-0/+2
| | * x86/a.out: Clear the dump structure initiallyBorislav Petkov2019-02-131-2/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-173-2/+37
| |\ \
| | * | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-113-2/+37
| * | | kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li2019-02-141-1/+2
| * | | KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang2019-02-143-21/+17Star
| * | | KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson2019-02-131-0/+4
| * | | x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov2019-02-121-3/+5
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-156-32/+43
|\| |
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-104-26/+29
| |\|
| | * x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
| | * x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra2019-02-081-25/+25
| | * x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
| | * x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-102-6/+14
| |\ \
| | * | perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-041-5/+11
| | * | perf/x86/intel/uncore: Add Node ID maskKan Liang2019-02-041-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0916-17/+69
|\| | |
| * | | KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-071-0/+1
| * | | KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-071-0/+7
| |/ /
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-0310-12/+24
| |\|
| | * x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-024-8/+8
| | * x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-02-011-0/+3
| | * x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1
| | * x86/fault: Fix sign-extend unintended sign extensionColin Ian King2019-01-291-1/+1
| | * x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-292-1/+9
| | * x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-01-291-1/+2
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-032-2/+3
| |\ \
| | * | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-302-2/+3
| * | | x86_64: increase stack size for KASAN_EXTRAQian Cai2019-02-021-0/+4
| * | | x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds2019-02-011-3/+30
| |/ /
* | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-032-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-309-25/+46
|\| |
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-277-7/+30
| |\|
| | * x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| | * x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| | * x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
| | * x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
| | * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
| | * x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
| | * x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
| * | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-18/+16Star
| |\ \
| | * | x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier2018-12-041-4/+0Star
| | * | x86/tsc: Make calibration refinement more robustDaniel Vacek2018-11-061-14/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-292-42/+125
|\ \ \ \ | |/ / / |/| | |
| * | | x32: bpf: implement jitting of JMP32Jiong Wang2019-01-261-36/+85
| * | | x86_64: bpf: implement jitting of JMP32Jiong Wang2019-01-261-6/+40