summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-23isdn/act2000: fix major bug. clean irq handler.Jeff Garzik1-4/+8
2007-10-23char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik1-353/+353
2007-10-23drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik1-7/+20
2007-10-23drivers/char/ip2: split out irq core logic into separate functionJeff Garzik1-18/+26
2007-10-23[NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2-16/+3
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik6-9/+10
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik8-29/+13
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik4-5/+5
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik8-49/+20
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle8-2/+8
2007-10-23mmc: fix sg->page falloutEmil Medve1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds18-313/+284
2007-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds36-4264/+2911
2007-10-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-102/+124
2007-10-23Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-12/+18
2007-10-23m68knommu: new style ColdFire UART driverGreg Ungerer1-0/+653
2007-10-23m68knommu: improve mii_do_cmd code in FEC driverPhilippe De Muyter1-5/+2
2007-10-23m68knommu: improve code formating FEC driverPhilippe De Muyter1-12/+5
2007-10-23Char: cyclades, fix potential NULL dereferenceJiri Slaby1-1/+1
2007-10-23md: raid5: fix clearing of biofill operationsDan Williams1-3/+14
2007-10-23md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadataNeilBrown1-1/+1
2007-10-23[MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev1-69/+77
2007-10-23intel-iommu: fix sg_page()FUJITA Tomonori1-2/+2
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori2-0/+2
2007-10-23ide: build fixFUJITA Tomonori1-0/+1
2007-10-23s390 zfcp: sg fixupsJens Axboe3-6/+9
2007-10-23powerpc: Fix fallout from sg_page() changesOlof Johansson1-1/+1
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson1-3/+3
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell7-46/+38
2007-10-23Lguest support for VirtioRusty Russell2-0/+376
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell6-715/+19
2007-10-23Remove old lguest bus and drivers.Rusty Russell10-1385/+0
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell3-0/+319
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell1-0/+18
2007-10-23Virtio console driverRusty Russell3-0/+230
2007-10-23Block driver using virtio.Rusty Russell3-0/+315
2007-10-23Net driver using virtioRusty Russell3-0/+442
2007-10-23Virtio interfaceRusty Russell6-0/+191
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell6-32/+62
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell4-11/+75
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2-12/+12
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui3-141/+98
2007-10-23Move register setup into i386_core.cJes Sorensen3-36/+38
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen1-15/+16
2007-10-23Make hypercalls arch-independent.Jes Sorensen3-76/+94
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell4-38/+34
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen1-2/+2
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen7-522/+525
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell2-32/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell6-43/+14