summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2218-426/+308Star
|\
| * x86: UV startup of slave cpusJack Steiner2008-04-191-0/+1
| * x86: move dma_coherent functions to pci-dma.cGlauber Costa2008-04-191-0/+8
| * x86: merge iommu initialization parametersGlauber Costa2008-04-191-0/+1
| * x86: move pci fixup to pci-dma.cGlauber Costa2008-04-191-1/+1
| * x86: use dma_length in i386Glauber Costa2008-04-191-2/+0Star
| * x86: delete the arch-specific dma-mapping headers.Glauber Costa2008-04-193-46/+13Star
| * x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa2008-04-192-12/+14
| * x86: unify dma_mapping_errorGlauber Costa2008-04-193-14/+8Star
| * x86: provide a bad_dma_address symbol for i386Glauber Costa2008-04-192-1/+2
| * x86: align to clflush sizeGlauber Costa2008-04-191-1/+1
| * x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa2008-04-193-33/+3Star
| * x86: move dma_cache_sync to common headerGlauber Costa2008-04-193-14/+6Star
| * x86: dma-ops on highmem fixIngo Molnar2008-04-191-4/+6
| * x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa2008-04-193-19/+14Star
| * x86: move alloc and free coherent to common headerGlauber Costa2008-04-193-20/+10Star
| * x86: move dma_sync_sg_for_device to common headerGlauber Costa2008-04-193-19/+11Star
| * x86: move dma_sync_sg_for_cpu to common headerGlauber Costa2008-04-193-17/+9Star
| * x86: move dma_sync_single_range_for_device to common headerGlauber Costa2008-04-193-20/+14Star
| * x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa2008-04-193-19/+11Star
| * x86: move dma_sync_single_for_device to common headerGlauber Costa2008-04-193-18/+11Star
| * x86: move dma_sync_single_for_cpu to common headerGlauber Costa2008-04-193-17/+12Star
| * x86: move dma_unmap_sg to common headerGlauber Costa2008-04-193-16/+9Star
| * x86: move dma_map_sg to common headerGlauber Costa2008-04-193-28/+7Star
| * x86: move dma_unmap_single to common headerGlauber Costa2008-04-193-15/+10Star
| * x86: implement dma_map_single through dma_opsGlauber Costa2008-04-193-19/+10Star
| * x86: move dma_ops struct definition to dma-mapping.hGlauber Costa2008-04-192-49/+54
| * x86: reserve dma32 early for gartYinghai Lu2008-04-191-0/+1
| * srat, x86: add support for nodes spanning other nodesSuresh Siddha2008-04-191-1/+2
| * x86: fpu xstate split fixSuresh Siddha2008-04-191-0/+1
| * x86: fpu xstate split cleanupSuresh Siddha2008-04-191-2/+2
| * x86, fpu: lazy allocation of FPU area - v5Suresh Siddha2008-04-192-1/+3
| * x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-195-25/+29
| * x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar2008-04-191-1/+1
| * x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman2008-04-193-1/+11
| * generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman2008-04-191-0/+6
| * x86: cleanup boot-heap usageAlexander van Heukelum2008-04-191-0/+8
| * x86: pageattr.c fix shadowed variable warningHarvey Harrison2008-04-191-3/+3
| * x86: EFI_PAGE_SHIFT fixHuang, Ying2008-04-191-0/+7
* | Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2008-04-223-1/+63
|\ \
| * | [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+49
| * | [PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen2008-04-191-0/+1
| * | [PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen2008-04-191-0/+7
| * | [PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2008-04-191-0/+1
| * | [PATCH] r/o bind mounts: stub functionsDave Hansen2008-04-191-0/+3
| * | [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-04-2211-20/+170
|\ \
| * | sh: Add support for SH7723 CPU subtype.Paul Mundt2008-04-183-4/+10
| * | sh: Add MigoR header fileMagnus Damm2008-04-181-0/+58
| * | sh: Fix up __access_ok() check for nommu.Paul Mundt2008-04-181-4/+1Star