aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-21Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis
2008-04-19cpumask: add show cpu map functionsMike Travis
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-04-19time: add ns_to_ktime()Ingo Molnar
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar
2008-04-19x86: UV startup of slave cpusJack Steiner
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa
2008-04-19x86: merge iommu initialization parametersGlauber Costa
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa
2008-04-19x86: use dma_length in i386Glauber Costa
2008-04-19x86: delete the arch-specific dma-mapping headers.Glauber Costa
2008-04-19x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa
2008-04-19x86: unify dma_mapping_errorGlauber Costa
2008-04-19x86: provide a bad_dma_address symbol for i386Glauber Costa
2008-04-19x86: align to clflush sizeGlauber Costa
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa
2008-04-19x86: move dma_cache_sync to common headerGlauber Costa
2008-04-19x86: dma-ops on highmem fixIngo Molnar
2008-04-19x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa
2008-04-19x86: move alloc and free coherent to common headerGlauber Costa
2008-04-19x86: move dma_sync_sg_for_device to common headerGlauber Costa
2008-04-19x86: move dma_sync_sg_for_cpu to common headerGlauber Costa
2008-04-19x86: move dma_sync_single_range_for_device to common headerGlauber Costa
2008-04-19x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa
2008-04-19x86: move dma_sync_single_for_device to common headerGlauber Costa
2008-04-19x86: move dma_sync_single_for_cpu to common headerGlauber Costa
2008-04-19x86: move dma_unmap_sg to common headerGlauber Costa
2008-04-19x86: move dma_map_sg to common headerGlauber Costa
2008-04-19x86: move dma_unmap_single to common headerGlauber Costa
2008-04-19x86: implement dma_map_single through dma_opsGlauber Costa