summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ramoops: add HAS_IOMEM dependencyHeiko Carstens2010-06-041-0/+1
* rtc: s3c: initialize s3c_rtc_cpu_type before using itMaurus Cuelenaere2010-06-041-2/+2
* rtc: s3c: initialize driver data before using itMaurus Cuelenaere2010-06-041-2/+3
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-06-044-46/+55
|\
| * Merge branch 'acpi-idle' into releaseLen Brown2010-06-041-11/+6
| |\
| | * ACPI: Eliminate us to pm ticks conversion in common pathVenkatesh Pallipadi2010-06-041-10/+5
| | * ACPI: Fix the incorrect calculation about C-state idle timeZhao Yakui2010-06-041-1/+1
| * | Merge branches 'bugzilla-14668' and 'misc-2.6.35' into releaseLen Brown2010-06-013685-146652/+342606
| |\|
| * | ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki2010-05-283-17/+17
| * | ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki2010-05-283-26/+40
* | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2010-06-041-1/+3
|\ \ \
| * | | SFI: do not return freed pointerDan Carpenter2010-06-011-1/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-06-041-2/+2
|\ \ \
| * \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-06-0235-1123/+2685
| |\ \ \
| * | | | usb/gadget: Replace the old USB audio FU definitions in f_audio.cTakashi Iwai2010-06-011-2/+2
| | |/ / | |/| |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-036-8/+70
|\ \ \ \
| * | | | libata: implement on-demand HPA unlockingTejun Heo2010-06-022-0/+30
| * | | | libata: use the enlarged capacity after late HPA unlockTejun Heo2010-06-021-3/+2
| * | | | SCSI: implement sd_unlock_native_capacity()Tejun Heo2010-06-021-0/+22
| * | | | libata-sff: trivial corrections to Kconfig help textStefan Richter2010-06-021-3/+3
| * | | | sata_nv: don't diddle with nIEN on mcp55Tejun Heo2010-06-021-2/+0
| * | | | sata_via: magic vt6421 fix for transmission problems w/ WD drivesTejun Heo2010-06-021-0/+13
| |/ / /
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-06-0313-31/+58
|\ \ \ \
| * | | | powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-0212-27/+53
| * | | | agp/uninorth: Fix oops caused by flushing too muchPaul Mackerras2010-06-021-1/+1
| * | | | powerpc/macio: Don't dereference pointer before null checkAndreas Schwab2010-06-021-3/+4
| | |/ / | |/| |
* | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-06-031-1/+1
|\ \ \ \
| * | | | xen: avoid allocation causing potential swap activity on the resume pathIan Campbell2010-06-031-1/+1
| | |/ / | |/| |
* | | | Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-06-032-4/+14
|\ \ \ \
| * | | | virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah2010-06-031-0/+4
| * | | | virtio: console: Fix crash when hot-unplugging a port and read is blockedAmit Shah2010-06-031-3/+7
| * | | | virtio-blk: fix minimum number of S/G elementsChristoph Hellwig2010-06-031-1/+3
| | |/ / | |/| |
* | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-06-0378-233/+137
|\ \ \ \
| * | | | i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-0375-141/+4
| * | | | i2c/busses: Move two drivers to embedded sectionWolfram Sang2010-06-032-23/+23
| * | | | i2c: Rename i2c_check_addr to i2c_check_addr_busyJean Delvare2010-06-031-19/+19
| * | | | i2c: Document reserved I2C addressesJean Delvare2010-06-031-3/+25
| * | | | i2c: Check for address validity on client registrationJean Delvare2010-06-031-7/+26
| * | | | i2c: Share the I2C device presence detection codeJean Delvare2010-06-031-40/+40
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-06-031-58/+65
|\ \ \ \
| * | | | crypto: crypto4xx - Fix build breakageAnatolij Gustschin2010-06-031-3/+3
| * | | | n2_crypto: Plumb fallback ahash requests properly.David S. Miller2010-05-251-47/+48
| * | | | n2_crypto: Fix MAU kmem_cache name.David S. Miller2010-05-251-1/+1
| * | | | n2_crypto: Fix build after of_device/of_platform_driver changes.David S. Miller2010-05-251-10/+16
* | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-06-0343-315/+3481
|\ \ \ \ \
| * | | | | drm/radeon/kms: make sure display hw is disabled when suspendingAlex Deucher2010-06-031-0/+7
| * | | | | drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz2010-06-035-9/+134
| * | | | | drm/vmwgfx: Fix framebuffer modesettingJakob Bornecrantz2010-06-031-18/+4
| * | | | | drm/vmwgfx: Fix vga save / restore with display topology.Thomas Hellstrom2010-06-032-7/+56
| * | | | | vgaarb: use MIT licenseTiago Vignatti2010-06-031-3/+23