summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] dz: remove struct pt_regs referencesMaciej W. Rozycki2007-03-051-4/+3
* [PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell2007-03-051-3/+1
* [PATCH] add CONFIG_GENERIC_GPIODavid Brownell2007-03-051-4/+6
* [PATCH] Fix soft lockup with iSeries viocd driverTony Breeds2007-03-051-4/+23
* [PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman2007-03-051-0/+2
* [PATCH] msi: fix up the msi enable/disable logicEric W. Biederman2007-03-051-80/+64
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-054-12/+30
* [PATCH] cyclades: return closing_waitAndrew Morton2007-03-051-0/+1
* 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/+11
| * 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/+0
| * 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/+6
| * 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/+43
| * 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/+0
|\ \
| * | [libata] pata_jmicron: build fixJeff Garzik2007-03-031-1/+0
| |/
* | 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/+103
|\ \
| * | [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-0220-67/+48
| * | [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-026-23/+23
| * | [PPPOE]: Key connections properly on local device.Florian Zumbiehl2007-03-021-20/+32
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-0414-721/+142
|\ \
| * | [ARM] Acorn: move the i2c bus driver into drivers/i2cRussell King2007-03-047-694/+108
| * | [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