summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lockdep: Select frame pointers on x86Peter Zijlstra2009-06-211-1/+1
* dma-debug: be more careful when building reference entriesJoerg Roedel2009-06-151-43/+91
* dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel2009-06-151-8/+7
* Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-06-091-16/+6
|\
| * amd-iommu: remove unnecessary "AMD IOMMU: " prefixJoerg Roedel2009-06-091-3/+2
| * amd-iommu: detach device explicitly before attaching it to a new domainJoerg Roedel2009-06-091-1/+1
| * amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handlingJoerg Roedel2009-06-091-11/+0
| * Merge commit 'tip/core/iommu' into amd-iommu/fixesJoerg Roedel2009-06-09791-5729/+20970
| |\
| * | amd_iommu: fix lock imbalanceJiri Slaby2009-06-031-1/+3
* | | dma-debug: simplify logic in driver_filter()Joerg Roedel2009-06-081-21/+21
* | | dma-debug: disable/enable irqs only once in device_dma_allocationsJoerg Roedel2009-06-081-2/+6
* | | dma-debug: use pr_* instead of printk(KERN_* ...)Joerg Roedel2009-06-081-21/+15
* | | dma-debug: code style fixesJoerg Roedel2009-06-081-11/+12
* | | dma-debug: comment style fixesJoerg Roedel2009-06-081-2/+3
| |/ |/|
* | Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-06-073-22/+288
|\ \
| * \ Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug...Joerg Roedel2009-06-023-1/+185
| |\ \
| | * | dma-debug: add documentation for the driver filterJoerg Roedel2009-06-021-0/+12
| | * | dma-debug: add dma_debug_driver kernel command lineJoerg Roedel2009-06-022-0/+25
| | * | dma-debug: add debugfs file for driver filterJoerg Roedel2009-06-021-1/+101
| | * | dma-debug: add variables and checks for driver filterJoerg Roedel2009-06-021-1/+48
| * | | dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_deviceFUJITA Tomonori2009-05-291-11/+37
| * | | dma-debug: use sg_dma_len accessorFUJITA Tomonori2009-05-291-5/+5
| * | | dma-debug: use sg_dma_address accessor instead of using dma_address directlyFUJITA Tomonori2009-05-291-6/+6
| * | | dma-debug: re-add dma memory leak detectionJoerg Roedel2009-05-281-1/+57
| |/ /
* | | Merge branch 'linus' into core/iommuIngo Molnar2009-06-07783-5472/+20041
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-06-041-3/+0
| |\ \ \
| | * | | drm/i915: Remove a bad BUG_ON in the fence management code.Eric Anholt2009-06-041-3/+0
| * | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-0417-32/+151
| |\ \ \ \
| | * | | | drm: ignore EDID with really tiny modes.Adam Jackson2009-06-041-0/+5
| | * | | | drm: don't associate _DRM_DRIVER maps with a masterBen Skeggs2009-06-041-1/+2
| | * | | | drm/i915: intel_lvds.c fix section mismatchJaswinder Singh Rajput2009-06-041-1/+1
| | * | | | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-0410-13/+124
| | * | | | drm: set permissions on edid file to 0444Keith Packard2009-06-041-0/+1
| | * | | | drm: add newlines to text sysfs filesKeith Packard2009-06-041-3/+3
| | * | | | drm/radeon: fix ring free alignment calculationsDave Airlie2009-06-042-3/+6
| | * | | | drm: fix irq naming for kms drivers.Dave Airlie2009-06-042-11/+9
| | |/ / /
| * | | | drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zeroSalman Qazi2009-06-041-0/+3
| * | | | lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell2009-06-042-4/+14
| |/ / /
| * | | Linux 2.6.30-rc8v2.6.30-rc8Linus Torvalds2009-06-021-1/+1
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-021-83/+195
| |\ \ \
| | * | | powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt2009-06-021-83/+195
| * | | | parport: quickfix the proc registration bugAlan Cox2009-06-022-3/+14
| * | | | pata_netcell: LBA48 force identify bits correctAlan Cox2009-06-021-1/+12
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-024-16/+33
| |\ \ \ \
| | * | | | net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui2009-06-021-6/+17
| | * | | | e1000: add missing length check to e1000 receive routineNeil Horman2009-06-021-2/+3
| | * | | | forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)Ed Swierk2009-06-021-2/+13
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-06-011-6/+0
| | |\ \ \ \
| | | * | | | Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young2009-05-271-6/+0
| * | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-06-023-5/+7
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud