Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 9p: fix memleak in fs/9p/v9fs.c | Adrian Bunk | 2007-10-23 | 1 | -0/+1 | |
| * | | | | 9p: add virtio transport | Eric Van Hensbergen | 2007-10-23 | 5 | -3/+379 | |
* | | | | | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 | 12 | -3/+12 | |
* | | | | | xtensa: fix sg->page fallout | Emil Medve | 2007-10-23 | 1 | -8/+5 | |
* | | | | | mmc: fix sg->page fallout | Emil Medve | 2007-10-23 | 1 | -1/+1 | |
* | | | | | [SG] Add debug check for page alignment | Jens Axboe | 2007-10-23 | 1 | -0/+5 | |
|/ / / / | ||||||
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 19 | -324/+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 | |
| * | | | | mlx4_core: Kill mlx4_write64_raw() | Roland Dreier | 2007-10-14 | 1 | -11/+0 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2007-10-23 | 70 | -4401/+4822 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use "struct boot_params" in example launcher | Rusty Russell | 2007-10-23 | 1 | -25/+22 | |
| * | | | | | Loading bzImage directly. | Rusty Russell | 2007-10-23 | 1 | -64/+29 | |
| * | | | | | Revert lguest magic and use hook in head.S | Rusty Russell | 2007-10-23 | 3 | -58/+18 | |
| * | | | | | Update lguest documentation to reflect the new virtual block device name. | Chris Malley | 2007-10-23 | 1 | -3/+3 | |
| * | | | | | generalize lgread_u32/lgwrite_u32. | Rusty Russell | 2007-10-23 | 7 | -46/+38 | |
| * | | | | | Example launcher handle guests not being ready for input | Rusty Russell | 2007-10-23 | 1 | -50/+57 | |
| * | | | | | Update example launcher for virtio | Rusty Russell | 2007-10-23 | 1 | -462/+681 | |
| * | | | | | Lguest support for Virtio | Rusty Russell | 2007-10-23 | 5 | -28/+421 | |
| * | | | | | Remove old lguest I/O infrrasructure. | Rusty Russell | 2007-10-23 | 8 | -752/+21 | |
| * | | | | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 | 13 | -1503/+0 | |
| * | | | | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 | 5 | -0/+439 | |
| * | | | | | Module autoprobing support for virtio drivers. | Rusty Russell | 2007-10-23 | 2 | -0/+36 | |
| * | | | | | Virtio console driver | Rusty Russell | 2007-10-23 | 4 | -0/+242 | |
| * | | | | | Block driver using virtio. | Rusty Russell | 2007-10-23 | 5 | -0/+367 | |
| * | | | | | Net driver using virtio | Rusty Russell | 2007-10-23 | 5 | -0/+479 | |
| * | | | | | Virtio interface | Rusty Russell | 2007-10-23 | 10 | -0/+419 | |
| * | | | | | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 2007-10-23 | 12 | -148/+141 | |
| * | | | | | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 6 | -11/+79 | |
| * | | | | | 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 | |
| * | | | | | lguest.h declares a struct timespec, make it include linux/time.h | Jes Sorensen | 2007-10-23 | 1 | -0/+1 | |
| * | | | | | 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 | 2 | -28/+30 | |
| * | | | | | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 6 | -84/+104 | |
| * | | | | | 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 | 2 | -4/+3 | |
| * | | | | | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 9 | -522/+613 |