- f07ef39 drivers/char/riscom8: clean up irq handling by Jeff Garzik · 17 years ago
- 080eb42 isdn/sc: irq handler clean by Jeff Garzik · 17 years ago
- 246f93f isdn/act2000: fix major bug. clean irq handler. by Jeff Garzik · 17 years ago
- d12341f char/pcmcia/synclink_cs: trim trailing whitespace by Jeff Garzik · 17 years ago
- 6bd3bd6 drivers/char/ip2: separate polling and irq-driven work entry points by Jeff Garzik · 17 years ago
- f3518e4 drivers/char/ip2: split out irq core logic into separate function by Jeff Garzik · 17 years ago
- 1daec86 [NETDRVR] lib82596, netxen: delete pointless tests from irq handler by Jeff Garzik · 17 years ago
- 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
- 5712cb3 [PARPORT] Remove unused 'irq' argument from parport irq functions by Jeff Garzik · 17 years ago
- f230d10 [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} by Jeff Garzik · 17 years ago
- 3f2e40d [PARPORT] Consolidate code copies into a single generic irq handler by Jeff Garzik · 17 years ago
- 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
- 4e01776 mmc: fix sg->page fallout by Emil Medve · 17 years ago
- 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
- 0d68100 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 17 years ago
- 6e50607 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
- ba1c28a Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
- 49aa49b m68knommu: new style ColdFire UART driver by Greg Ungerer · 17 years ago
- be6cb66 m68knommu: improve mii_do_cmd code in FEC driver by Philippe De Muyter · 17 years ago
- f909b1e m68knommu: improve code formating FEC driver by Philippe De Muyter · 17 years ago
- 7fa57a0 Char: cyclades, fix potential NULL dereference by Jiri Slaby · 17 years ago
- 4ae3f84 md: raid5: fix clearing of biofill operations by Dan Williams · 17 years ago
- 85bfb4d md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata by NeilBrown · 17 years ago
- 5a37cf1 [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion by Alexey Korolev · 17 years ago
- 12d4d40 intel-iommu: fix sg_page() by FUJITA Tomonori · 17 years ago
- b61e8f4 parisc: fix sg_page() fallout by FUJITA Tomonori · 17 years ago
- dc81785 ide: build fix by FUJITA Tomonori · 17 years ago
- 73fc4f0 s390 zfcp: sg fixups by Jens Axboe · 17 years ago
- 5edadbd powerpc: Fix fallout from sg_page() changes by Olof Johansson · 17 years ago
- c8ac5a7 IB/ehca: Fix sg_page() fallout by Olof Johansson · 17 years ago
- 2d37f94 generalize lgread_u32/lgwrite_u32. by Rusty Russell · 17 years ago
- 19f1537 Lguest support for Virtio by Rusty Russell · 17 years ago
- 1504527 Remove old lguest I/O infrrasructure. by Rusty Russell · 17 years ago
- 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
- 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago
- b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
- 3161043 Virtio console driver by Rusty Russell · 17 years ago
- e467cde Block driver using virtio. by Rusty Russell · 17 years ago
- 296f96f Net driver using virtio by Rusty Russell · 17 years ago
- ec3d41c Virtio interface by Rusty Russell · 17 years ago
- 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
- c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
- ee3db0f Rename "cr3" to "gpgdir" to avoid x86-specific naming. by Rusty Russell · 17 years ago
- df29f43 Pagetables to use normal kernel types by Matias Zabaljauregui · 17 years ago
- d612cde Move register setup into i386_core.c by Jes Sorensen · 17 years ago
- 511801d Change example launcher to use unsigned long not u32 by Jes Sorensen · 17 years ago
- b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
- cc6d4fb Introduce "hcall" pointer to indicate pending hypercall. by Rusty Russell · 17 years ago
- 4614a3a Reorder guest saved regs to match hyperall order by Jes Sorensen · 17 years ago
- 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
- 56adbe9 Make shadow IDT a complete IDT with 256 entries. by Rusty Russell · 17 years ago
- 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 17 years ago
- 3c6b5bf Introduce guest mem offset, static link example launcher by Rusty Russell · 17 years ago
- 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago
- 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
- 05aa026 Clocksource is continuous regardless of the state of the host's TSC. by Tony Breeds · 17 years ago
- ebac525 lguest_devices belongs in lguest_bus.c: it's not i386-specific. by Rusty Russell · 17 years ago
- 141341c Lguest currently depends on 32-bit x86, not just x86. by Rusty Russell · 17 years ago
- 891ff65 Use copy_to_user() not put_user for struct timespec by Jes Sorensen · 17 years ago
- 25e82eb Remove binfmts.h include from lg.h by Rusty Russell · 17 years ago
- 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
- d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
- 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
- 0fd56c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
- 56d61a0 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
- f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
- 8b0eacc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
- 0c32633 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 17 years ago
- ad792f4 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
- 9747170 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
- 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
- 3cfa8f6 Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 17 years ago
- 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
- 4b6d51e firewire: fw-ohci: shut up a superfluous compiler warning by Stefan Richter · 17 years ago
- c74e92c firewire: fw-ohci: log a note about unsupported features by Stefan Richter · 17 years ago
- 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
- c03ab37 intel-iommu sg chaining support by FUJITA Tomonori · 17 years ago
- 358dd8a intel-iommu: fix for IOMMU early crash by Keshavamurthy, Anil S · 17 years ago
- f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
- 49a0429 Intel IOMMU: Iommu floppy workaround by Keshavamurthy, Anil S · 17 years ago
- e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
- 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
- 7d3b03c Intel IOMMU: Intel iommu cmdline option - forcedac by Keshavamurthy, Anil S · 17 years ago
- eb3fa7c Intel IOMMU: Avoid memory allocation failures in dma map api calls by Keshavamurthy, Anil S · 17 years ago
- ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
- f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago
- 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
- 10e5247 Intel IOMMU: DMAR detection and parsing logic by Keshavamurthy, Anil S · 17 years ago
- 7b78d33 memory hotplug: rearrange memory hotplug notifier by Yasunori Goto · 17 years ago
- f40aa80 V4L/DVB (6382): saa7134: fix NULL dereference at suspend time for cards without IR receiver by Matthias Schwarzott · 17 years ago
- 6b1ec9d V4L/DVB (6380): ivtvfb: Removal of the 'osd_compat' module option by Ian Armstrong · 17 years ago
- 0938e31 V4L/DVB (6379): patch which improves GotView Saa7135 remote control by Pedro · 17 years ago
- 74c78a2 V4L/DVB (6378): DiB0700-device: Using 1.10 firmware by Patrick Boettcher · 17 years ago
- 9a607f0 V4L/DVB (6357): pvrusb2: Improve encoder chip health tracking by Mike Isely · 17 years ago
- a39a8ed V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisation by Marco Schluessler · 17 years ago
- 415a197 V4L/DVB (6352): ir-kbd-i2c: Missing break statement by Trent Piepho · 17 years ago
- e7222ca V4L/DVB (6350): V4L: possible leak in em28xx_init_isoc by Florin Malita · 17 years ago
- 2f7362e V4L/DVB (6348): ivtv: undo video mute when closing the radio by Hans Verkuil · 17 years ago
- 254d6eb V4L/DVB (6347): ivtv: fix video mute when radio is used by Hans Verkuil · 17 years ago
- 195b125 V4L/DVB (6346): ivtvfb: YUV output size fix when ivtvfb is not loaded by Ian Armstrong · 17 years ago