summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-06-01defconfig: add wifi atheros modulessubmit/tizen_common/20150601.091241submit/tizen_3.0_common/20161104.104000accepted/tizen/common/20150601.092045accepted/tizen/3.0/common/20161114.112056tizen_commontizen_3.0.m2tizen_3.0.2015.q2_commonaccepted/tizen_3.0_commonPhilippe Coval2-0/+24
2015-05-28config: adjusted for 3.14.28-ltsisubmit/tizen_common/20150528.135532accepted/tizen/common/20150529.082401Stephane Desneux2-44/+0
2015-05-28Enable I2C/SMBus on intel platformsStephane Desneux2-0/+4
2015-05-28Enable support of DisplayLink framebuffer driverStephane Desneux2-0/+2
2015-05-28adjusted configurations for 3.14.25Stephane Desneux2-42/+109
2015-05-28import configuration from old branch tizen_3.14.19Stephane Desneux2-299/+2519
2015-02-26defconfig: enable CONFIG_DEVPTS_MULTIPLE_INSTANCESMaciej Wereski2-0/+2
2015-02-05packaging, defconfig: bump to 3.14.28-ltsiStephane Desneux2-51/+2
2015-02-04i386, x86_64 configurations: add CONFIG_EFI_STUBStephane Desneux2-0/+2
2015-02-04defconfig: set options according to systemd requirementsƁukasz Stelmach2-10/+42
2015-02-04Initialize default configurations for x86,x86_64,armStephane Desneux2-39/+18
2015-02-04Revert "x86/efi: Correct EFI boot stub use of code32_start"Philippe Coval3-14/+14
2015-02-04cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2015-01-08x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2-6/+7
2015-01-08x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-01-08x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski1-28/+73
2015-01-08x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2015-01-08x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2014-12-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang3-6/+75
2014-12-16x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton1-1/+1
2014-12-06x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini3-2/+16
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+1
2014-12-06x86, kaslr: Handle Gold linker for finding bss/brkKees Cook1-1/+10
2014-12-06x86, mm: Set NX across entire PMD at bootKees Cook1-1/+10
2014-12-06x86: Require exact match for 'noxsave' command line optionDave Hansen1-0/+2
2014-12-06x86_64, traps: Rework bad_iretAndy Lutomirski2-26/+48
2014-12-06x86_64, traps: Stop using IST for #SSAndy Lutomirski6-26/+8
2014-12-06x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26
2014-11-21x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li1-7/+14
2014-11-21KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-11-21perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver1-0/+3
2014-11-21x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao6-9/+57
2014-11-21x86, microcode, AMD: Fix ucode patch stashing on 32-bitBorislav Petkov1-10/+14
2014-11-21x86, microcode, AMD: Fix early ucode loading on 32-bitBorislav Petkov1-2/+7
2014-11-21x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski1-10/+1
2014-11-14x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2-3/+6
2014-11-14x86/platform/intel/iosf: Add Braswell PCI IDDavid E. Box1-0/+2
2014-11-14x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue1-1/+16
2014-11-14x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong1-2/+5
2014-11-14x86, iosf: Add Quark X1000 PCI IDOng Boon Leong1-0/+1
2014-11-14x86, iosf: Added Quark MBI identifiersOng Boon Leong1-0/+22
2014-11-14x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box3-5/+42
2014-11-14kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
2014-11-14KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-11-14KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-11-14KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig3-6/+14
2014-11-14x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1