summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-05-10KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-05-10x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2015-03-06x86: mm/fault: Fix semaphore imbalanceBen Hutchings1-1/+1
2015-02-20KVM: x86: SYSENTER emulation is brokenNadav Amit1-17/+8
2015-02-20KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity1-0/+19
2015-02-20x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2015-02-20Revert "x86, 64bit, mm: Mark data/bss/brk to nx"Ben Hutchings1-4/+3
2015-02-20Revert "x86, mm: Set NX across entire PMD at boot"Ben Hutchings1-10/+1
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-02-20x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2-2/+36
2015-02-20x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-02-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan1-0/+1
2015-02-20ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracingSteven Rostedt (Red Hat)1-5/+15
2015-02-20crypto: include crypto- module prefix in templateKees Cook1-0/+3
2015-02-20crypto: prefix module autoloading with "crypto-"Kees Cook9-15/+15
2015-02-20x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski1-14/+27
2015-02-20x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2-6/+7
2015-02-20x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2015-02-20x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski1-28/+73
2015-01-01x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini3-2/+16
2015-01-01crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2-31/+11
2015-01-01x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-01-01x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2015-01-01KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-12-14x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+2
2014-12-14x86_64, traps: Rework bad_iretAndy Lutomirski2-29/+48
2014-12-14x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26
2014-12-14x86_64, traps: Stop using IST for #SSAndy Lutomirski5-22/+7
2014-12-14x86, mm: Set NX across entire PMD at bootKees Cook1-1/+10
2014-12-14x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu1-3/+4
2014-12-14x86: Require exact match for 'noxsave' command line optionDave Hansen1-0/+2
2014-12-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-12-14x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2-3/+6
2014-12-14x86: Conditionally update time when ack-ing pending irqsShai Fultheim1-5/+7
2014-12-14x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-12-14kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-11-05KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2014-11-05x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-4/+17
2014-11-05KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+87
2014-11-05KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini1-17/+30
2014-11-05KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-11-05KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-11-05KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa1-8/+10
2014-11-05kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+9
2014-11-05nEPT: Nested INVEPTNadav Har'El2-0/+9
2014-11-05KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-11-05KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-11-05sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-09-14x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-09-14x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-24/+11