aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon
2013-04-22KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon
2013-04-22lguest: map Switcher below fixmap.Rusty Russell
2013-04-22lguest: assume Switcher text is a single page.Rusty Russell
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin
2013-04-21perf/x86: Check all MSRs before passing hw checkGeorge Dunlap
2013-04-21perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin
2013-04-21perf/x86/intel: Add Ivy Bridge-EP uncore supportYan, Zheng
2013-04-21perf/x86/intel: Fix SNB-EP CBO and PCU uncore PMU filter managementYan, Zheng
2013-04-21perf/x86: Avoid kfree() in CPU_{STARTING,DYING}Yan, Zheng
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-20Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin
2013-04-19Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin
2013-04-19x86, microcode: Verify the family before dispatching microcode patchingH. Peter Anvin
2013-04-19iommu: Fix compile warnings with forward declarationsJoerg Roedel
2013-04-19Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar
2013-04-19amd64_edac: Add Family 16h supportAravind Gopalakrishnan
2013-04-18x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan
2013-04-18iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman
2013-04-17KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z
2013-04-17tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu
2013-04-17x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner
2013-04-16x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin
2013-04-16x86, relocs: Build separate 32/64-bit toolsKees Cook
2013-04-16x86, relocs: Add 64-bit ELF support to relocs toolKees Cook
2013-04-16x86, relocs: Consolidate processing logicKees Cook
2013-04-16x86, relocs: Generalize ELF structure namesKees Cook
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini
2013-04-16xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk
2013-04-16xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk
2013-04-16xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVMKonrad Rzeszutek Wilk
2013-04-16xen/spinlock: Check against default value of -1 for IRQ line.Konrad Rzeszutek Wilk
2013-04-16xen/time: Add default value of -1 for IRQ and check for that.Konrad Rzeszutek Wilk
2013-04-16xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang