summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-10-234-7/+374
|\
| * [WATCHDOG] Documentation/watchdog/src/watchdog-simple.c: improve this codeWANG Cong2007-10-231-4/+14
| * [WATCHDOG] AR7: watchdog timerMatteo Croce2007-10-233-0/+356
| * [WATCHDOG] Linux kernel IPC SBC Watchdog Timer driverVeljkovic Srdjan2007-10-231-3/+4
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-233-7/+9
|\ \
| * | [ARM] 4630/1: Fix the vector stride of the double vector instruction.Takashi Ohmasa2007-10-201-4/+4
| * | [ARM] 4629/1: Fix VFP emulation code to clear all exception flags of FPEXCTakashi Ohmasa2007-10-201-1/+1
| * | [ARM] 4613/1: pxa300: MFP typo fixAleksey Makarov2007-10-201-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-10-237-5/+382
|\ \ \
| * | | 9p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov2007-10-231-2/+2
| * | | 9p: fix memleak in fs/9p/v9fs.cAdrian Bunk2007-10-231-0/+1
| * | | 9p: add virtio transportEric Van Hensbergen2007-10-235-3/+379
* | | | [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-2312-3/+12
* | | | xtensa: fix sg->page falloutEmil Medve2007-10-231-8/+5
* | | | mmc: fix sg->page falloutEmil Medve2007-10-231-1/+1
* | | | [SG] Add debug check for page alignmentJens Axboe2007-10-231-0/+5
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-2319-324/+284
|\ \ \
| * | | mlx4_core: Increase command timeout for INIT_HCA to 10 secondsJack Morgenstein2007-10-211-1/+1
| * | | IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-194-95/+82
| * | | IB/uverbs: Fix checking of userspace object ownershipRoland Dreier2007-10-191-2/+6
| * | | IB/mlx4: Sanity check userspace send queue sizesJack Morgenstein2007-10-181-2/+14
| * | | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-171-1/+1
| * | | IB/ehca: Enable large page MRs by defaultJoachim Fenkes2007-10-171-1/+1
| * | | IB/ehca: Change meaning of hca_cap_mr_pgsizeJoachim Fenkes2007-10-174-22/+36
| * | | IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()Joachim Fenkes2007-10-171-11/+4
| * | | IB/ehca: Fix masking error in {,re}reg_phys_mr()Joachim Fenkes2007-10-171-2/+2
| * | | IB/ehca: Supply QP token for SRQ base QPsJoachim Fenkes2007-10-171-1/+3
| * | | IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard2007-10-161-2/+4
| * | | RDMA/cma: Fix deadlock destroying listen requestsSean Hefty2007-10-161-47/+23
| * | | RDMA/cma: Add locking around QP accessesSean Hefty2007-10-161-30/+60
| * | | IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier2007-10-155-96/+47
| * | | mlx4_core: Kill mlx4_write64_raw()Roland Dreier2007-10-141-11/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2007-10-2370-4401/+4822
|\ \ \ \
| * | | | Use "struct boot_params" in example launcherRusty Russell2007-10-231-25/+22
| * | | | Loading bzImage directly.Rusty Russell2007-10-231-64/+29
| * | | | Revert lguest magic and use hook in head.SRusty Russell2007-10-233-58/+18
| * | | | Update lguest documentation to reflect the new virtual block device name.Chris Malley2007-10-231-3/+3
| * | | | generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-237-46/+38
| * | | | Example launcher handle guests not being ready for inputRusty Russell2007-10-231-50/+57
| * | | | Update example launcher for virtioRusty Russell2007-10-231-462/+681
| * | | | Lguest support for VirtioRusty Russell2007-10-235-28/+421
| * | | | Remove old lguest I/O infrrasructure.Rusty Russell2007-10-238-752/+21
| * | | | Remove old lguest bus and drivers.Rusty Russell2007-10-2313-1503/+0
| * | | | Virtio helper routines for a descriptor ringbuffer implementationRusty Russell2007-10-235-0/+439
| * | | | Module autoprobing support for virtio drivers.Rusty Russell2007-10-232-0/+36
| * | | | Virtio console driverRusty Russell2007-10-234-0/+242
| * | | | Block driver using virtio.Rusty Russell2007-10-235-0/+367
| * | | | Net driver using virtioRusty Russell2007-10-235-0/+479
| * | | | Virtio interfaceRusty Russell2007-10-2310-0/+419
| * | | | Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-2312-148/+141