aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-24xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata1-0/+168
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata1-0/+22
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata1-0/+24
2008-04-24xen: add support for callbackops hypercallJeremy Fitzhardinge2-0/+10
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge3-16/+17
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2-4/+3
2008-04-24x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge1-7/+8
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge1-8/+2
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge1-9/+2
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge1-10/+3
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2-0/+14
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2-24/+24
2008-04-24x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge3-44/+30
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge3-56/+33
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge3-34/+16
2008-04-24x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2-10/+10
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar1-16/+1
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge3-78/+18
2008-04-24x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge1-15/+18
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds1-8/+14
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+1
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis1-5/+0
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis1-2/+13
2008-04-19x86: UV startup of slave cpusJack Steiner1-0/+1
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa1-0/+8
2008-04-19x86: merge iommu initialization parametersGlauber Costa1-0/+1
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa1-1/+1
2008-04-19x86: use dma_length in i386Glauber Costa1-2/+0
2008-04-19x86: delete the arch-specific dma-mapping headers.Glauber Costa3-46/+13
2008-04-19x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa2-12/+14
2008-04-19x86: unify dma_mapping_errorGlauber Costa3-14/+8
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa2-1/+2
2008-04-19x86: align to clflush sizeGlauber Costa1-1/+1
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa3-33/+3
2008-04-19x86: move dma_cache_sync to common headerGlauber Costa3-14/+6
2008-04-19x86: dma-ops on highmem fixIngo Molnar1-4/+6
2008-04-19x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa3-19/+14
2008-04-19x86: move alloc and free coherent to common headerGlauber Costa3-20/+10
2008-04-19x86: move dma_sync_sg_for_device to common headerGlauber Costa3-19/+11
2008-04-19x86: move dma_sync_sg_for_cpu to common headerGlauber Costa3-17/+9
2008-04-19x86: move dma_sync_single_range_for_device to common headerGlauber Costa3-20/+14
2008-04-19x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa3-19/+11
2008-04-19x86: move dma_sync_single_for_device to common headerGlauber Costa3-18/+11
2008-04-19x86: move dma_sync_single_for_cpu to common headerGlauber Costa3-17/+12
2008-04-19x86: move dma_unmap_sg to common headerGlauber Costa3-16/+9
2008-04-19x86: move dma_map_sg to common headerGlauber Costa3-28/+7
2008-04-19x86: move dma_unmap_single to common headerGlauber Costa3-15/+10
2008-04-19x86: implement dma_map_single through dma_opsGlauber Costa3-19/+10
2008-04-19x86: move dma_ops struct definition to dma-mapping.hGlauber Costa2-49/+54
2008-04-19x86: reserve dma32 early for gartYinghai Lu1-0/+1