Age | Commit message (Expand) | Author | Files | Lines |
2017-06-08 | locking/x86: Remove the unused atomic_inc_short() methd | Dmitry Vyukov | 1 | -13/+0 |
2017-06-02 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -15/+12 |
2017-06-02 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -10/+78 |
2017-06-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -102/+83 |
2017-06-01 | Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT" | Ingo Molnar | 1 | -6/+3 |
2017-06-01 | KVM: x86: Fix nmi injection failure when vcpu got blocked | ZhuangYanying | 1 | -2/+5 |
2017-06-01 | KVM: SVM: do not zero out segment attributes if segment is unusable or not pr... | Roman Pen | 1 | -13/+11 |
2017-05-30 | KVM: SVM: ignore type when setting segment registers | Gioh Kim | 1 | -1/+1 |
2017-05-30 | KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging | Radim Krčmář | 1 | -83/+57 |
2017-05-29 | x86/debug/32: Convert a smp_processor_id() call to raw to avoid DEBUG_PREEMPT... | Borislav Petkov | 1 | -1/+1 |
2017-05-29 | x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt... | Borislav Petkov | 1 | -8/+8 |
2017-05-28 | x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabled | Baoquan He | 1 | -8/+71 |
2017-05-28 | x86/efi: Disable runtime services on kexec kernel if booted with efi=old_map | Sai Praneeth | 1 | -2/+4 |
2017-05-28 | efi: Don't issue error message when booted under Xen | Juergen Gross | 1 | -0/+3 |
2017-05-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -37/+81 |
2017-05-27 | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -7/+7 |
2017-05-26 | x86/ftrace: Make sure that ftrace trampolines are not RWX | Thomas Gleixner | 1 | -6/+14 |
2017-05-26 | x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range() | Steven Rostedt (VMware) | 1 | -1/+1 |
2017-05-26 | kprobes/x86: Fix to set RWX bits correctly before releasing trampoline | Masami Hiramatsu | 1 | -0/+9 |
2017-05-26 | KVM: x86: Fix virtual wire mode | Jan H. Schönherr | 1 | -1/+2 |
2017-05-26 | KVM: nVMX: Fix handling of lmsw instruction | Jan H. Schönherr | 1 | -2/+5 |
2017-05-26 | KVM: X86: Fix preempt the preemption timer cancel | Wanpeng Li | 1 | -0/+2 |
2017-05-26 | x86/timers: Move simple_udelay_calibration past init_hypervisor_platform | Jan Kiszka | 1 | -2/+2 |
2017-05-24 | x86/alternatives: Prevent uninitialized stack byte read in apply_alternatives() | Mateusz Jurczyk | 1 | -2/+7 |
2017-05-24 | x86/PAT: Fix Xorg regression on CPUs that don't support PAT | Mikulas Patocka | 1 | -3/+6 |
2017-05-24 | x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog do... | Benjamin Peterson | 1 | -1/+1 |
2017-05-24 | x86/build: Permit building with old make versions | Jan Kiszka | 1 | -1/+1 |
2017-05-24 | x86/unwind: Add end-of-stack check for ftrace handlers | Josh Poimboeuf | 1 | -9/+40 |
2017-05-24 | Revert "x86/entry: Fix the end of the stack for newly forked tasks" | Josh Poimboeuf | 2 | -18/+23 |
2017-05-21 | x86: fix 32-bit case of __get_user_asm_u64() | Linus Torvalds | 1 | -3/+3 |
2017-05-21 | Clean up x86 unsafe_get/put_user() type handling | Linus Torvalds | 1 | -2/+3 |
2017-05-21 | x86/MCE: Export memory_error() | Borislav Petkov | 2 | -7/+7 |
2017-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2017-05-21 | fix unsafe_put_user() | Al Viro | 1 | -1/+1 |
2017-05-21 | x86/boot: Use CROSS_COMPILE prefix for readelf | Rob Landley | 1 | -1/+1 |
2017-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -32/+62 |
2017-05-19 | Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -76/+43 |
2017-05-19 | KVM: x86: prevent uninitialized variable warning in check_svme() | Radim Krčmář | 1 | -1/+1 |
2017-05-19 | KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh() | Radim Krčmář | 1 | -1/+1 |
2017-05-19 | KVM: x86: zero base3 of unusable segments | Radim Krčmář | 1 | -0/+2 |
2017-05-19 | KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation | Wanpeng Li | 1 | -9/+15 |
2017-05-19 | KVM: x86: Fix potential preemption when get the current kvmclock timestamp | Wanpeng Li | 1 | -1/+9 |
2017-05-19 | xen: make xen_flush_tlb_all() static | Juergen Gross | 1 | -1/+1 |
2017-05-19 | xen: cleanup pvh leftovers from pv-only sources | Juergen Gross | 2 | -75/+42 |
2017-05-18 | KVM: Silence underflow warning in avic_get_physical_id_entry() | Dan Carpenter | 1 | -1/+2 |
2017-05-16 | KVM: x86: lower default for halt_poll_ns | Paolo Bonzini | 1 | -1/+1 |
2017-05-15 | KVM: nVMX: fix EPT permissions as reported in exit qualification | Paolo Bonzini | 1 | -14/+21 |
2017-05-15 | KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled | Wanpeng Li | 1 | -1/+1 |
2017-05-15 | KVM: x86: Fix load damaged SSEx MXCSR register | Wanpeng Li | 2 | -2/+8 |
2017-05-15 | kvm: nVMX: off by one in vmx_write_pml_buffer() | Dan Carpenter | 1 | -1/+1 |