Age | Commit message (Expand) | Author | Files | Lines |
2014-11-18 | upstream: treewide: Fix common typo in "identify" | Maxime Jayat | 2 | -2/+2 |
2014-11-18 | upstream: Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 1 | -1/+1 |
2014-11-18 | arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not | Maarten Lankhorst | 2 | -14/+8 |
2014-11-18 | drivers: dma-contiguous: clean source code and prepare for device tree | Marek Szyprowski | 1 | -1/+0 |
2014-11-14 | x86, apic: Handle a bad TSC more gracefully | Andy Lutomirski | 2 | -3/+6 |
2014-11-14 | KVM: x86: Emulator fixes for eip canonical checks on near branches | Nadav Amit | 1 | -24/+54 |
2014-11-14 | KVM: x86: Fix wrong masking on relative jump/call | Nadav Amit | 1 | -5/+22 |
2014-11-14 | kvm: x86: don't kill guest on unknown exit reason | Michael S. Tsirkin | 2 | -6/+6 |
2014-11-14 | KVM: x86: Check non-canonical addresses upon WRMSR | Nadav Amit | 4 | -3/+42 |
2014-11-14 | KVM: x86: Improve thread safety in pit | Andy Honig | 1 | -0/+2 |
2014-11-14 | KVM: x86: Prevent host from panicking on shared MSR writes. | Andy Honig | 3 | -6/+14 |
2014-11-14 | x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE | Dexuan Cui | 1 | -1/+1 |
2014-11-14 | x86_64, entry: Fix out of bounds read on sysenter | Andy Lutomirski | 1 | -1/+1 |
2014-11-14 | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 2 | -2/+18 |
2014-11-14 | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED | H. Peter Anvin | 5 | -5/+5 |
2014-11-14 | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() | Oleg Nesterov | 2 | -2/+5 |
2014-11-14 | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable() | Oleg Nesterov | 1 | -1/+4 |
2014-11-14 | x86: Reject x32 executables if x32 ABI not supported | Ben Hutchings | 1 | -2/+3 |
2014-10-30 | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead | Bryan O'Donoghue | 1 | -0/+15 |
2014-10-30 | kvm: x86: fix stale mmio cache bug | David Matlack | 3 | -6/+17 |
2014-10-05 | sched: Fix unreleased llc_shared_mask bit during CPU hotplug | Wanpeng Li | 1 | -0/+3 |
2014-10-05 | x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8 | Dave Young | 1 | -3/+3 |
2014-10-05 | KVM: x86: handle idiv overflow at kvm_write_tsc | Marcelo Tosatti | 1 | -3/+20 |
2014-09-05 | x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub | Matt Fleming | 1 | -0/+1 |
2014-09-05 | x86_64/vsyscall: Fix warn_bad_vsyscall log output | Andy Lutomirski | 1 | -4/+4 |
2014-09-05 | x86: don't exclude low BIOS area when allocating address space for non-PCI cards | Christoph Schulz | 2 | -3/+9 |
2014-09-05 | Revert "KVM: x86: Increase the number of fixed MTRR regs to 10" | Paolo Bonzini | 1 | -1/+1 |
2014-09-05 | KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in use | Wanpeng Li | 2 | -14/+40 |
2014-09-05 | KVM: x86: Inter-privilege level ret emulation is not implemeneted | Nadav Amit | 1 | -0/+4 |
2014-08-07 | x86/espfix/xen: Fix allocation of pages for paravirt page tables | Boris Ostrovsky | 1 | -3/+2 |
2014-08-07 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 3 | -21/+11 |
2014-08-07 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 4 | -5/+43 |
2014-08-07 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 3 | -2/+6 |
2014-08-07 | x86, espfix: Fix broken header guard | H. Peter Anvin | 1 | -1/+1 |
2014-08-07 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 3 | -3/+19 |
2014-08-07 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 8 | -26/+318 |
2014-08-07 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2 | -11/+1 |
2014-07-31 | x86/efi: Include a .bss section within the PE/COFF headers | Michael Brown | 2 | -11/+52 |
2014-07-31 | x86_32, entry: Store badsys error code in %eax | Sven Wegener | 1 | -4/+5 |
2014-07-28 | locking/mutex: Disable optimistic spinning on some architectures | Peter Zijlstra | 1 | -0/+1 |
2014-07-28 | perf/x86/intel: ignore CondChgd bit to avoid false NMI handling | HATAYAMA Daisuke | 1 | -0/+9 |
2014-07-17 | x86, ioremap: Speed up check for RAM pages | Roland Dreier | 1 | -7/+19 |
2014-07-17 | crypto: sha512_ssse3 - fix byte count to bit count conversion | Jussi Kivilinna | 1 | -1/+1 |
2014-07-09 | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini | 1 | -1/+1 |
2014-07-09 | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit | 1 | -1/+1 |
2014-07-06 | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo | 1 | -0/+16 |
2014-06-30 | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) | Andy Lutomirski | 1 | -2/+8 |
2014-06-30 | x86, x32: Use compat shims for io_{setup,submit} | Mike Frysinger | 1 | -2/+4 |
2014-06-30 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 1 | -5/+0 |
2014-06-26 | KVM: lapic: sync highest ISR to hardware apic on EOI | Paolo Bonzini | 1 | -19/+43 |