aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 22-78/+98
2017-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 18-66/+84
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-9/+7
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2017-08-18mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesGravatar Kees Cook 1-2/+2
2017-08-18kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogGravatar Nicholas Piggin 1-1/+1
2017-08-18kernel/watchdog: Prevent false positives with turbo modesGravatar Thomas Gleixner 1-0/+1
2017-08-18x86: Constify attribute_group structuresGravatar Arvind Yadav 7-36/+36
2017-08-17Merge tag 'pm-4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+3
2017-08-17Merge branches 'intel_pstate-fix' and 'cpufreq-x86-fix'Gravatar Rafael J. Wysocki 1-0/+3
2017-08-17x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Gravatar Alexander Potapenko 1-3/+4
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksGravatar Oleg Nesterov 1-2/+1
2017-08-16x86: Fix norandmaps/ADDR_NO_RANDOMIZEGravatar Oleg Nesterov 1-2/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-54/+87
2017-08-15x86/mtrr: Prevent CPU hotplug lock recursionGravatar Thomas Gleixner 1-3/+15
2017-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-32/+37
2017-08-12Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-22/+50
2017-08-11xen: fix hvm guest with kaslr enabledGravatar Juergen Gross 1-2/+14
2017-08-11xen: split up xen_hvm_init_shared_info()Gravatar Juergen Gross 1-21/+24
2017-08-11x86: provide an init_mem_mapping hypervisor hookGravatar Juergen Gross 2-0/+13
2017-08-11x86: Mark various structures and functions as 'static'Gravatar Colin Ian King 4-5/+5
2017-08-11x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Gravatar Borislav Petkov 2-2/+2
2017-08-11cpufreq: x86: Disable interrupts during MSRs readingGravatar Doug Smythies 1-0/+3
2017-08-10x86/smpboot: Unbreak CPU0 hotplugGravatar Vitaly Kuznetsov 1-13/+17
2017-08-10x86/asm/64: Clear AC on NMI entriesGravatar Andy Lutomirski 1-0/+2
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingGravatar Peter Zijlstra 1-9/+7
2017-08-09bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Gravatar Daniel Borkmann 1-0/+26
2017-08-09crypto: x86/sha1 - Fix reads beyond the number of blocks passedGravatar megha.dey@linux.intel.com 2-32/+37
2017-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-84/+189
2017-08-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-16/+11
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-14/+26
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Gravatar Wanpeng Li 1-2/+9
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitGravatar David Matlack 1-10/+43
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownGravatar David Matlack 1-5/+11
2017-08-02KVM: nVMX: do not pin the VMCS12Gravatar Paolo Bonzini 1-17/+7
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opGravatar Longpeng(Mike) 1-0/+1
2017-08-02KVM: X86: Fix loss of pending INIT due to raceGravatar Wanpeng Li 1-8/+11
2017-08-01KVM: async_pf: make rcu irq exit if not triggered from idle taskGravatar Wanpeng Li 1-2/+4
2017-08-01KVM: nVMX: fixes to nested virt interrupt injectionGravatar Paolo Bonzini 2-25/+72
2017-08-01KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Gravatar Paolo Bonzini 1-18/+34
2017-08-01x86/hpet: Cure interface abuse in the resume pathGravatar Thomas Gleixner 1-16/+11
2017-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+13
2017-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-11/+50
2017-07-30cpufreq: x86: Make scaling_cur_freq behave more as expectedGravatar Rafael J. Wysocki 1-14/+26
2017-07-28x86/boot: Disable the address-of-packed-member compiler warningGravatar Matthias Kaehlcke 1-0/+1
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersGravatar Wanpeng Li 1-3/+14
2017-07-26KVM: nVMX: Fix loss of L2's NMI blocking stateGravatar Wanpeng Li 1-0/+2
2017-07-26KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeGravatar Wincy Van 1-11/+11
2017-07-26x86: irq: Define a global vector for nested posted interruptsGravatar Wincy Van 7-1/+29
2017-07-26KVM: x86: do mask out upper bits of PAE CR3Gravatar Paolo Bonzini 1-2/+2