index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: kill enum dma_state_client
Dan Williams
2009-01-06
3
-17
/
+11
*
dmaengine: remove 'bigref' infrastructure
Dan Williams
2009-01-06
3
-80
/
+9
*
dmaengine: kill struct dma_client and supporting infrastructure
Dan Williams
2009-01-06
7
-87
/
+13
*
dmaengine: replace dma_async_client_register with dmaengine_get
Dan Williams
2009-01-06
1
-16
/
+6
*
atmel-mci: convert to dma_request_channel and down-level dma_slave
Dan Williams
2009-01-06
3
-98
/
+33
*
dmatest: convert to dma_request_channel
Dan Williams
2009-01-06
1
-72
/
+43
*
dmaengine: introduce dma_request_channel and private channels
Dan Williams
2009-01-06
1
-16
/
+139
*
dmaengine: provide a common 'issue_pending_all' implementation
Dan Williams
2009-01-06
1
-3
/
+24
*
dmaengine: centralize channel allocation, introduce dma_find_channel
Dan Williams
2009-01-06
1
-1
/
+167
*
dmaengine: up-level reference counting to the module level
Dan Williams
2009-01-06
4
-83
/
+130
*
dmaengine: remove dependency on async_tx
Dan Williams
2009-01-06
4
-6
/
+86
*
rtc: add alarm/update irq interfaces
Alessandro Zummo
2009-01-04
3
-17
/
+94
*
viafb: fix crashes due to 4k stack overflow
Bruno Prémont
2009-01-04
1
-119
/
+129
*
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-03
7
-58
/
+135
|
\
|
*
cpumask: fix compile error when CONFIG_NR_CPUS is not defined
Mike Travis
2009-01-03
1
-1
/
+1
|
*
cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Rusty Russell
2009-01-03
3
-44
/
+78
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
2009-01-03
1616
-61223
/
+145230
|
|
\
|
|
*
percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbios
Rusty Russell
2009-01-01
1
-1
/
+1
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
2008-12-31
657
-19874
/
+82905
|
|
|
\
|
|
*
|
cpumask: use new cpumask API in drivers/infiniband/hw/ipath
Rusty Russell
2008-12-29
1
-4
/
+4
|
|
*
|
cpumask: use new cpumask API in drivers/infiniband/hw/ehca
Rusty Russell
2008-12-29
1
-5
/
+5
|
|
*
|
cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c
Rusty Russell
2008-12-29
1
-4
/
+3
|
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
2008-12-29
1042
-41588
/
+62727
|
|
|
\
\
|
|
*
|
|
cpumask: add sysfs displays for configured and disabled cpu maps
Mike Travis
2008-12-19
1
-0
/
+44
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Linus Torvalds
2009-01-03
4
-144
/
+947
|
\
\
\
\
\
|
*
|
|
|
|
intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICES
Mike Day
2009-01-03
1
-1
/
+1
|
*
|
|
|
|
VT-d: remove now unused intel_iommu_found function
Joerg Roedel
2009-01-03
1
-6
/
+0
|
*
|
|
|
|
VT-d: register functions for the IOMMU API
Joerg Roedel
2009-01-03
1
-0
/
+15
|
*
|
|
|
|
VT-d: adapt domain iova_to_phys function for IOMMU API
Joerg Roedel
2009-01-03
1
-3
/
+4
|
*
|
|
|
|
VT-d: adapt domain map and unmap functions for IOMMU API
Joerg Roedel
2009-01-03
1
-13
/
+20
|
*
|
|
|
|
VT-d: adapt device attach and detach functions for IOMMU API
Joerg Roedel
2009-01-03
1
-12
/
+15
|
*
|
|
|
|
VT-d: adapt domain init and destroy functions for IOMMU API
Joerg Roedel
2009-01-03
1
-15
/
+18
|
*
|
|
|
|
select IOMMU_API when DMAR and/or AMD_IOMMU is selected
Joerg Roedel
2009-01-03
1
-0
/
+1
|
*
|
|
|
|
add frontend implementation for the IOMMU API
Joerg Roedel
2009-01-03
1
-0
/
+100
|
*
|
|
|
|
Check agaw is sufficient for mapped memory
Weidong Han
2009-01-03
1
-0
/
+61
|
*
|
|
|
|
Change intel iommu APIs of virtual machine domain
Weidong Han
2009-01-03
1
-70
/
+59
|
*
|
|
|
|
Change domain_context_mapping_one for virtual machine domain
Weidong Han
2009-01-03
1
-3
/
+52
|
*
|
|
|
|
Allocation and free functions of virtual machine domain
Weidong Han
2009-01-03
1
-2
/
+105
|
*
|
|
|
|
Add domain_flush_cache
Weidong Han
2009-01-03
1
-17
/
+26
|
*
|
|
|
|
Add/remove domain device info for virtual machine domain
Weidong Han
2009-01-03
1
-5
/
+166
|
*
|
|
|
|
Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINE
Weidong Han
2009-01-03
1
-0
/
+7
|
*
|
|
|
|
iommu coherency
Weidong Han
2009-01-03
1
-0
/
+24
|
*
|
|
|
|
calculate agaw for each iommu
Weidong Han
2009-01-03
2
-0
/
+32
|
*
|
|
|
|
iommu bitmap instead of iommu pointer in dmar_domain
Weidong Han
2009-01-03
1
-30
/
+67
|
*
|
|
|
|
Get iommu from g_iommus for deferred flush
Weidong Han
2009-01-03
1
-3
/
+4
|
*
|
|
|
|
Add global iommu list
Weidong Han
2009-01-03
1
-0
/
+25
|
*
|
|
|
|
change P2P domain flags
Weidong Han
2009-01-03
1
-3
/
+5
|
*
|
|
|
|
Initialize domain flags to 0
Weidong Han
2009-01-03
1
-0
/
+1
|
*
|
|
|
|
VT-d: fix segment number being ignored when searching DRHD
Yu Zhao
2009-01-03
1
-18
/
+18
|
*
|
|
|
|
intel-iommu: trivially inline DMA PTE macros
Mark McLoughlin
2009-01-03
1
-23
/
+48
[next]