summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-032-2/+2
* mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-031-16/+2
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+6
* mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-032-14/+5
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-033-2/+35
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-032-187/+6
|\
| * x86: mm: Remove general hugetlb code from x86.Steve Capper2013-06-142-67/+3
| * x86: mm: Remove x86 version of huge_pmd_share.Steve Capper2013-06-142-120/+3
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-021-7/+59
|\ \
| * | x86/UV: Add GRU distributed mode mappingsDimitri Sivanich2013-05-301-7/+59
* | | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-0220-72/+588
|\ \ \
| * \ \ Merge remote-tracking branch 'trace/tip/x86/trace' into x86/traceH. Peter Anvin2013-06-242-6/+8
| |\ \ \
| | * | | trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2013-06-222-6/+8
| * | | | x86/tracing: Add config option checking to the definitions of mce handlersSeiji Aguchi2013-06-231-0/+5
| |/ / /
| * | | 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-2019-15/+419
| * | | x86: Rename variables for debuggingSeiji Aguchi2013-06-204-13/+54
| * | | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-207-46/+109
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-025-14/+24
|\ \ \ \
| * \ \ \ 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-2616-48/+77
| |\ \ \ \ \
| | * | | | | 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-192-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86, mce: Fix "braodcast" typoMathias Krause2013-06-052-3/+3
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-023-0/+37
|\ \ \ \ \
| * | | | | x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORMBen Hutchings2013-06-261-0/+2
| * | | | | x86/platform: Add kvmconfig to the phony targetsBorislav Petkov2013-06-231-0/+1
| * | | | | x86, platform, kvm, kconfig: Turn existing .config's into KVM-capable configsBorislav Petkov2013-05-282-0/+34
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-026-25/+26
|\ \ \ \ \ \
| * | | | | | x86/ioremap: Correct function name outputBorislav Petkov2013-06-281-4/+4
| * | | | | | x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-252-17/+20
| * | | | | | ix86: Don't waste fixmap entriesJan Beulich2013-05-311-1/+1
| * | | | | | x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>Zhang Yanfei2013-05-281-2/+0
| * | | | | | x86_64: Correct phys_addr in cleanup_highmap commentZhang Yanfei2013-05-281-1/+1
| |/ / / / /
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-028-81/+504
|\ \ \ \ \ \
| * | | | | | 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-313-6/+6
| * | | | | | x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin2013-05-306-11/+305
| * | | | | | x86, microcode, amd: Refactor functions to prepare for early loadingJacob Shin2013-05-302-69/+106
| * | | | | | x86, microcode: Vendor abstract out save_microcode_in_initrd()Jacob Shin2013-05-303-1/+13
| * | | | | | 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-0214-70/+201
|\ \ \ \ \ \
| * | | | | | x86, fpu: Use static_cpu_has_safe before alternativesBorislav Petkov2013-06-201-1/+1
| * | | | | | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-202-1/+91
| * | | | | | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-203-2/+46
| * | | | | | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-202-1/+3
| * | | | | | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-0612-65/+60
| | |_|/ / / | |/| | | |