summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity
2012-09-20KVM: MMU: Optimize gpte_access() slightlyAvi Kivity
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk
2012-09-19x86, microcode, AMD: Fix use after free in free_cache()Dan Carpenter
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin
2012-09-19Merge tag 'v3.6-rc6' into x86/cleanupsIngo Molnar
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian
2012-09-19x86: Use REP BSF unconditionallyJan Beulich
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov
2012-09-19perf: Fix off by one test in perf_reg_value()Dan Carpenter
2012-09-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-09-19Merge tag 'ras_queue_for_3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2012-09-19Merge tag 'v3.6-rc6' into x86/mceIngo Molnar
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding
2012-09-18x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-09-18x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha
2012-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki
2012-09-17x86, MCE: Remove unused definesBorislav Petkov
2012-09-17x86, mce: Enable MCA support by defaultBorislav Petkov
2012-09-17xen/swiotlb: Fix compile warnings when using plain integer instead of NULL po...Konrad Rzeszutek Wilk
2012-09-17xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when...Konrad Rzeszutek Wilk
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin
2012-09-17perf/x86: Add cpumask for uncore pmuYan, Zheng
2012-09-17KVM: SVM: Make use of asm.hAvi Kivity
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity
2012-09-17x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett
2012-09-17efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi
2012-09-17efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett
2012-09-17X86: Improve GOP detection in the EFI boot stubMatthew Garrett
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-15uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov
2012-09-15uprobes/x86: Fix arch_uprobe_disable_step() && UTASK_SSTEP_TRAPPED interactionOleg Nesterov
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov
2012-09-15ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov
2012-09-15ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov