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.12.y
linux-6.13.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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-28
iommu/amd: Use trylock to aquire bitmap_lock
Joerg Roedel
1
-3
/
+17
2015-12-28
iommu/amd: Make dma_ops_domain->next_index percpu
Joerg Roedel
1
-10
/
+29
2015-12-28
iommu/amd: Relax locking in dma_ops path
Joerg Roedel
1
-59
/
+11
2015-12-28
iommu/amd: Initialize new aperture range before making it visible
Joerg Roedel
1
-13
/
+20
2015-12-28
iommu/amd: Build io page-tables with cmpxchg64
Joerg Roedel
1
-3
/
+13
2015-12-28
iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses
Joerg Roedel
1
-19
/
+10
2015-12-28
iommu/amd: Optimize dma_ops_free_addresses
Joerg Roedel
1
-2
/
+3
2015-12-28
iommu/amd: Remove need_flush from struct dma_ops_domain
Joerg Roedel
1
-24
/
+6
2015-12-28
iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc
Joerg Roedel
1
-17
/
+11
2015-12-28
iommu/amd: Flush iommu tlb in dma_ops_free_addresses
Joerg Roedel
1
-2
/
+4
2015-12-28
iommu/amd: Rename dma_ops_domain->next_address to next_index
Joerg Roedel
1
-13
/
+13
2015-12-28
iommu/amd: Remove 'start' parameter from dma_ops_area_alloc
Joerg Roedel
1
-6
/
+4
2015-12-28
iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc()
Joerg Roedel
1
-5
/
+16
2015-12-28
iommu/amd: Retry address allocation within one aperture
Joerg Roedel
1
-10
/
+19
2015-12-28
iommu/amd: Move aperture_range.offset to another cache-line
Joerg Roedel
1
-2
/
+1
2015-12-28
iommu/amd: Add dma_ops_aperture_alloc() function
Joerg Roedel
1
-12
/
+25
2015-12-28
iommu/amd: Pass correct shift to iommu_area_alloc()
Joerg Roedel
1
-1
/
+1
2015-12-28
iommu/amd: Flush the IOMMU TLB before the addresses are freed
Joerg Roedel
1
-4
/
+4
2015-12-28
iommu/amd: Flush IOMMU TLB on __map_single error path
Joerg Roedel
1
-0
/
+2
2015-12-28
iommu/amd: Introduce bitmap_lock in struct aperture_range
Joerg Roedel
1
-0
/
+10
2015-12-28
iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c
Joerg Roedel
2
-40
/
+40
2015-12-28
iommu/amd: Warn only once on unexpected pte value
Joerg Roedel
1
-2
/
+2
2015-12-14
iommu/amd: Constify mmu_notifier_ops structures
Julia Lawall
1
-1
/
+1
2015-12-14
iommu/amd: Cleanup error handling in do_fault()
Joerg Roedel
1
-16
/
+8
2015-12-14
iommu/amd: Correctly set flags for handle_mm_fault call
Joerg Roedel
1
-5
/
+9
2015-12-14
iommu/vt-d: Do access checks before calling handle_mm_fault()
Joerg Roedel
1
-0
/
+20
2015-12-14
iommu/amd: Do proper access checking before calling handle_mm_fault()
Joerg Roedel
1
-2
/
+18
2015-12-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2015-12-13
Merge tag 'char-misc-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+4
2015-12-13
Merge tag 'staging-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-16
/
+21
2015-12-13
Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
29
-79
/
+197
2015-12-13
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-5
/
+10
2015-12-13
Merge tag 'powerpc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2015-12-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+4
2015-12-12
Merge branch 'parisc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+8
2015-12-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-79
/
+110
2015-12-12
drivers/base/memory.c: prohibit offlining of memory blocks with missing sections
Seth Jennings
1
-0
/
+4
2015-12-12
parisc iommu: fix panic due to trying to allocate too large region
Mikulas Patocka
1
-7
/
+8
2015-12-12
Merge tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Kevin Hilman
1
-4
/
+4
2015-12-12
USB: add quirk for devices with broken LPM
Alan Stern
2
-1
/
+12
2015-12-12
xhci: fix usb2 resume timing and races.
Mathias Nyman
2
-6
/
+44
2015-12-11
Merge tag 'dm-4.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
4
-20
/
+161
2015-12-11
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
16
-112
/
+131
2015-12-11
vgaarb: fix signal handling in vga_get()
Kirill A. Shutemov
1
-2
/
+4
2015-12-11
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-55
/
+59
2015-12-11
Merge tag 'samsung-fixes-4.4' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
1
-1
/
+1
2015-12-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
16
-102
/
+132
2015-12-10
clocksource: Mmio: remove artificial 32bit limitation
Linus Walleij
1
-1
/
+1
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-10
Merge tag 'vfio-v4.4-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
5
-206
/
+13
[next]