| Commit message (Expand) | Author | Age | Files | Lines |
* | isdn/sc: irq handler clean | Jeff Garzik | 2007-10-23 | 2 | -16/+4 |
* | isdn/act2000: fix major bug. clean irq handler. | Jeff Garzik | 2007-10-23 | 1 | -4/+8 |
* | char/pcmcia/synclink_cs: trim trailing whitespace | Jeff Garzik | 2007-10-23 | 1 | -353/+353 |
* | drivers/char/ip2: separate polling and irq-driven work entry points | Jeff Garzik | 2007-10-23 | 1 | -7/+20 |
* | drivers/char/ip2: split out irq core logic into separate function | Jeff Garzik | 2007-10-23 | 1 | -18/+26 |
* | [NETDRVR] lib82596, netxen: delete pointless tests from irq handler | Jeff Garzik | 2007-10-23 | 2 | -16/+3 |
* | Eliminate pointless casts from void* in a few driver irq handlers. | Jeff Garzik | 2007-10-23 | 6 | -9/+10 |
* | [PARPORT] Remove unused 'irq' argument from parport irq functions | Jeff Garzik | 2007-10-23 | 8 | -29/+13 |
* | [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} | Jeff Garzik | 2007-10-23 | 4 | -5/+5 |
* | [PARPORT] Consolidate code copies into a single generic irq handler | Jeff Garzik | 2007-10-23 | 8 | -49/+20 |
* | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 | 8 | -2/+8 |
* | mmc: fix sg->page fallout | Emil Medve | 2007-10-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 18 | -313/+284 |
|\ |
|
| * | mlx4_core: Increase command timeout for INIT_HCA to 10 seconds | Jack Morgenstein | 2007-10-21 | 1 | -1/+1 |
| * | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 2007-10-19 | 4 | -95/+82 |
| * | IB/uverbs: Fix checking of userspace object ownership | Roland Dreier | 2007-10-19 | 1 | -2/+6 |
| * | IB/mlx4: Sanity check userspace send queue sizes | Jack Morgenstein | 2007-10-18 | 1 | -2/+14 |
| * | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" | Roland Dreier | 2007-10-17 | 1 | -1/+1 |
| * | IB/ehca: Enable large page MRs by default | Joachim Fenkes | 2007-10-17 | 1 | -1/+1 |
| * | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 2007-10-17 | 4 | -22/+36 |
| * | IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr() | Joachim Fenkes | 2007-10-17 | 1 | -11/+4 |
| * | IB/ehca: Fix masking error in {,re}reg_phys_mr() | Joachim Fenkes | 2007-10-17 | 1 | -2/+2 |
| * | IB/ehca: Supply QP token for SRQ base QPs | Joachim Fenkes | 2007-10-17 | 1 | -1/+3 |
| * | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 2007-10-16 | 1 | -2/+4 |
| * | RDMA/cma: Fix deadlock destroying listen requests | Sean Hefty | 2007-10-16 | 1 | -47/+23 |
| * | RDMA/cma: Add locking around QP accesses | Sean Hefty | 2007-10-16 | 1 | -30/+60 |
| * | IB/mthca: Avoid alignment traps when writing doorbells | Roland Dreier | 2007-10-15 | 5 | -96/+47 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2007-10-23 | 36 | -4264/+2911 |
|\ \ |
|
| * | | generalize lgread_u32/lgwrite_u32. | Rusty Russell | 2007-10-23 | 7 | -46/+38 |
| * | | Lguest support for Virtio | Rusty Russell | 2007-10-23 | 2 | -0/+376 |
| * | | Remove old lguest I/O infrrasructure. | Rusty Russell | 2007-10-23 | 6 | -715/+19 |
| * | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 | 10 | -1385/+0 |
| * | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 | 3 | -0/+319 |
| * | | Module autoprobing support for virtio drivers. | Rusty Russell | 2007-10-23 | 1 | -0/+18 |
| * | | Virtio console driver | Rusty Russell | 2007-10-23 | 3 | -0/+230 |
| * | | Block driver using virtio. | Rusty Russell | 2007-10-23 | 3 | -0/+315 |
| * | | Net driver using virtio | Rusty Russell | 2007-10-23 | 3 | -0/+442 |
| * | | Virtio interface | Rusty Russell | 2007-10-23 | 6 | -0/+191 |
| * | | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 2007-10-23 | 6 | -32/+62 |
| * | | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 4 | -11/+75 |
| * | | Rename "cr3" to "gpgdir" to avoid x86-specific naming. | Rusty Russell | 2007-10-23 | 2 | -12/+12 |
| * | | Pagetables to use normal kernel types | Matias Zabaljauregui | 2007-10-23 | 3 | -141/+98 |
| * | | Move register setup into i386_core.c | Jes Sorensen | 2007-10-23 | 3 | -36/+38 |
| * | | Change example launcher to use unsigned long not u32 | Jes Sorensen | 2007-10-23 | 1 | -15/+16 |
| * | | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 3 | -76/+94 |
| * | | Introduce "hcall" pointer to indicate pending hypercall. | Rusty Russell | 2007-10-23 | 4 | -38/+34 |
| * | | Reorder guest saved regs to match hyperall order | Jes Sorensen | 2007-10-23 | 1 | -2/+2 |
| * | | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 7 | -522/+525 |
| * | | Make shadow IDT a complete IDT with 256 entries. | Rusty Russell | 2007-10-23 | 2 | -32/+20 |
| * | | Remove fixed limit on number of guests, and lguests array. | Rusty Russell | 2007-10-23 | 6 | -43/+14 |