summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+21
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2009-09-14Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-739/+858
2009-09-14Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds14-687/+15
2009-09-14Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-52/+43
2009-09-14Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+20
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-13/+15
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+28
2009-09-11Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+10
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-19/+50
2009-09-11Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2009-09-10x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings1-3/+13
2009-09-07sched: enable SD_WAKE_IDLEPeter Zijlstra1-1/+1
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2-3/+11
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar9-37/+71
2009-09-04sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar1-1/+1
2009-09-04sched: Clean up topology.hIngo Molnar1-19/+28
2009-09-04x86/i386: Put aligned stack-canary in percpu shared_aligned sectionJeremy Fitzhardinge1-1/+1
2009-09-03x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann1-0/+1
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge3-4/+14
2009-09-03Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32Joerg Roedel1-18/+20
2009-09-03Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32Joerg Roedel2-0/+5
2009-09-03Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-...Joerg Roedel1-1/+7
2009-09-03x86/amd-iommu: Add passthrough mode initialization functionsJoerg Roedel2-0/+5
2009-09-03x86/amd-iommu: Change iommu_map_page to support multiple page sizesJoerg Roedel1-0/+6
2009-09-03x86/amd-iommu: Support higher level PTEs in iommu_page_unmapJoerg Roedel1-0/+1
2009-09-03x86/amd-iommu: Remove old page table handling macrosJoerg Roedel1-19/+0
2009-09-03x86/amd-iommu: Introduce increase_address_space functionJoerg Roedel1-0/+4
2009-09-03x86/amd-iommu: Flush domains if address space size was increasedJoerg Roedel1-0/+1
2009-09-03x86/amd-iommu: Make fetch_pte aware of dynamic mapping levelsJoerg Roedel1-0/+9
2009-09-03x86/amd-iommu: Panic if IOMMU command buffer reset failsJoerg Roedel1-0/+3
2009-09-03x86/amd-iommu: Add reset function for command buffersJoerg Roedel1-0/+3
2009-09-03x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi"Joerg Roedel1-1/+1
2009-09-02Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2-3/+11
2009-09-01x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying1-0/+8
2009-09-01Merge branch 'x86/paravirt' into x86/cpuIngo Molnar2-711/+722
2009-08-31x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin1-2/+8
2009-08-31x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin1-4/+14
2009-08-31x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin1-2/+2
2009-08-31x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin1-1/+9
2009-08-31x86, asm: Add 32-bit versions of the combined CFI macrosH. Peter Anvin1-1/+17
2009-08-31x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2-23/+41
2009-08-31x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2-0/+29
2009-08-29Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Ingo Molnar11-30/+81
2009-08-28ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=nFeng Tang1-2/+11
2009-08-26tracing: Remove FTRACE_SYSCALL_MAX definitionsJason Baron1-7/+0
2009-08-26tracing: Define NR_syscalls for x86_64Jason Baron1-0/+6
2009-08-26tracing: Define NR_syscalls for x86 (32)Jason Baron1-0/+2
2009-08-26x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constantCyrill Gorcunov1-1/+2