summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-07-31Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-45/+56
2009-07-31imxmmc: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-31cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2-7/+3
2009-07-31sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior1-2/+8
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds8-12/+1608
2009-07-30Merge git://git.infradead.org/users/cbou/battery-2.6.31Linus Torvalds4-11/+353
2009-07-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2-8/+4
2009-07-30lguest: update commentryRusty Russell7-40/+176
2009-07-30lguest: fix comment styleRusty Russell10-608/+1168
2009-07-30virtio: refactor find_vqsMichael S. Tsirkin1-93/+119
2009-07-30virtio: delete vq from listMichael S. Tsirkin1-1/+5
2009-07-30virtio: fix memory leak on device removalMichael S. Tsirkin1-13/+15
2009-07-30lguest: dereferencing freed mem in add_eventfd()Dan Carpenter1-2/+3
2009-07-29cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.cMark Ware1-1/+1
2009-07-29Merge branch 'i2c-fixes-rc4' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds3-14/+35
2009-07-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+8
2009-07-29drivers/serial/atmel_serial.c: fix compile when CONFIG_SERIAL_ATMEL=Y and CON...Albin Tonnerre1-0/+2
2009-07-29sdhci: get rid of "frequency too high" flood when using eSDHCAnton Vorontsov3-1/+13
2009-07-29sysrq, kdump: make sysrq-c consistentHidetoshi Seto1-3/+5
2009-07-29eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling1-2/+2
2009-07-29drivers/video/backlight/jornada720_bl.c: fix buildKristoffer Ericson1-1/+1
2009-07-29rtc: mark if rtc-cmos drivers were successfully registeredThadeu Lima de Souza Cascardo1-5/+18
2009-07-29spi: omap2_mcspi rxdma bugfixEero Nurkkala1-1/+20
2009-07-29spi: omap2_mcspi supports wake eventsJouni Hogander1-2/+9
2009-07-29s3c-fb: fix off-by-one bug in loop indexesPawel Osciak1-2/+2
2009-07-29edac: x38 fix mchbar high register addrLu Zhihe1-1/+1
2009-07-30i2c-omap: OMAP3430 Silicon Errata 1.153Sonasath, Moiz1-1/+23
2009-07-30i2c-omap: In case of a NACK|ARDY|AL return from the ISRSonasath, Moiz1-1/+3
2009-07-30i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerSonasath, Moiz1-5/+7
2009-07-30i2c-sh_mobile: change module_init() to subsys_initcall()Magnus Damm1-1/+1
2009-07-30i2c: strncpy does not null terminate stringRoel Kluin1-1/+1
2009-07-30i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard1-5/+0
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-1526/+3533
2009-07-29Merge branch 'zero-length' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+0
2009-07-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-42/+72
2009-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-2/+1
2009-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds9-2460/+20
2009-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds19-445/+1012
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi3-2/+14
2009-07-29PM / ACPI: HP G7000 Notebook needs a SCI_EN resume quirkBartlomiej Zolnierkiewicz1-0/+8
2009-07-29drm/radeon: set fb aperture sizes for framebuffer handoff.Dave Airlie1-0/+5
2009-07-29drm/ttm: fix highuser vs dma32 confusion.Dave Airlie1-1/+3
2009-07-29drm/radeon: Fix size used for benchmarking BO copies.Michel Dänzer1-2/+2
2009-07-29drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer5-1/+225
2009-07-29drm/radeon/kms: allow interruptible waits for objects.Dave Airlie2-2/+2
2009-07-29drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom1-4/+10
2009-07-29drm/ttm: Fix ttm in-kernel copying of pages with non-standard caching attribu...Thomas Hellstrom1-11/+52
2009-07-29drm/ttm: Fix an oops and sync object leak.Thomas Hellstrom1-2/+4
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie12-42/+56