Age | Commit message (Expand) | Author | Files | Lines |
2014-12-06 | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only | Paolo Bonzini | 3 | -2/+16 |
2014-12-06 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 1 | -1/+1 |
2014-12-06 | x86, kaslr: Handle Gold linker for finding bss/brk | Kees Cook | 1 | -1/+10 |
2014-12-06 | x86, mm: Set NX across entire PMD at boot | Kees Cook | 1 | -1/+10 |
2014-12-06 | x86: Require exact match for 'noxsave' command line option | Dave Hansen | 1 | -0/+2 |
2014-12-06 | x86_64, traps: Rework bad_iret | Andy Lutomirski | 2 | -26/+48 |
2014-12-06 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 6 | -26/+8 |
2014-12-06 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 2 | -32/+26 |
2014-11-21 | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o... | Shaohua Li | 1 | -7/+14 |
2014-11-21 | KVM: x86: Don't report guest userspace emulation error to userspace | Nadav Amit | 1 | -1/+1 |
2014-11-21 | perf/x86/intel: Use proper dTLB-load-misses event on IvyBridge | Vince Weaver | 1 | -0/+3 |
2014-11-21 | x86, kaslr: Prevent .bss from overlaping initrd | Junjie Mao | 6 | -9/+57 |
2014-11-21 | x86, microcode, AMD: Fix ucode patch stashing on 32-bit | Borislav Petkov | 1 | -10/+14 |
2014-11-21 | x86, microcode, AMD: Fix early ucode loading on 32-bit | Borislav Petkov | 1 | -2/+7 |
2014-11-21 | x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit | Andy Lutomirski | 1 | -10/+1 |
2014-11-14 | x86, apic: Handle a bad TSC more gracefully | Andy Lutomirski | 2 | -3/+6 |
2014-11-14 | x86/platform/intel/iosf: Add Braswell PCI ID | David E. Box | 1 | -0/+2 |
2014-11-14 | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache() | Bryan O'Donoghue | 1 | -1/+16 |
2014-11-14 | x86, iosf: Add PCI ID macros for better readability | Ong Boon Leong | 1 | -2/+5 |
2014-11-14 | x86, iosf: Add Quark X1000 PCI ID | Ong Boon Leong | 1 | -0/+1 |
2014-11-14 | x86, iosf: Added Quark MBI identifiers | Ong Boon Leong | 1 | -0/+22 |
2014-11-14 | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box | 3 | -5/+42 |
2014-11-14 | kvm: vmx: handle invvpid vm exit gracefully | Petr Matousek | 2 | -1/+10 |
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, 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: fix potentially corrupt mmio cache | David Matlack | 1 | -8/+12 |
2014-10-30 | kvm: x86: fix stale mmio cache bug | David Matlack | 3 | -6/+17 |
2014-10-05 | perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU | Venkatesh Srinivas | 1 | -3/+9 |
2014-10-05 | sched: Fix unreleased llc_shared_mask bit during CPU hotplug | Wanpeng Li | 1 | -0/+3 |
2014-10-05 | x86/kaslr: Avoid the setup_data area when picking location | Kees Cook | 1 | -0/+15 |
2014-10-05 | x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8 | Dave Young | 1 | -3/+3 |
2014-10-05 | x86/xen: don't copy bogus duplicate entries into kernel page tables | Stefan Bader | 2 | -15/+13 |
2014-09-05 | x86/xen: resume timer irqs early | David Vrabel | 1 | -1/+1 |
2014-09-05 | x86/xen: use vmap() to map grant table pages in PVH guests | David Vrabel | 1 | -5/+5 |
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 |