summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-03-0427-206/+292
|\
| * ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)Bartlomiej Zolnierkiewicz2007-03-037-15/+57
| * ide: remove some obsoleted kernel params (v2)Bartlomiej Zolnierkiewicz2007-03-033-18/+11Star
| * ide/pci/delkin_cb.c: pci_module_init to pci_register_driverRichard Knutsson2007-03-031-1/+1
| * scc_pata: bugfix for checking DMA IRQ statusAkira Iguchi2007-03-031-0/+27
| * ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox2007-03-0313-24/+0Star
| * siimage: DRAC4 noteAlan Cox2007-03-031-0/+5
| * adjust legacy IDE resource setting (v2)Jan Beulich2007-03-031-13/+32
| * ide: fix pmac breakageAndrew Morton2007-03-032-11/+26
| * ide-cs: Update device tableMagnus Damm2007-03-031-2/+5
| * ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)Sergei Shtylyov2007-03-031-12/+6Star
| * piix/slc90e66: more tuneproc() fixing (take 2)Sergei Shtylyov2007-03-032-37/+50
| * ide: fix drive side 80c cable check, take 2Tejun Heo2007-03-031-0/+2
| * cmd64x: fix PIO mode setup (take 3)Sergei Shtylyov2007-03-031-65/+43Star
| * alim15x3: fix PIO mode setupSergei Shtylyov2007-03-031-8/+27
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-041-1/+0Star
|\ \
| * | [libata] pata_jmicron: build fixJeff Garzik2007-03-031-1/+0Star
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2007-03-043-6/+11
|\ \
| * | V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized f...Michael Krufky2007-03-032-5/+10
| * | V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu in...Mike Isely2007-03-031-1/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-0427-110/+103Star
|\ \
| * | [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-0320-67/+48Star
| * | [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-036-23/+23
| * | [PPPOE]: Key connections properly on local device.Florian Zumbiehl2007-03-031-20/+32
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-0414-721/+142Star
|\ \
| * | [ARM] Acorn: move the i2c bus driver into drivers/i2cRussell King2007-03-047-694/+108Star
| * | [ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entriesRussell King2007-03-043-6/+7
| * | [ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King2007-03-042-4/+7
| * | [ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King2007-03-042-4/+6
| * | [ARM] rtc-pcf8583: correct month and year offsetsRussell King2007-03-041-5/+6
| * | [ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King2007-03-041-10/+10
* | | KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton2007-03-041-2/+2
* | | KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity2007-03-041-1/+1
* | | KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin2007-03-041-0/+2
* | | kvm: move do_remove_write_access() upUri Lublin2007-03-041-7/+7
* | | KVM: Fix dirty page log bitmap size/access calculationUri Lublin2007-03-041-2/+2
* | | KVM: Add missing calls to mark_page_dirty()Uri Lublin2007-03-041-0/+6
* | | KVM: Per-vcpu inodesAvi Kivity2007-03-044-119/+153
* | | KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity2007-03-041-51/+51
* | | KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()Avi Kivity2007-03-041-24/+24
* | | 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