summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2-2/+25
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk1-0/+62
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-0/+1
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2-3/+7
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor1-2/+20
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor3-19/+42
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor1-2/+37
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor1-0/+3
2014-01-06xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor1-0/+9
2014-01-06xen/pvh: MMU changes for PVH (v2)Mukesh Rathor1-35/+46
2014-01-06xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk1-20/+20
2014-01-06xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk1-33/+37
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2-4/+11
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2-20/+46
2014-01-06xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor1-0/+5
2014-01-06xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor1-1/+6
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel1-0/+1
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar24-95/+129
2014-01-04x86, boot: Move intcall() to the .inittext sectionH. Peter Anvin1-2/+2
2014-01-04x86, boot: Use .code16 instead of .code16gccDavid Woodhouse2-12/+12
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt1-2/+2
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov3-3/+31
2014-01-03xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk1-3/+2
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+74
2014-01-03x86/efi: parse_efi_setup() build fixDave Young1-3/+2
2014-01-03x86: ksysfs.c build fixDave Young1-0/+1
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on x86Mark Salter1-0/+1
2014-01-02Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+5
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2013-12-31crypto: aesni - fix build on x86 (32bit)Andy Shevchenko2-1/+4
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2013-12-29x86/efi: Delete superfluous global variablesMatt Fleming2-18/+1
2013-12-29x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young1-2/+2
2013-12-29x86: Export x86 boot_params to sysfsDave Young2-0/+340
2013-12-29x86: Add xloadflags bit for EFI runtime support on kexecDave Young2-1/+9
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young6-25/+156
2013-12-27x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin1-3/+5
2013-12-27x86: Replace assembly access_ok() with a C variantLinus Torvalds1-11/+17
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman14-77/+83
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-3/+43
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-0/+4
2013-12-21x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young1-53/+79
2013-12-21x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young3-0/+13
2013-12-21x86/efi: Remove unused variables in __map_region()Dave Young1-5/+1
2013-12-20x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.hH.J. Lu1-20/+22
2013-12-20x86, irq: Change check_vectors() to check_irq_vectors_for_cpu_disable()H. Peter Anvin3-3/+3
2013-12-20x86: Add check for number of available vectors before CPU downPrarit Bhargava3-0/+51
2013-12-20KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3