Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2007-10-23 | 54 | -2598/+1998 |
|\ | |||||
| * | x86: clean up setup.h and the boot code | H. Peter Anvin | 2007-10-23 | 1 | -6/+7 |
| * | x86: Save registers in saved_context during suspend and hibernation | Rafael J. Wysocki | 2007-10-23 | 1 | -16/+7 |
| * | x86: merge setup_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -95/+60 |
| * | x86: merge signal_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -425/+263 |
| * | x86: merge required-features.h | Brian Gerst | 2007-10-23 | 3 | -104/+70 |
| * | x86: merge sigcontext_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -154/+137 |
| * | x86: merge msr_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -360/+347 |
| * | x86: merge mttr_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -281/+163 |
| * | x86: merge statfs_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -77/+61 |
| * | x86: merge stat_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -134/+112 |
| * | x86: merge shmbuf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -94/+50 |
| * | x86: merge ptrace_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -158/+141 |
| * | x86: merge msgbuf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -72/+38 |
| * | x86: merge elf_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -358/+288 |
| * | x86: merge byteorder_32/64.h | Thomas Gleixner | 2007-10-23 | 4 | -104/+70 |
| * | x86: unify div64{,_32,_64}.h | Chris Snook | 2007-10-23 | 3 | -56/+57 |
| * | x86: unify a.out{,_32,_64}.h | Chris Snook | 2007-10-23 | 4 | -65/+25 |
| * | x86: add safe_smp_processor_id for x86_64 | Hiroshi Shimamoto | 2007-10-23 | 1 | -0/+2 |
| * | x86: add lapic_shutdown for x86_64 | Hiroshi Shimamoto | 2007-10-23 | 1 | -0/+1 |
| * | x86: merge mmu{,_32,_64}.h | Chris Snook | 2007-10-23 | 3 | -43/+22 |
| * | x86: lock bitops | Nick Piggin | 2007-10-23 | 2 | -2/+83 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-23 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | [SCSI] include linux/scatterlist.h in scsi_eh.h | James Bottomley | 2007-10-17 | 1 | -0/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2007-10-23 | 1 | -0/+10 |
|\ \ | |||||
| * | | 9p: add virtio transport | Eric Van Hensbergen | 2007-10-23 | 1 | -0/+10 |
* | | | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 | 1 | -0/+1 |
* | | | xtensa: fix sg->page fallout | Emil Medve | 2007-10-23 | 1 | -8/+5 |
* | | | [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 | 1 | -11/+0 |
|\ \ | |||||
| * | | 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 | 24 | -433/+867 |
|\ \ \ | |||||
| * | | | Lguest support for Virtio | Rusty Russell | 2007-10-23 | 1 | -28/+19 |
| * | | | Remove old lguest I/O infrrasructure. | Rusty Russell | 2007-10-23 | 2 | -37/+2 |
| * | | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 | 2 | -77/+0 |
| * | | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 | 1 | -0/+119 |
| * | | | Virtio console driver | Rusty Russell | 2007-10-23 | 1 | -0/+12 |
| * | | | Block driver using virtio. | Rusty Russell | 2007-10-23 | 2 | -0/+52 |
| * | | | Net driver using virtio | Rusty Russell | 2007-10-23 | 2 | -0/+37 |
| * | | | Virtio interface | Rusty Russell | 2007-10-23 | 4 | -0/+228 |
| * | | | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 2007-10-23 | 2 | -3/+9 |
| * | | | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 1 | -0/+3 |
| * | | | lguest.h declares a struct timespec, make it include linux/time.h | Jes Sorensen | 2007-10-23 | 1 | -0/+1 |
| * | | | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 2 | -4/+6 |
| * | | | Reorder guest saved regs to match hyperall order | Jes Sorensen | 2007-10-23 | 1 | -2/+1 |
| * | | | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 1 | -0/+87 |
| * | | | Remove fixed limit on number of guests, and lguests array. | Rusty Russell | 2007-10-23 | 1 | -2/+0 |
| * | | | Move lguest hcalls to arch-specific header | Jes Sorensen | 2007-10-23 | 2 | -65/+71 |
| * | | | Make lguest_launcher.h types userspace-friendly | Rusty Russell | 2007-10-23 | 1 | -10/+11 |
| * | | | Make asm-x86/bootparam.h includable from userspace. | Rusty Russell | 2007-10-23 | 12 | -224/+228 |