| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 16 | -175/+196 |
|\ |
|
| * | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t | Rusty Russell | 2009-01-03 | 1 | -2/+2 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Ingo Molnar | 2009-01-03 | 4 | -0/+36 |
| |\ |
|
| | * | xtensa: define __fls | Rusty Russell | 2009-01-03 | 1 | -0/+11 |
| | * | mn10300: define __fls | Rusty Russell | 2009-01-03 | 1 | -0/+11 |
| | * | m32r: define __fls | Rusty Russell | 2009-01-03 | 1 | -0/+1 |
| | * | frv: define __fls | Rusty Russell | 2009-01-03 | 1 | -0/+13 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 | 263 | -2877/+11044 |
| |\ \
| | |/ |
|
| | * | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | Rusty Russell | 2009-01-01 | 1 | -1/+10 |
| | * | cpumask: convert rest of files in kernel/ | Rusty Russell | 2009-01-01 | 1 | -3/+3 |
| | * | cpumask: convert RCU implementations | Rusty Russell | 2009-01-01 | 1 | -2/+2 |
| | * | cpumask: convert kernel/irq | Rusty Russell | 2009-01-01 | 1 | -1/+1 |
| | * | cpumask: convert kernel time functions | Rusty Russell | 2009-01-01 | 1 | -2/+2 |
| | * | bitmap: find_last_bit() | Rusty Russell | 2009-01-01 | 1 | -1/+12 |
| | * | m68k: define __fls | Rusty Russell | 2009-01-01 | 1 | -0/+5 |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 113 | -1032/+6927 |
| | |\ |
|
| | * | | cpumask: Use nr_cpu_ids in seq_cpumask | Rusty Russell | 2008-12-30 | 1 | -1/+1 |
| | * | | cpumask: smp_call_function_many() | Rusty Russell | 2008-12-30 | 1 | -7/+8 |
| | * | | cpumask: make set_cpu_*/init_cpu_* out-of-line | Rusty Russell | 2008-12-30 | 1 | -46/+7 |
| | * | | cpumask: make cpumask.h eat its own dogfood. | Rusty Russell | 2008-12-30 | 1 | -37/+38 |
| | * | | cpumask: switch over to cpu_online/possible/active/present_mask: core | Rusty Russell | 2008-12-30 | 1 | -46/+29 |
| | * | | bitmap: fix seq_bitmap and seq_cpumask to take const pointer | Rusty Russell | 2008-12-30 | 1 | -2/+3 |
| | * | | bitmap: test for constant as well as small size for inline versions | Rusty Russell | 2008-12-30 | 1 | -16/+19 |
| | * | | cpumask: make CONFIG_NR_CPUS always valid. | Rusty Russell | 2008-12-30 | 1 | -8/+8 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 171 | -1936/+4847 |
| | |\ \ |
|
| | * | | | cpumask: add sysfs displays for configured and disabled cpu maps | Mike Travis | 2008-12-19 | 1 | -0/+3 |
| | * | | | cpumask: Add alloc_cpumask_var_node() | Mike Travis | 2008-12-19 | 1 | -0/+7 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Linus Torvalds | 2009-01-03 | 5 | -168/+138 |
|\ \ \ \ \ |
|
| * | | | | | VT-d: remove now unused intel_iommu_found function | Joerg Roedel | 2009-01-03 | 1 | -9/+0 |
| * | | | | | VT-d: adapt domain iova_to_phys function for IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -2/+0 |
| * | | | | | VT-d: adapt domain map and unmap functions for IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -4/+0 |
| * | | | | | VT-d: adapt device attach and detach functions for IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -4/+0 |
| * | | | | | VT-d: adapt domain init and destroy functions for IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -2/+0 |
| * | | | | | KVM: change KVM to use IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -3/+3 |
| * | | | | | introcude linux/iommu.h for an iommu api | Joerg Roedel | 2009-01-03 | 1 | -0/+112 |
| * | | | | | Deassign device in kvm_free_assgined_device | Weidong Han | 2009-01-03 | 1 | -0/+1 |
| * | | | | | KVM: support device deassignment | Weidong Han | 2009-01-03 | 1 | -0/+8 |
| * | | | | | KVM: use the new intel iommu APIs | Weidong Han | 2009-01-03 | 1 | -5/+10 |
| * | | | | | Change intel iommu APIs of virtual machine domain | Weidong Han | 2009-01-03 | 1 | -9/+11 |
| * | | | | | calculate agaw for each iommu | Weidong Han | 2009-01-03 | 2 | -0/+2 |
| * | | | | | intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -7/+0 |
| * | | | | | intel-iommu: kill off duplicate def of dmar_disabled | Mark McLoughlin | 2009-01-03 | 1 | -1/+0 |
| * | | | | | intel-iommu: move struct device_domain_info out of dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -10/+0 |
| * | | | | | intel-iommu: move struct dmar_domain def out dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -20/+2 |
| * | | | | | intel-iommu: move DMA PTE defs out of dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -22/+0 |
| * | | | | | intel-iommu: move context entry defs out from dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -38/+0 |
| * | | | | | intel-iommu: move root entry defs from dma_remapping.h | Mark McLoughlin | 2009-01-03 | 1 | -33/+1 |
| * | | | | | intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.c | Mark McLoughlin | 2009-01-03 | 1 | -5/+0 |
| * | | | | | intel-iommu: make init_dmars() static | Mark McLoughlin | 2009-01-03 | 1 | -1/+0 |
| * | | | | | intel-iommu: remove some unused struct intel_iommu fields | Mark McLoughlin | 2009-01-03 | 1 | -5/+0 |