summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-06-20x86: Fix section mismatch on load_ucode_apPaul Gortmaker1-2/+2
2013-06-20x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk4-3/+12
2013-06-19x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-19x86: Remove weird PTR_ERR() in do_debugRusty Russell1-1/+1
2013-06-19perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen3-7/+41
2013-06-19perf/x86/intel: Support Haswell/v4 LBR formatAndi Kleen1-5/+51
2013-06-19perf/x86/intel: Move NMI clearing to end of PMI handlerAndi Kleen2-8/+13
2013-06-19perf/x86/intel: Add Haswell PEBS supportAndi Kleen3-2/+42
2013-06-19perf/x86/intel: Add simple Haswell PMU supportAndi Kleen3-2/+91
2013-06-19perf/x86/intel: Add Haswell PEBS record supportAndi Kleen2-22/+91
2013-06-19x86/debug: Only print out DR registers if they are not power-on defaultsDave Jones2-4/+16
2013-06-19Merge tag 'ras_fixlet_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-3/+3
2013-06-19x86/boot: Close opened file descriptorJiri Slaby1-0/+1
2013-06-19perf/x86/intel: Fix sparse warningYan, Zheng1-1/+1
2013-06-19perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementationSuravee Suthikulpanit3-0/+548
2013-06-19perf/x86: Only print PMU state when also WARN()'ingDave Hansen1-2/+6
2013-06-19perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter3-18/+22
2013-06-19Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2013-06-19perf/x86: Fix broken PEBS-LL support on SNB-EP/IVB-EPStephane Eranian1-1/+1
2013-06-19x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov1-0/+1
2013-06-19x86: fix build error and kconfig for ia32_emulation and binfmtRandy Dunlap1-0/+1
2013-06-18x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu1-4/+4
2013-06-18KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-18Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman18-214/+183
2013-06-15x86 thermal: Disable power limit notification interrupt by defaultFenghua Yu1-8/+26
2013-06-15x86 thermal: Delete power-limit-notification console messagesFenghua Yu1-9/+0
2013-06-14x86: mm: Remove general hugetlb code from x86.Steve Capper2-67/+3
2013-06-14x86: mm: Remove x86 version of huge_pmd_share.Steve Capper2-120/+3
2013-06-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-185/+70
2013-06-13Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin4-178/+65
2013-06-13crypto: aesni_intel - fix accessing of unaligned memoryJussi Kivilinna1-16/+32
2013-06-13x86: Fix typo in kexec register clearingKees Cook1-1/+1
2013-06-13x86, relocs: Move __vvar_page from S_ABS to S_RELKees Cook1-3/+1
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2013-06-12idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner1-12/+0
2013-06-11x86, efi: retry ExitBootServices() on failureZach Bobroff1-3/+17
2013-06-11efi: Convert runtime services function ptrsBorislav Petkov1-14/+14
2013-06-11Modify UEFI anti-bricking codeMatthew Garrett4-178/+65
2013-06-11Merge tag 'stable/for-linus-3.10-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+8
2013-06-10xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk1-13/+16
2013-06-10xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk1-4/+7
2013-06-10xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk1-1/+5
2013-06-10xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk1-5/+10
2013-06-10xen/spinlock: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk1-1/+6
2013-06-10xen/smp: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk1-1/+16
2013-06-10xen/smp: Set the per-cpu IRQ number to a valid default.Konrad Rzeszutek Wilk1-9/+19
2013-06-10xen/smp: Introduce a common structure to contain the IRQ name and interrupt l...Konrad Rzeszutek Wilk1-20/+24
2013-06-10xen/smp: Coalesce the free_irq calls in one function.Konrad Rzeszutek Wilk1-21/+19
2013-06-07Merge tag 'pci-v3.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2013-06-07x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin12-65/+60