summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-0310-173/+153
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03130-1070/+3166
| |\
| | * cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2009-01-011-1/+10
| | * cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-3/+3
| | * cpumask: convert RCU implementationsRusty Russell2009-01-011-2/+2
| | * cpumask: convert kernel/irqRusty Russell2009-01-011-1/+1
| | * cpumask: convert kernel time functionsRusty Russell2009-01-011-2/+2
| | * bitmap: find_last_bit()Rusty Russell2009-01-011-1/+12
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3160-229/+880
| | |\
| | * | cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell2008-12-301-1/+1
| | * | cpumask: smp_call_function_many()Rusty Russell2008-12-301-7/+8
| | * | cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2008-12-301-46/+7
| | * | cpumask: make cpumask.h eat its own dogfood.Rusty Russell2008-12-301-37/+38
| | * | cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2008-12-301-46/+29
| | * | bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-301-2/+3
| | * | bitmap: test for constant as well as small size for inline versionsRusty Russell2008-12-301-16/+19
| | * | cpumask: make CONFIG_NR_CPUS always valid.Rusty Russell2008-12-301-8/+8
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3088-918/+2852
| | |\ \
| | * | | cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis2008-12-191-0/+3
| | * | | cpumask: Add alloc_cpumask_var_node()Mike Travis2008-12-191-0/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Linus Torvalds2009-01-035-168/+138
|\ \ \ \ \
| * | | | | VT-d: remove now unused intel_iommu_found functionJoerg Roedel2009-01-031-9/+0
| * | | | | VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel2009-01-031-2/+0
| * | | | | VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel2009-01-031-4/+0
| * | | | | VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel2009-01-031-4/+0
| * | | | | VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel2009-01-031-2/+0
| * | | | | KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-3/+3
| * | | | | introcude linux/iommu.h for an iommu apiJoerg Roedel2009-01-031-0/+112
| * | | | | Deassign device in kvm_free_assgined_deviceWeidong Han2009-01-031-0/+1
| * | | | | KVM: support device deassignmentWeidong Han2009-01-031-0/+8
| * | | | | KVM: use the new intel iommu APIsWeidong Han2009-01-031-5/+10
| * | | | | Change intel iommu APIs of virtual machine domainWeidong Han2009-01-031-9/+11
| * | | | | calculate agaw for each iommuWeidong Han2009-01-032-0/+2
| * | | | | intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.hMark McLoughlin2009-01-031-7/+0
| * | | | | intel-iommu: kill off duplicate def of dmar_disabledMark McLoughlin2009-01-031-1/+0
| * | | | | intel-iommu: move struct device_domain_info out of dma_remapping.hMark McLoughlin2009-01-031-10/+0
| * | | | | intel-iommu: move struct dmar_domain def out dma_remapping.hMark McLoughlin2009-01-031-20/+2
| * | | | | intel-iommu: move DMA PTE defs out of dma_remapping.hMark McLoughlin2009-01-031-22/+0
| * | | | | intel-iommu: move context entry defs out from dma_remapping.hMark McLoughlin2009-01-031-38/+0
| * | | | | intel-iommu: move root entry defs from dma_remapping.hMark McLoughlin2009-01-031-33/+1
| * | | | | intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.cMark McLoughlin2009-01-031-5/+0
| * | | | | intel-iommu: make init_dmars() staticMark McLoughlin2009-01-031-1/+0
| * | | | | intel-iommu: remove some unused struct intel_iommu fieldsMark McLoughlin2009-01-031-5/+0
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-01-032-26/+52
|\ \ \ \ \ \
| * | | | | | V4L/DVB (10166): dvb frontend: stop using non-C99 compliant commentsMauro Carvalho Chehab2009-01-021-14/+14
| * | | | | | V4L/DVB (10164): Add missing S2 caps flag to S2APIKlaus Schmidinger2009-01-021-0/+1
| * | | | | | V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-13/+38
* | | | | | | sparseirq: move set/get_timer_rand_state back to .cYinghai Lu2009-01-031-50/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-01-033-1/+18
|\ \ \ \ \ \ \
| * | | | | | | mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov2008-12-311-1/+14
OpenPOWER on IntegriCloud