summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-23x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds1-2/+0
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-106/+111
2013-02-22Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-17/+11
2013-02-20Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-366/+1174
2013-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+18
2013-02-20Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+6
2013-02-20Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+38
2013-02-20Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-619/+534
2013-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-42/+95
2013-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-3/+15
2013-02-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki3-13/+11
2013-02-18Merge branch 'misc' into releaseLen Brown1-12/+6
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin3-0/+13
2013-02-15Merge branch 'x86/mm2' into x86/mmH. Peter Anvin14-59/+113
2013-02-14tools/power turbostat: display SMI count by defaultLen Brown1-0/+1
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+5
2013-02-13X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2-2/+6
2013-02-13Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin3-18/+48
2013-02-13x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin1-1/+8
2013-02-13x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin1-43/+14
2013-02-12x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin1-11/+9
2013-02-12x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis1-2479/+1
2013-02-12x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis1-8/+36
2013-02-12x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis1-108/+3366
2013-02-11Merge branch 'acpica'Rafael J. Wysocki1-4/+0
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-10/+0
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+1
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown1-1/+5
2013-02-09intel_idle: remove assumption of one C-state per MWAIT flagLen Brown1-0/+2
2013-02-09intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown1-1/+0
2013-02-09tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown1-0/+2
2013-02-08x86-32: Add support for 64bit get_user()Ville Syrjälä1-4/+15
2013-02-07Merge tag 'ras_for_3.8' into x86/urgentH. Peter Anvin2-87/+84
2013-02-06perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin1-2/+2
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin8-30/+60
2013-02-01x86-32, mm: Remove reference to resume_map_numa_kva()H. Peter Anvin1-6/+0
2013-02-01x86, AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky1-0/+1
2013-01-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+46
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-0/+1
2013-01-30x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu1-0/+4
2013-01-30x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu1-3/+3
2013-01-30x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2-0/+5
2013-01-30x86, realmode: Separate real_mode reserve and setupYinghai Lu1-1/+2
2013-01-30x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu1-0/+9
2013-01-30Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin120-1748/+2105
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+38
2013-01-29Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar6-29/+87
2013-01-29x86, kvm: Fix intialization warnings in kvm.cAlok N Kataria1-4/+4
2013-01-29x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse1-1/+7