summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-08-07x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-08-07x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-21/+11
2014-08-07x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin4-5/+43
2014-08-07x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin3-2/+6
2014-08-07x86, espfix: Fix broken header guardH. Peter Anvin1-1/+1
2014-08-07x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin3-3/+19
2014-08-07x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin8-26/+318
2014-08-07Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin2-11/+1
2014-07-31x86/efi: Include a .bss section within the PE/COFF headersMichael Brown2-11/+52
2014-07-31x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-0/+1
2014-07-28perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-07-17x86, ioremap: Speed up check for RAM pagesRoland Dreier1-7/+19
2014-07-17crypto: sha512_ssse3 - fix byte count to bit count conversionJussi Kivilinna1-1/+1
2014-07-09KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini1-1/+1
2014-07-09KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit1-1/+1
2014-07-06ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+16
2014-06-30x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-30x86, x32: Use compat shims for io_{setup,submit}Mike Frysinger1-2/+4
2014-06-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-06-26KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini1-19/+43
2014-06-11perf: Drop sample rate when sampling is too slowDave Hansen1-1/+11
2014-06-07x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2-1/+11
2014-06-07x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos1-0/+1
2014-05-06x86/efi: Correct EFI boot stub use of code32_startMatt Fleming3-14/+14
2014-05-06x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2014-05-06ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek1-1/+1
2014-04-26x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman1-9/+6
2014-04-14crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2-32/+11
2014-04-03x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-03-31KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti1-1/+1
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2-0/+17
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2014-03-31x86: bpf_jit: support negative offsetsAlexei Starovoitov1-1/+1
2014-03-23x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha1-3/+12
2014-03-23KVM: SVM: fix cr8 intercept windowRadim Krčmář1-3/+3
2014-03-23x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman1-1/+1
2014-03-23x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2-2/+2
2014-03-23x86: Ignore NMIs that come in during early bootH. Peter Anvin2-2/+11
2014-03-06perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-03-06x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+3
2014-03-06kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-22ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)1-36/+47
2014-02-22x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin1-5/+9
2014-02-22x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin1-1/+6
2014-02-22xen: Fix possible user space selector corruptionFrediano Ziglio1-0/+9
2014-02-22xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel2-17/+24
2014-02-20x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman1-1/+1
2014-02-06x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2014-02-06bpf: do not use reciprocal divideEric Dumazet1-4/+10