summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)2013-06-214-4/+5
| * | | | | | | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-2013-10/+217
| * | | | | | | x86: Rename variables for debuggingSeiji Aguchi2013-06-203-10/+10
| * | | | | | | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-206-46/+82
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-024-13/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-06-281-10/+5
| |\ \ \ \ \ \ \
| | * | | | | | | x86/mce: Update MCE severity condition checkChen Gong2013-06-271-10/+5
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-06-268-22/+27
| |\ \ \ \ \ \ \
| | * | | | | | | mce: acpi/apei: Add comments to clarify usage of the various bitfields in the...Naveen N. Rao2013-06-252-1/+16
| | |/ / / / / /
| * | | | | | | Merge tag 'ras_fixlet_for_3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-06-191-2/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | x86, mce: Fix "braodcast" typoMathias Krause2013-06-051-2/+2
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-022-17/+20
|\ \ \ \ \ \ \
| * | | | | | | x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-252-17/+20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-025-76/+415
|\ \ \ \ \ \ \
| * | | | | | | x86, microcode, amd: Another early loading fixupJacob Shin2013-06-261-16/+24
| * | | | | | | x86, microcode, amd: Allow multiple families' bin files appended togetherJacob Shin2013-06-051-8/+42
| * | | | | | | x86, microcode, amd: Make find_ucode_in_initrd() __initJacob Shin2013-06-051-30/+68
| * | | | | | | x86, microcode, amd: Fix warnings and errors on with CONFIG_MICROCODE=mJacob Shin2013-05-311-4/+4
| * | | | | | | x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin2013-05-304-6/+282
| * | | | | | | x86, microcode, amd: Refactor functions to prepare for early loadingJacob Shin2013-05-301-69/+42
| * | | | | | | x86, microcode: Vendor abstract out save_microcode_in_initrd()Jacob Shin2013-05-302-1/+11
| * | | | | | | x86, microcode, intel: Correct typo in printkBorislav Petkov2013-05-301-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-028-60/+72
|\ \ \ \ \ \ \
| * | | | | | | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-0/+6
| * | | | | | | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-0/+8
| * | | | | | | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-0/+2
| * | | | | | | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-068-60/+56
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-024-5/+90
|\ \ \ \ \ \ \
| * | | | | | | x86/tboot: Provide debugfs interfaces to access TXT logQiaowei Ren2013-06-281-0/+73
| * | | | | | | x86: Remove weird PTR_ERR() in do_debugRusty Russell2013-06-191-1/+1
| * | | | | | | x86/debug: Only print out DR registers if they are not power-on defaultsDave Jones2013-06-192-4/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-024-28/+44
|\ \ \ \ \ \ \
| * | | | | | | x86/intel/cacheinfo: Shut up last long-standing warningBorislav Petkov2013-06-201-27/+25
| * | | | | | | x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-133-1/+19
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-022-18/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, reloc: Use xorl instead of xorq in relocate_kernel_64.SH. Peter Anvin2013-06-201-17/+17
| * | | | | | | | Merge tag 'v3.10-rc6' into x86/cleanupsH. Peter Anvin2013-06-203-12/+10
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86/mce: Remove check for CONFIG_X86_MCE_P4THERMALPaul Bolle2013-05-311-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-026-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-253-3/+3
| * | | | | | | | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-253-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-0213-111/+1019
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian2013-06-261-0/+6
| * | | | | | | perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian2013-06-263-4/+27
| * | | | | | | perf/x86/intel: Support full width countingAndi Kleen2013-06-262-0/+12
| * | | | | | | x86: Add NMI duration tracepointsDave Hansen2013-06-231-2/+7
| * | | | | | | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-1/+11
| * | | | | | | x86: Warn when NMI handlers take large amounts of timeDave Hansen2013-06-231-1/+28
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-201-4/+10
| |\ \ \ \ \ \ \
| * | | | | | | | perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen2013-06-193-7/+41
OpenPOWER on IntegriCloud