index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2007-10-24
3
-3
/
+360
|
\
|
*
[WATCHDOG] AR7: watchdog timer
Matteo Croce
2007-10-23
3
-0
/
+356
|
*
[WATCHDOG] Linux kernel IPC SBC Watchdog Timer driver
Veljkovic Srdjan
2007-10-23
1
-3
/
+4
*
|
[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-22
1
-1
/
+1
|
*
|
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
2007-10-20
4
-95
/
+82
|
*
|
IB/uverbs: Fix checking of userspace object ownership
Roland Dreier
2007-10-20
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-18
1
-1
/
+1
|
*
|
IB/ehca: Enable large page MRs by default
Joachim Fenkes
2007-10-18
1
-1
/
+1
|
*
|
IB/ehca: Change meaning of hca_cap_mr_pgsize
Joachim Fenkes
2007-10-18
4
-22
/
+36
|
*
|
IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()
Joachim Fenkes
2007-10-18
1
-11
/
+4
|
*
|
IB/ehca: Fix masking error in {,re}reg_phys_mr()
Joachim Fenkes
2007-10-18
1
-2
/
+2
|
*
|
IB/ehca: Supply QP token for SRQ base QPs
Joachim Fenkes
2007-10-18
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-16
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
|
*
|
|
Introduce guest mem offset, static link example launcher
Rusty Russell
2007-10-23
6
-38
/
+50
|
*
|
|
Rename switcher.S to x86/switcher_32.S
Rusty Russell
2007-10-23
2
-3
/
+5
|
*
|
|
Move lguest guest support to arch/x86.
Rusty Russell
2007-10-23
3
-1201
/
+2
|
*
|
|
Clocksource is continuous regardless of the state of the host's TSC.
Tony Breeds
2007-10-23
1
-3
/
+2
|
*
|
|
lguest_devices belongs in lguest_bus.c: it's not i386-specific.
Rusty Russell
2007-10-23
2
-1
/
+2
|
*
|
|
Lguest currently depends on 32-bit x86, not just x86.
Rusty Russell
2007-10-23
1
-1
/
+1
|
*
|
|
Use copy_to_user() not put_user for struct timespec
Jes Sorensen
2007-10-23
1
-1
/
+1
[next]