summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | KVM: Create an inode per virtual machineAvi Kivity2007-03-041-41/+171
* | | KVM: Add internal filesystem for generating inodesAvi Kivity2007-03-041-1/+32
* | | KVM: More 0 -> NULL conversionsAvi Kivity2007-03-041-2/+2
* | | KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel2007-03-041-0/+1
* | | KVM: svm: init cr0 with the wp bit setAvi Kivity2007-03-041-1/+1
* | | KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-044-18/+40
* | | KVM: Add hypercall host support for svmAvi Kivity2007-03-041-1/+15
* | | KVM: Add host hypercall support for vmxIngo Molnar2007-03-041-0/+15
* | | KVM: add MSR based hypercall APIIngo Molnar2007-03-044-0/+105
* | | KVM: Use page_private()/set_page_private() apisMarkus Rechberger2007-03-043-20/+20
* | | KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish2007-03-043-4/+7
* | | KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitchJoerg Roedel2007-03-041-0/+3
* | | KVM: CosmeticsAvi Kivity2007-03-044-23/+15
* | | KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPAREJeremy Katz2007-03-041-2/+6
* | | KVM: mmu: add missing dirty page tracking casesAvi Kivity2007-03-041-2/+13
| |/ |/|
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-0245-12/+294
|\ \
| * | libata: add CONFIG_PM to libata core layerTejun Heo2007-03-023-0/+42
| * | libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-0238-2/+191
| * | libata: add missing PM callbacksTejun Heo2007-03-023-0/+12
| * | pata_qdi: Fix initialisationAlan Cox2007-03-021-4/+8
| * | [libata] pata_cmd64x: fix driver description in commentsJeff Garzik2007-03-021-1/+1
| * | [libata] pata_{legacy,sc1200,sl82c105}: add missing hooksJeff Garzik2007-03-023-0/+24
| * | [libata] change master/slave IDENTIFY orderJeff Garzik2007-03-021-2/+14
| * | libata-core: Fix simplex handlingAlan2007-03-021-3/+2
| |/
* | [netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/Jeff Garzik2007-03-022-2/+2
* | mv643xx_eth: move mac_addr inside mv643xx_eth_platform_dataDale Farnsworth2007-03-021-1/+1
* | Fix mv643xx_eth compilation.Dave Jones2007-03-021-1/+3
* | qla3xxx: bugfix for line omitted in previous patch.Ron Mercer2007-03-021-1/+1
* | NetXen: Fix second rmmod failure observed on PowerPC machines.Linsys Contractor Mithlesh Thukral2007-03-023-17/+20
* | NetXen: Updates, removal of unsupported features and minor bug fixes.Linsys Contractor Mithlesh Thukral2007-03-024-121/+34
* | cxgb3 - Tag driver versionDivy Le Ray2007-03-021-1/+1
* | myri10ge: fix copyright and licenseBrice Goglin2007-03-021-11/+11
* | jmr3927: do not call tc35815_killall().Ralf Baechle2007-03-021-13/+0
* | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-03-021-2/+3
|\ \
| * | [PATCH] bcm43xx: fix for 4309Stefano Brivio2007-02-271-2/+3
* | | [AOE]: Add get_unaligned() calls where needed.David S. Miller2007-03-022-8/+9
* | | [RADEON]: Fix blanking return value.David S. Miller2007-03-021-2/+1
| |/ |/|
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-018-105/+95
|\ \
| * | ahci: improve spurious SDB FIS handlingTejun Heo2007-03-011-15/+24
| * | ahci/pata_jmicron: match class not function numberTejun Heo2007-03-013-23/+17
| * | jmicron ATA: reimplement jmicron ATA quirkTejun Heo2007-03-011-30/+50
| * | pata_jmicron: drop unnecessary device programming in [re]initTejun Heo2007-03-011-31/+1
| * | libata: blacklist FUJITSU MHT2060BH for NCQTejun Heo2007-03-011-0/+2
| * | sata_sil24: kill unused local variable idx in sil24_fill_sg()Tejun Heo2007-03-011-3/+0
| * | libata: clear drvdata in ata_host_release(), take#2Tejun Heo2007-03-014-4/+2
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-03-014-19/+61
|\ \ \
| * | | HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle buttonJiri Kosina2007-03-012-5/+13
| * | | HID: fix broken Logitech S510 keyboard report descriptor; make extra keys workJiri Kosina2007-03-012-2/+43
| * | | HID: fix possible double-free on error path in hid parserJiri Kosina2007-03-011-5/+0
| * | | HID: hid-debug.c should #include <linux/hid-debug.h>Adrian Bunk2007-03-011-0/+1