summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-02-177-50/+84
|\
| * V4L/DVB (10626): ivtv: fix regression in get sliced vbi formatHans Verkuil2009-02-171-1/+1
| * V4L/DVB (10625): ivtv: fix decoder crash regressionHans Verkuil2009-02-171-12/+12
| * V4L/DVB (10619): gspca - main: Destroy the URBs at disconnection time.Adam Baker2009-02-171-0/+5
| * V4L/DVB (10572): Revert commit dda06a8e4610757def753ee3a541a0b1a1feb36bMauro Carvalho Chehab2009-02-172-19/+13
| * V4L/DVB (10533): fix LED status outputTobias Lorenz2009-02-171-1/+33
| * V4L/DVB (10532): Correction of Stereo detection/setting and signal strength i...Tobias Lorenz2009-02-171-8/+13
| * V4L/DVB (10527): tuner: fix TUV1236D analog/digital setupMauro Carvalho Chehab2009-02-171-6/+4
| * V4L/DVB (10516a): zoran: Update MAINTAINERS entryTrent Piepho2009-02-171-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-02-174-11/+20
|\ \
| * | HID: fix bus endianity in file2aliasJiri Slaby2009-02-171-0/+1
| * | HID: move tmff and zpff devices from ignore_list to blacklistAnssi Hannula2009-02-171-6/+6
| * | HID: unlock properly on error paths in hidraw_ioctl()Dan Carpenter2009-02-171-5/+9
| * | HID: blacklist Powercom USB UPSMichael Tokarev2009-02-172-0/+4
| |/
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-02-176-30/+53
|\ \
| * | mfd: Fix sm501_register_gpio section mismatchRakib Mullick2009-02-171-1/+1
| * | mfd: fix sm501 section mismatchesAlexey Dobriyan2009-02-171-12/+12
| * | mfd: terminate pcf50633 i2c_device_id listJean Delvare2009-02-171-0/+1
| * | mfd: Ensure all WM8350 IRQs are masked at startupMark Brown2009-02-171-0/+7
| * | mfd: fix htc-egpio iomem resource handling using resource_sizePhilipp Zabel2009-02-171-1/+1
| * | mfd: Fix TWL4030 build on some ARM variantsMark Brown2009-02-171-1/+1
| * | mfd: wm8350 tries reaches -1Roel Kluin2009-02-171-1/+1
| * | mfd: Mark WM835x USB_SLV_500MA bit as accessibleMark Brown2009-02-171-1/+1
| * | mfd: Improve diagnostics for WM8350 ID register probeMark Brown2009-02-171-4/+19
| * | mfd: Initialise WM8350 interrupts earlierMark Brown2009-02-171-9/+9
| * | mfd: Fix egpio kzalloc return testJulia Lawall2009-02-171-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-02-173-26/+43
|\ \
| * | [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2Wim Van Sebroeck2009-02-143-26/+43
| |/
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-02-172-4/+4
|\ \
| * | wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2009-02-162-4/+4
| |/
* | FRV: __pte_to_swp_entry doesn't expand correctlyRoel Kluin2009-02-171-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-02-179-47/+101
|\ \
| * | ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter2009-02-151-5/+3
| * | ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V2009-02-141-2/+19
| * | ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V2009-02-141-0/+3
| * | ext4: Fix lockdep warningAneesh Kumar K.V2009-02-101-13/+16
| * | ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun2009-02-101-1/+1
| * | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-02-104-16/+41
| * | Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara2009-02-101-4/+7
| * | jbd2: Fix return value of jbd2_journal_start_commit()Jan Kara2009-02-101-6/+11
| |/
* | Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-02-1719-97/+106
|\ \
| * | KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity2009-02-151-0/+1
| * | KVM: Fix assigned devices circular locking dependencyMark McLoughlin2009-02-152-4/+5
| * | KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-156-63/+15
| * | KVM: Fix INTx for device assignmentSheng Yang2009-02-151-2/+2
| * | KVM: MMU: Map device MMIO as UC in EPTSheng Yang2009-02-152-4/+8
| * | KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti2009-02-151-1/+3
| * | KVM: PIT: fix i8254 pending count readMarcelo Tosatti2009-02-151-1/+1
| * | KVM: Fix racy in kvm_free_assigned_irqSheng Yang2009-02-152-9/+20
| * | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-156-0/+18
OpenPOWER on IntegriCloud