| Commit message (Expand) | Author | Age |
* | isdn/act2000: fix major bug. clean irq handler. | Jeff Garzik | 2007-10-23 |
* | char/pcmcia/synclink_cs: trim trailing whitespace | Jeff Garzik | 2007-10-23 |
* | drivers/char/ip2: separate polling and irq-driven work entry points | Jeff Garzik | 2007-10-23 |
* | drivers/char/ip2: split out irq core logic into separate function | Jeff Garzik | 2007-10-23 |
* | [NETDRVR] lib82596, netxen: delete pointless tests from irq handler | Jeff Garzik | 2007-10-23 |
* | Eliminate pointless casts from void* in a few driver irq handlers. | Jeff Garzik | 2007-10-23 |
* | [PARPORT] Remove unused 'irq' argument from parport irq functions | Jeff Garzik | 2007-10-23 |
* | [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} | Jeff Garzik | 2007-10-23 |
* | [PARPORT] Consolidate code copies into a single generic irq handler | Jeff Garzik | 2007-10-23 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2007-10-23 |
|\ |
|
| * | 9p: v9fs_vfs_rename incorrect clunk order | Latchesar Ionkov | 2007-10-23 |
| * | 9p: fix memleak in fs/9p/v9fs.c | Adrian Bunk | 2007-10-23 |
| * | 9p: add virtio transport | Eric Van Hensbergen | 2007-10-23 |
* | | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 |
* | | xtensa: fix sg->page fallout | Emil Medve | 2007-10-23 |
* | | mmc: fix sg->page fallout | Emil Medve | 2007-10-23 |
* | | [SG] Add debug check for page alignment | Jens Axboe | 2007-10-23 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 |
|\ |
|
| * | mlx4_core: Increase command timeout for INIT_HCA to 10 seconds | Jack Morgenstein | 2007-10-21 |
| * | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 2007-10-20 |
| * | IB/uverbs: Fix checking of userspace object ownership | Roland Dreier | 2007-10-19 |
| * | IB/mlx4: Sanity check userspace send queue sizes | Jack Morgenstein | 2007-10-18 |
| * | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" | Roland Dreier | 2007-10-18 |
| * | IB/ehca: Enable large page MRs by default | Joachim Fenkes | 2007-10-18 |
| * | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 2007-10-18 |
| * | IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr() | Joachim Fenkes | 2007-10-18 |
| * | IB/ehca: Fix masking error in {,re}reg_phys_mr() | Joachim Fenkes | 2007-10-18 |
| * | IB/ehca: Supply QP token for SRQ base QPs | Joachim Fenkes | 2007-10-18 |
| * | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 2007-10-16 |
| * | RDMA/cma: Fix deadlock destroying listen requests | Sean Hefty | 2007-10-16 |
| * | RDMA/cma: Add locking around QP accesses | Sean Hefty | 2007-10-16 |
| * | IB/mthca: Avoid alignment traps when writing doorbells | Roland Dreier | 2007-10-15 |
| * | mlx4_core: Kill mlx4_write64_raw() | Roland Dreier | 2007-10-14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2007-10-23 |
|\ \ |
|
| * | | Use "struct boot_params" in example launcher | Rusty Russell | 2007-10-23 |
| * | | Loading bzImage directly. | Rusty Russell | 2007-10-23 |
| * | | Revert lguest magic and use hook in head.S | Rusty Russell | 2007-10-23 |
| * | | Update lguest documentation to reflect the new virtual block device name. | Chris Malley | 2007-10-23 |
| * | | generalize lgread_u32/lgwrite_u32. | Rusty Russell | 2007-10-23 |
| * | | Example launcher handle guests not being ready for input | Rusty Russell | 2007-10-23 |
| * | | Update example launcher for virtio | Rusty Russell | 2007-10-23 |
| * | | Lguest support for Virtio | Rusty Russell | 2007-10-23 |
| * | | Remove old lguest I/O infrrasructure. | Rusty Russell | 2007-10-23 |
| * | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 |
| * | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 |
| * | | Module autoprobing support for virtio drivers. | Rusty Russell | 2007-10-23 |
| * | | Virtio console driver | Rusty Russell | 2007-10-23 |
| * | | Block driver using virtio. | Rusty Russell | 2007-10-23 |
| * | | Net driver using virtio | Rusty Russell | 2007-10-23 |
| * | | Virtio interface | Rusty Russell | 2007-10-23 |