summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-01-061-1/+1
|\
| * [PATCH] PCI: disable PCI_MULTITHREAD_PROBEAndrew Morton2007-01-051-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-01-0610-76/+231
|\ \
| * | USB: asix: Fix AX88772 device PHY selectionDavid Hollis2007-01-051-1/+1
| * | USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printersMartin Williges2007-01-051-0/+1
| * | sisusb_con warning fixesAndrew Morton2007-01-051-6/+6
| * | USB: Fixed bug in endpoint release function.Sarah Bailey2007-01-051-1/+1
| * | USB storage: fix ipod ejecting issuePete Zaitcev2007-01-051-1/+1
| * | USB Storage: unusual_devs: add supertop drivesPhil Dibowitz2007-01-051-0/+15
| * | USB: omap_udc build fixes (sync with linux-omap)David Brownell2007-01-052-53/+195
| * | USB: funsoft is borken on sparcAndrew Morton2007-01-051-1/+1
| * | USB: fix interaction between different interfaces in an "Option" usb deviceMiguel Angel Alvarez2007-01-051-0/+3
| * | UHCI: support device_may_wakeupAlan Stern2007-01-051-1/+3
| * | UHCI: make test for ASUS motherboard more specificAlan Stern2007-01-051-12/+4
| |/
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-01-065-21/+28
|\ \
| * | i2c/m41t00: Do not forget to write yearPhilippe De Muyter2007-01-051-0/+1
| * | i2c-mv64xxx: Fix random oops at bootMaxime Bizon2007-01-051-2/+2
| * | i2c: Migration aids for i2c_adapter.dev removalDavid Brownell2007-01-041-4/+24
| * | i2c-pnx: Fix interrupt handler, get rid of EARLY config optionVitaly Wool2007-01-042-15/+1
* | | [PATCH] connector: some fixes for ia64 unaligned access errorsErik Jacobson2007-01-051-5/+6
* | | [PATCH] fix the toshiba_acpi write_lcd return valueMatthijs van Otterdijk2007-01-051-3/+6
* | | [PATCH] hpt37x: Two important bug fixesAlan2007-01-051-3/+3
* | | [PATCH] pata_optidma: typo in KconfigAlexey Dobriyan2007-01-051-1/+1
* | | [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-052-4/+2
* | | [PATCH] KVM: Simplify mmu_alloc_roots()Ingo Molnar2007-01-051-6/+6
* | | [PATCH] KVM: Make loading cr3 more robustIngo Molnar2007-01-051-1/+13
* | | [PATCH] KVM: MMU: Add missing dirty bitAvi Kivity2007-01-051-0/+1
* | | [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup()Avi Kivity2007-01-051-2/+0
* | | [PATCH] KVM: Add missing 'break'Avi Kivity2007-01-051-0/+1
* | | [PATCH] KVM: Avoid oom on cr3 switchIngo Molnar2007-01-051-0/+2
* | | [PATCH] KVM: Initialize vcpu->kvm a little earlierAvi Kivity2007-01-051-1/+1
* | | [PATCH] KVM: Improve reporting of vmwrite errorsAvi Kivity2007-01-051-3/+9
* | | [PATCH] KVM: MMU: add audit code to check mappings, etc are correctAvi Kivity2007-01-052-2/+189
* | | [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu leftAvi Kivity2007-01-051-1/+1
* | | [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pteAvi Kivity2007-01-051-1/+6
* | | [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-054-19/+50
* | | [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-054-37/+153
* | | [PATCH] KVM: MMU: Free pages on kvm destructionAvi Kivity2007-01-051-2/+7
* | | [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a...Avi Kivity2007-01-051-1/+12
* | | [PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity2007-01-052-1/+28
* | | [PATCH] KVM: MMU: Never free a shadow page actively serving as a rootAvi Kivity2007-01-052-2/+19
* | | [PATCH] KVM: MMU: Page table write flood protectionAvi Kivity2007-01-052-1/+18
* | | [PATCH] KVM: MMU: If an empty shadow page is not empty, report more infoAvi Kivity2007-01-051-4/+8
* | | [PATCH] KVM: MMU: Ensure freed shadow pages are cleanAvi Kivity2007-01-051-0/+1
* | | [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()Avi Kivity2007-01-051-10/+10
* | | [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page ta...Avi Kivity2007-01-051-2/+17
* | | [PATCH] KVM: MMU: Remove release_pt_page_64()Avi Kivity2007-01-051-29/+0
* | | [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-055-62/+0
* | | [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-055-43/+37
* | | [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the pageAvi Kivity2007-01-051-4/+4