index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-09
x86: unused variable in dma_alloc_coherent_gfp_flags()
Steven Noonan
1
-1
/
+1
2008-09-08
swiotlb: add is_swiotlb_buffer helper function
FUJITA Tomonori
1
-5
/
+9
2008-09-08
swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...
FUJITA Tomonori
1
-1
/
+1
2008-09-08
swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent
FUJITA Tomonori
1
-5
/
+2
2008-09-08
swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherent
FUJITA Tomonori
1
-7
/
+0
2008-09-08
x86: dma_alloc_coherent sets gfp flags properly
FUJITA Tomonori
2
-21
/
+30
2008-09-08
x86: fix nommu_alloc_coherent allocation with NULL device argument
FUJITA Tomonori
2
-2
/
+3
2008-09-08
x86: move pci-nommu's dma_mask check to common code
FUJITA Tomonori
2
-3
/
+3
2008-09-08
ia64: dma_alloc_coherent always use GFP_DMA
FUJITA Tomonori
1
-1
/
+3
2008-09-05
x86: blacklist DMAR on Intel G31/G33 chipsets
David Woodhouse
3
-1
/
+20
2008-09-05
x86, gart: add detection of AMD family 0x11 northbridges
Joerg Roedel
1
-2
/
+3
2008-09-05
x86, pci: add northbridge pci ids for fam 0x11 processors
Joerg Roedel
1
-0
/
+5
2008-09-05
x86: gart alloc_coherent doesn't need to check NULL device argument
FUJITA Tomonori
1
-3
/
+0
2008-08-22
x86: dma_*_coherent rework patchset v2, fix
FUJITA Tomonori
1
-15
/
+10
2008-08-22
Merge branch 'x86/gart' into x86/iommu
Ingo Molnar
1
-10
/
+17
2008-08-22
dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple
FUJITA Tomonori
2
-4
/
+0
2008-08-22
dma-coherent: export dma_[alloc|release]_from_coherent methods
Ingo Molnar
1
-0
/
+2
2008-08-22
x86, AMD IOMMU: remove obsolete FIXME comment
Joerg Roedel
1
-2
/
+0
2008-08-22
x86: move dma_*_coherent functions to include file
Joerg Roedel
3
-58
/
+42
2008-08-22
x86: cleanup dma_*_coherent functions
Joerg Roedel
1
-109
/
+12
2008-08-22
x86: add free_coherent dma_ops callback to NOMMU driver
Joerg Roedel
1
-0
/
+7
2008-08-22
x86: add alloc_coherent dma_ops callback to NOMMU driver
Joerg Roedel
1
-0
/
+55
2008-08-22
x86: add free_coherent dma_ops callback to Calgary IOMMU driver
Joerg Roedel
1
-0
/
+14
2008-08-22
x86: add free_coherent dma_ops callback to GART driver
Joerg Roedel
1
-0
/
+10
2008-08-22
x86: add alloc_coherent dma_ops callback to GART driver
Joerg Roedel
1
-0
/
+21
2008-08-19
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
6
-1439
/
+16
2008-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
17
-117
/
+146
2008-08-19
[IA64] use generic compat_old_sys_readdir
Christoph Hellwig
3
-140
/
+1
2008-08-19
[IA64] pci_acpi_scan_root cleanup
Luck, Tony
1
-10
/
+11
2008-08-19
[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.
Robin Holt
1
-4
/
+4
2008-08-19
[IA64] Remove sn2_defconfig.
Robin Holt
1
-1285
/
+0
2008-08-18
ata: add missing ATA_* defines
Bartlomiej Zolnierkiewicz
1
-0
/
+13
2008-08-18
ata: add missing ATA_CMD_* defines
Bartlomiej Zolnierkiewicz
1
-0
/
+20
2008-08-18
ata: add missing ATA_ID_* defines (take 2)
Bartlomiej Zolnierkiewicz
1
-46
/
+76
2008-08-18
sgiioc4: fixup message on resource allocation failure
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-08-18
ide-cd: use bcd2bin/bin2bcd
Adrian Bunk
1
-10
/
+10
2008-08-18
cdrom: handle TOC
Alexander Inyukhin
1
-7
/
+0
2008-08-18
gdrom: add dummy audio_ioctl handler
Borislav Petkov
1
-0
/
+7
2008-08-18
viocd: add dummy audio ioctl handler
Borislav Petkov
1
-0
/
+7
2008-08-18
cleanup powerpc/include/asm/ide.h
Adrian Bunk
1
-42
/
+1
2008-08-18
drivers/ide/pci/: use __devexit_p()
Adrian Bunk
10
-10
/
+10
2008-08-18
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-31
/
+45
2008-08-18
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2008-08-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
11
-88
/
+78
2008-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2
-8
/
+24
2008-08-18
lockdep: fix spurious 'inconsistent lock state' warning
Dmitry Baryshkov
1
-1
/
+1
2008-08-18
x86: fix build warnings in real mode code
Andi Kleen
2
-1
/
+2
2008-08-18
x86, calgary: fix section mismatch warning - get_tce_space_from_tar
Marcin Slusarz
1
-1
/
+1
2008-08-18
x86: silence section mismatch warning - get_local_pda
Marcin Slusarz
1
-2
/
+9
2008-08-18
x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU varia...
Marcin Slusarz
1
-1
/
+1
[next]