summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2013-04-08558-3131/+6220
| |\ \ \ \
| | * | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-023-23/+8
| * | | | | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky2013-03-221-7/+15
| * | | | | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky2013-03-221-8/+9
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-304-8/+3
|\ \ \ \ \ \
| * | | | | | x86/setup: Drop unneeded include <asm/dmi.h>Jean Delvare2013-04-251-1/+0
| * | | | | | x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device()Wei Yongjun2013-04-241-3/+1
| * | | | | | x86/platform/intel/mrst: Remove cast for kmalloc() return valueZhang Yanfei2013-03-121-2/+1
| * | | | | | x86/platform/uv: Replace kmalloc() & memset with kzalloc()Alexandru Gheorghiu2013-03-111-2/+1
* | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-3018-78/+73
|\ \ \ \ \ \ \
| * | | | | | | x86, wakeup, sleep: Use pvops functions for changing GDT entrieskonrad@kernel.org2013-04-111-2/+7
| * | | | | | | x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-117-10/+4
| * | | | | | | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk2013-04-113-6/+0
| * | | | | | | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk2013-04-112-5/+0
| * | | | | | | x86: Make Linux guest support optionalBorislav Petkov2013-03-047-55/+62
| * | | | | | | x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menuBorislav Petkov2013-03-041-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-3010-20/+11
|\ \ \ \ \ \ \
| * | | | | | | x86/iommu/dmar: Remove warning for HPET scope typeLinn Crosetto2013-04-241-1/+2
| * | | | | | | x86/mm/gart: Drop unnecessary checkWang YanQing2013-04-161-1/+1
| * | | | | | | x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_ME...Tang Chen2013-04-151-1/+1
| * | | | | | | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMERPaul Bolle2013-04-121-3/+0
| * | | | | | | x86/mm/numa: Simplify some bit manglingMartin Bundgaard2013-04-101-2/+1
| * | | | | | | x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32Paul Bolle2013-04-101-1/+1
| * | | | | | | x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-102-6/+4
| * | | | | | | x86: Drop always empty .text..page_aligned sectionJan Beulich2013-03-112-5/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-3010-305/+660
|\ \ \ \ \ \ \
| * | | | | | | x86, relocs: Refactor the relocs tool to merge 32- and 64-bit ELFH. Peter Anvin2013-04-169-153/+183
| * | | | | | | x86, relocs: Build separate 32/64-bit toolsKees Cook2013-04-164-5/+22
| * | | | | | | x86, relocs: Add 64-bit ELF support to relocs toolKees Cook2013-04-161-6/+261
| * | | | | | | x86, relocs: Consolidate processing logicKees Cook2013-04-161-134/+170
| * | | | | | | x86, relocs: Generalize ELF structure namesKees Cook2013-04-161-71/+99
| * | | | | | | x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-114-23/+12
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-305-20/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, early-printk: Update earlyprintk documentation (and kill x86 copy)Dave Hansen2013-04-112-16/+14
| * | | | | | | | x86: Constify a few itemsJan Beulich2013-03-113-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-3013-75/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, CPU, AMD: Drop useless labelBorislav Petkov2013-04-161-6/+3
| * | | | | | | | x86, AMD: Correct {rd,wr}msr_amd_safe warningsBorislav Petkov2013-04-161-4/+4
| * | | | | | | | x86: Fold-in trivial check_config functionBorislav Petkov2013-04-161-16/+11
| * | | | | | | | x86, cpu: Convert AMD Erratum 400Borislav Petkov2013-04-024-27/+18
| * | | | | | | | x86, cpu: Convert AMD Erratum 383Borislav Petkov2013-04-024-4/+8
| * | | | | | | | x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov2013-04-024-4/+5
| * | | | | | | | x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-025-7/+6
| * | | | | | | | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-025-5/+6
| * | | | | | | | x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-024-2/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-3010-28/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko2013-04-154-4/+4
| * | | | | | | | x86/lib: Fix spelling in the commentsAndy Shevchenko2013-04-152-4/+4
| * | | | | | | | x86, quirks: Shut-up a long-standing gcc warningBorislav Petkov2013-04-021-7/+11
| * | | | | | | | x86, msr: Unify variable namesBorislav Petkov2013-04-021-7/+7
OpenPOWER on IntegriCloud