summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-121-2/+7
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-127-10/+4
| * x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk2013-04-123-6/+0
| * x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk2013-04-122-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-179-153/+183
| * | | x86, relocs: Build separate 32/64-bit toolsKees Cook2013-04-174-5/+22
| * | | x86, relocs: Add 64-bit ELF support to relocs toolKees Cook2013-04-171-6/+261
| * | | x86, relocs: Consolidate processing logicKees Cook2013-04-171-134/+170
| * | | x86, relocs: Generalize ELF structure namesKees Cook2013-04-171-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-031-7/+11
| * | | | | x86, msr: Unify variable namesBorislav Petkov2013-04-031-7/+7
| * | | | | x86-64, docs, mm: Add vsyscall range to virtual address space layoutBorislav Petkov2013-04-031-1/+3
| * | | | | x86: Drop KERNEL_IMAGE_STARTBorislav Petkov2013-04-032-4/+3
| * | | | | x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang2013-03-011-1/+1
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-3/+3
|\ \ \ \ \ \
| * | | | | | extable: Flip the sorting messageBorislav Petkov2013-04-151-3/+3
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-3035-385/+1178
|\ \ \ \ \ \ \
| * | | | | | | clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-04-252-0/+5
| * | | | | | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-241262-7800/+13864
| |\ \ \ \ \ \ \
| * | | | | | | | timekeeping: Update tk->cycle_last in resumeThomas Gleixner2013-04-221-1/+1