summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2009-06-128-125/+531
|\
| * lguest: remove obsolete LHREQ_BREAK callRusty Russell2009-06-123-42/+4
| * lguest: use eventfds for device notificationRusty Russell2009-06-124-6/+115
| * lguest: allow any process to send interruptsRusty Russell2009-06-123-12/+18
| * lguest: PAE fixesRusty Russell2009-06-121-17/+21
| * lguest: PAE supportMatias Zabaljauregui2009-06-124-39/+329
| * lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-123-4/+4
| * lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-121-17/+18
| * lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-122-2/+2
| * lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui2009-06-121-1/+1
| * lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin2009-06-121-1/+1
| * lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-124-8/+23
| * lguest: fix race in halt codeRusty Russell2009-06-123-12/+31
| * lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2009-06-122-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds2009-06-1210-136/+524
|\ \
| * | virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
| * | virtio: fix id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
| * | virtio: handle short buffers in virtio_rng.Rusty Russell2009-06-121-8/+16
| * | virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
| * | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-121-2/+73
| * | virtio: expose features in sysfsRusty Russell2009-06-121-0/+16
| * | virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-121-19/+209
| * | virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-121-19/+34
| * | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-128-75/+144
| * | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-1210-23/+41
| * | virtio: meet virtio spec by finalizing features before using deviceRusty Russell2009-06-121-3/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-06-123-12/+9
|\ \
| * | uvesafb: improve parameter handling.Rusty Russell2009-06-121-6/+4
| * | module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-121-1/+1
| * | cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell2009-06-121-5/+4
| |/
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-1242-522/+383
|\ \ | |/ |/|
| * ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()Bartlomiej Zolnierkiewicz2009-06-101-54/+16
| * ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz2009-06-101-1/+0
| * ide: fix PowerMac bootup oopsHugh Dickins2009-06-101-26/+21
| * ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz2009-06-081-3/+9
| * sl82c105: add printk() logging facilitySergei Shtylyov2009-06-081-4/+5
| * ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
| * ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-074-9/+12
| * ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-075-80/+27
| * hpt366: enable all quirks for devices on quirk_drives[] listBartlomiej Zolnierkiewicz2009-06-071-1/+1
| * hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.cBartlomiej Zolnierkiewicz2009-06-071-0/+4
| * ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
| * ide: remove superfluous SELECT_MASK() call from ide_driveid_update()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
| * icside: remove superfluous ->maskproc methodBartlomiej Zolnierkiewicz2009-06-071-60/+4
| * ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
| * ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-072-6/+8
| * pdc202xx_old: kill resetproc() methodSergei Shtylyov2009-06-071-17/+0
| * pdc202xx_old: don't call pdc202xx_reset() on IRQ timeoutSergei Shtylyov2009-06-071-8/+1
| * pdc202xx_old: use ide_dma_test_irq()Sergei Shtylyov2009-06-071-37/+2
| * Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-075-26/+102
| |\