aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2014-06-092-1/+11
* x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos2014-06-091-0/+1
* x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin2014-04-301-0/+11
* x86, hyperv: Bypass the timer_irq_works() checkJason Wang2014-04-301-0/+6
* KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-04-091-1/+1
* KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti2014-04-091-0/+3
* x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman2014-04-021-1/+1
* KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-04-021-3/+3
* perf/x86: Fix event schedulingPeter Zijlstra2014-04-021-0/+3
* x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-04-023-0/+76
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-04-024-3/+23
* x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young2014-04-021-1/+1
* perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter2014-02-151-8/+45
* x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds2014-02-151-6/+7
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2014-02-153-44/+15
* KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2014-01-031-1/+2
* x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett2014-01-031-5/+0
* x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin2014-01-032-3/+4
* x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as...Thomas Renninger2014-01-031-1/+1
* x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2014-01-032-5/+8
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-11-282-2/+2
* x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani2013-10-261-0/+16
* x86, efi: Don't map Boot Services on i386Josh Boyer2013-10-261-4/+7
* x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel2013-09-101-0/+22
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-09-102-3/+5
* x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu2013-09-101-1/+1
* xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-07-271-15/+2
* x86/efi: Fix dummy variable buffer allocationBen Hutchings2013-06-291-1/+6
* Modify UEFI anti-bricking codeMatthew Garrett2013-06-291-9/+66
* x86: fix build error and kconfig for ia32_emulation and binfmtRandy Dunlap2013-06-291-0/+1
* KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)2013-06-291-3/+2
* x86: Fix typo in kexec register clearingKees Cook2013-06-191-1/+1
* x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger2013-05-301-1/+13
* x86,efi: Check max_size only if it is non-zero.Richard Weinberger2013-05-301-1/+6
* efi: Export efi_query_variable_store() for efivars.koSergey Vlasov2013-05-301-0/+1
* x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming2013-05-301-0/+25
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-301-0/+6
* xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk2013-05-301-0/+15
* x86: Eliminate irq_mis_count counted in arch_irq_statLi Fei2013-05-301-4/+0
* x86/mm: account for PGDIR_SIZE alignmentjerry.hoemann@hp.com2013-05-131-0/+5
* perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian2013-05-131-3/+12
* xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-05-132-2/+9
* xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-05-131-0/+1
* xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-05-131-0/+1
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-251-7/+6
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-04-252-27/+16
* KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-04-251-0/+5
* x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-255-13/+21
* x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-251-2/+4
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-03-271-0/+2