index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
-
-
-
-
.
Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...
Joerg Roedel
2011-10-21
28
-647
/
+869
|
\
\
\
\
|
|
|
|
*
iommu/core: Remove global iommu_ops and register_iommu
Joerg Roedel
2011-10-21
2
-24
/
+4
|
|
|
|
*
iommu/msm: Use bus_set_iommu instead of register_iommu
Joerg Roedel
2011-10-21
1
-1
/
+1
|
|
|
|
*
iommu/omap: Use bus_set_iommu instead of register_iommu
Joerg Roedel
2011-10-21
1
-1
/
+1
|
|
|
|
*
iommu/vt-d: Use bus_set_iommu instead of register_iommu
Joerg Roedel
2011-10-21
1
-1
/
+1
|
|
|
|
*
iommu/amd: Use bus_set_iommu instead of register_iommu
Joerg Roedel
2011-10-21
1
-1
/
+1
|
|
|
|
*
iommu/core: Use bus->iommu_ops in the iommu-api
Joerg Roedel
2011-10-21
1
-7
/
+27
|
|
|
|
*
iommu/core: Convert iommu_found to iommu_present
Joerg Roedel
2011-10-21
5
-8
/
+13
|
|
|
|
*
iommu/core: Add bus_type parameter to iommu_domain_alloc
Joerg Roedel
2011-10-21
4
-5
/
+19
|
|
|
|
*
Driver core: Add iommu_ops to bus_type
Joerg Roedel
2011-10-21
3
-0
/
+39
|
|
|
|
*
iommu/core: Define iommu_ops and register_iommu only with CONFIG_IOMMU_API
Joerg Roedel
2011-10-21
1
-5
/
+3
|
|
|
|
*
-
-
-
.
Merge branches 'debug/dma-api', 'arm/omap', 'arm/msm' and 'core' into api-2
Joerg Roedel
2011-09-06
363
-2383
/
+3677
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
*
iommu/core: Use PAGE_SIZE instead of hard-coded value
Joerg Roedel
2011-09-06
1
-2
/
+2
|
|
|
|
|
|
|
*
iommu/core: use the existing IS_ALIGNED macro
Ohad Ben-Cohen
2011-09-05
1
-6
/
+3
|
|
|
|
|
|
*
|
iommu/msm: ->unmap() should return order of unmapped page
Ohad Ben-Cohen
2011-09-05
1
-0
/
+7
|
|
|
|
*
|
|
|
dma-debug: hash_bucket_find needs to allow for offsets within an entry
Neil Horman
2011-08-23
1
-7
/
+61
|
|
|
*
|
|
|
|
iommu/core: let drivers know if an iommu fault handler isn't installed
Ohad Ben-Cohen
2011-09-30
2
-1
/
+11
|
|
|
*
|
|
|
|
iommu/core: export iommu_set_fault_handler()
Ohad Ben-Cohen
2011-09-26
1
-0
/
+1
|
|
|
*
|
|
|
|
iommu/omap: Migrate to the generic fault report mechanism
Ohad Ben-Cohen
2011-09-14
2
-30
/
+4
|
|
|
*
|
|
|
|
iommu/core: Add fault reporting mechanism
Ohad Ben-Cohen
2011-09-14
2
-0
/
+64
|
|
|
|
|
/
/
/
|
|
|
|
/
|
|
|
|
|
*
|
|
|
|
iommu/omap: always provide iommu debug code
Arnd Bergmann
2011-10-10
1
-1
/
+1
|
|
*
|
|
|
|
iommu/omap: Fix build error with !IOMMU_SUPPORT
Joerg Roedel
2011-09-14
2
-4
/
+3
|
|
|
/
/
/
/
|
|
*
|
|
|
iommu/omap: ->unmap() should return order of unmapped page
Ohad Ben-Cohen
2011-09-05
2
-10
/
+5
|
|
*
|
|
|
iommu/omap: cleanup: remove a redundant statement
Ohad Ben-Cohen
2011-09-05
1
-4
/
+2
|
|
*
|
|
|
iommu/omap-iovmm: support non page-aligned buffers in iommu_vmap
Laurent Pinchart
2011-09-05
1
-10
/
+26
|
|
*
|
|
|
iommu: omap: add Kconfig OMAP dependency
Ohad Ben-Cohen
2011-08-29
1
-0
/
+1
|
|
*
|
|
|
omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock
Joerg Roedel
2011-08-26
1
-3
/
+3
|
|
*
|
|
|
omap: iommu: omapify 'struct iommu' and exposed API
Ohad Ben-Cohen
2011-08-26
13
-189
/
+208
|
|
*
|
|
|
omap: iommu: remove unused exported API
Ohad Ben-Cohen
2011-08-26
2
-62
/
+0
|
|
*
|
|
|
omap: iovmm: remove unused functionality
Ohad Ben-Cohen
2011-08-26
2
-209
/
+0
|
|
*
|
|
|
omap: iommu: PREFETCH_IOTLB cleanup
Ohad Ben-Cohen
2011-08-26
1
-3
/
+16
|
|
*
|
|
|
omap: iommu: stop exporting local functions
Ohad Ben-Cohen
2011-08-26
2
-20
/
+7
|
|
*
|
|
|
omap: iommu/iovmm: move to dedicated iommu folder
Ohad Ben-Cohen
2011-08-26
9
-20
/
+25
|
|
*
|
|
|
omap: iommu: migrate to the generic IOMMU API
Ohad Ben-Cohen
2011-08-26
11
-125
/
+422
|
|
|
/
/
/
|
*
|
|
|
iommu/amd: Fix wrong shift direction
Joerg Roedel
2011-10-11
1
-1
/
+1
*
|
|
|
|
Linux 3.1-rc10
v3.1-rc10
Linus Torvalds
2011-10-18
1
-1
/
+1
*
|
|
|
|
Avoid using variable-length arrays in kernel/sys.c
Linus Torvalds
2011-10-17
1
-1
/
+1
*
|
|
|
|
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...
Linus Torvalds
2011-10-16
4
-3
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS
Zoltan Devai
2011-10-15
1
-1
/
+0
|
*
|
|
|
|
ARM: 7122/1: localtimer: add header linux/errno.h explicitly
Shawn Guo
2011-10-15
1
-0
/
+2
|
*
|
|
|
|
ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9
Will Deacon
2011-10-15
1
-2
/
+2
|
*
|
|
|
|
ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES
Linus Walleij
2011-10-01
1
-0
/
+7
*
|
|
|
|
|
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2011-10-14
1
-4
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hwmon: (w83627ehf) Properly report thermal diode sensors
Jean Delvare
2011-10-14
1
-4
/
+11
*
|
|
|
|
|
|
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-10-14
2
-1
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
gpio-pca953x: fix gpio_base
Hartmut Knaack
2011-10-13
1
-0
/
+1
|
*
|
|
|
|
|
|
gpio/omap: fix build error with certain OMAP1 configs
Janusz Krzysztofik
2011-10-13
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2011-10-14
8
-62
/
+69
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
xfs: revert to using a kthread for AIL pushing
Christoph Hellwig
2011-10-11
4
-51
/
+45
|
*
|
|
|
|
|
|
xfs: force the log if we encounter pinned buffers in .iop_pushbuf
Christoph Hellwig
2011-10-11
5
-10
/
+24
[next]