summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+38
2013-02-19Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-619/+534
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-42/+95
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-3/+15
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin3-0/+13
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+5
2013-02-12Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin3-18/+48
2013-02-06Merge 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-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-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-28x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse1-1/+7
2013-01-28x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel1-10/+0
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2-0/+6
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2-0/+8
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel1-0/+9
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel3-0/+23
2013-01-28x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel1-1/+11
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel1-4/+0
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel1-0/+5
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2-0/+10
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel3-9/+10
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2-12/+3
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2-2/+4
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2-0/+4
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2-4/+7
2013-01-27x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin1-17/+46
2013-01-25x86/xor: Add alternative SSE implementation only prefetching once per 64-byte...Jan Beulich3-18/+187
2013-01-25x86/xor: Unify SSE-base xor-block routinesJan Beulich3-581/+319
2013-01-24x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov3-10/+12
2013-01-24arch/x86/platform/uv: Fix incorrect tlb flush all issueAlex Shi1-1/+1
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria1-9/+4
2013-01-24ix86: Tighten asmlinkage_protect() constraintsJan Beulich1-9/+9
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu1-1/+0
2013-01-09x86, MCE: Retract most UAPI exportsBorislav Petkov2-87/+84
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2-6/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-20/+9
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-19generic compat_sys_sigaltstack()Al Viro2-10/+2
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-3/+0
2012-12-19new helper: compat_user_stack_pointer()Al Viro1-0/+7
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+37
2012-12-18x86, paravirt: fix build error when thp is disabledDavid Rientjes1-2/+0
2012-12-17create non-empty arch/x86/include/uapi/asm/ filesAndrew Morton2-0/+2
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+35