summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-17/+17
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong5-223/+230
2012-09-21x86/kbuild: archscripts depends on scripts_basicJeff Mahoney1-1/+1
2012-09-20kprobes/x86: Move skip_singlestep upBorislav Petkov1-16/+16
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk1-0/+4
2012-09-19x86, microcode, AMD: Fix use after free in free_cache()Dan Carpenter1-2/+2
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin4-5/+5
2012-09-19Merge tag 'v3.6-rc6' into x86/cleanupsIngo Molnar29-308/+423
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian3-1/+39
2012-09-19x86: Use REP BSF unconditionallyJan Beulich1-17/+2
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov1-3/+5
2012-09-19perf: Fix off by one test in perf_reg_value()Dan Carpenter1-1/+1
2012-09-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar4-22/+88
2012-09-19Merge tag 'ras_queue_for_3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2-11/+2
2012-09-19Merge tag 'v3.6-rc6' into x86/mceIngo Molnar44-361/+645
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-09-18x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha1-2/+1
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha1-5/+12
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha2-0/+4
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha7-66/+108
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha10-61/+146
2012-09-18x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha3-142/+29
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha1-1/+2
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2-15/+3
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2-11/+4
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha8-484/+348
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha3-113/+81
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha3-116/+110
2012-09-17x86, MCE: Remove unused definesBorislav Petkov1-11/+1
2012-09-17x86, mce: Enable MCA support by defaultBorislav Petkov1-0/+1
2012-09-17perf/x86: Add cpumask for uncore pmuYan, Zheng2-5/+29
2012-09-17x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett1-1/+2
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett1-0/+2
2012-09-17efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi1-0/+1
2012-09-17efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett1-0/+3
2012-09-17X86: Improve GOP detection in the EFI boot stubMatthew Garrett2-13/+20
2012-09-15uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov1-1/+1
2012-09-15uprobes/x86: Fix arch_uprobe_disable_step() && UTASK_SSTEP_TRAPPED interactionOleg Nesterov1-4/+10
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov2-8/+14
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov3-15/+21
2012-09-15ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov1-1/+13
2012-09-15ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov1-20/+21
2012-09-15uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior2-0/+35
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+6
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-14/+36
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu1-13/+29
2012-09-13ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt1-0/+4
2012-09-13kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu1-3/+6
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu1-2/+1