| Commit message (Expand) | Author | Age |
* | remove unused header file: drivers/serial/crisv10.h | Robert P. J. Day | 2007-05-07 |
* | remove software_suspend() | Johannes Berg | 2007-05-07 |
* | Blackfin: blackfin on-chip SPI controller driver | Wu, Bryan | 2007-05-07 |
* | Blackfin: on-chip RTC controller driver | Wu, Bryan | 2007-05-07 |
* | Blackfin: add blackfin support in smc91x ethernet controller driver | Wu, Bryan | 2007-05-07 |
* | blackfin: serial driver | Bryan Wu | 2007-05-07 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 |
* | mm: remove destroy_dirty_buffers from invalidate_bdev() | Peter Zijlstra | 2007-05-07 |
* | tty_register_driver: only allocate tty instances when defined | Andy Whitcroft | 2007-05-07 |
* | Introduce CONFIG_HAS_DMA | Heiko Carstens | 2007-05-07 |
* | mm: make read_cache_page synchronous | Nick Piggin | 2007-05-07 |
* | Serial: serial_core, use pr_debug | Jiri Slaby | 2007-05-07 |
* | MPSC serial driver tx locking | Dave Jiang | 2007-05-07 |
* | serial: define FIXED_PORT flag for serial_core | David Gibson | 2007-05-07 |
* | RM9000 serial driver | Thomas Koeller | 2007-05-07 |
* | serial driver PMC MSP71xx | Marc St-Jean | 2007-05-07 |
* | add new_id to PCMCIA drivers | Bernhard Walle | 2007-05-07 |
* | at91_cf, minor fix | David Brownell | 2007-05-07 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-05-06 |
|\ |
|
| * | kconfig: fix path to modules.txt in Kconfig help | Alexander E. Patrakov | 2007-05-02 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2007-05-06 |
|\ \ |
|
| * | | KVM: Remove unused 'instruction_length' | Avi Kivity | 2007-05-03 |
| * | | KVM: Don't require explicit indication of completion of mmio or pio | Avi Kivity | 2007-05-03 |
| * | | KVM: Remove extraneous guest entry on mmio read | Avi Kivity | 2007-05-03 |
| * | | KVM: SVM: Only save/restore MSRs when needed | Anthony Liguori | 2007-05-03 |
| * | | KVM: fix an if() condition | Adrian Bunk | 2007-05-03 |
| * | | KVM: VMX: Add lazy FPU support for VT | Anthony Liguori | 2007-05-03 |
| * | | KVM: VMX: Properly shadow the CR0 register in the vcpu struct | Anthony Liguori | 2007-05-03 |
| * | | KVM: Don't complain about cpu erratum AA15 | Avi Kivity | 2007-05-03 |
| * | | KVM: Lazy FPU support for SVM | Anthony Liguori | 2007-05-03 |
| * | | KVM: Allow passing 64-bit values to the emulated read/write API | Avi Kivity | 2007-05-03 |
| * | | KVM: Per-vcpu statistics | Avi Kivity | 2007-05-03 |
| * | | KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles | Yaozu Dong | 2007-05-03 |
| * | | KVM: MMU: Avoid heavy ASSERT at non debug mode. | Yaozu Dong | 2007-05-03 |
| * | | KVM: VMX: Only save/restore MSR_K6_STAR if necessary | Avi Kivity | 2007-05-03 |
| * | | KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c | Avi Kivity | 2007-05-03 |
| * | | KVM: VMX: Don't switch 64-bit msrs for 32-bit guests | Avi Kivity | 2007-05-03 |
| * | | KVM: VMX: Reduce unnecessary saving of host msrs | Avi Kivity | 2007-05-03 |
| * | | KVM: Handle guest page faults when emulating mmio | Avi Kivity | 2007-05-03 |
| * | | KVM: SVM: Report hardware exit reason to userspace instead of dmesg | Avi Kivity | 2007-05-03 |
| * | | KVM: Retry sleeping allocation if atomic allocation fails | Avi Kivity | 2007-05-03 |
| * | | KVM: Use slab caches to allocate mmu data structures | Avi Kivity | 2007-05-03 |
| * | | KVM: Handle partial pae pdptr | Avi Kivity | 2007-05-03 |
| * | | KVM: Initialize cr0 to indicate an fpu is present | Avi Kivity | 2007-05-03 |
| * | | KVM: Fix overflow bug in overflow detection code | Eric Sesterhenn / Snakebyte | 2007-05-03 |
| * | | KVM: Use kernel-standard types | Avi Kivity | 2007-05-03 |
| * | | KVM: SVM: enable LBRV virtualization if available | Joerg Roedel | 2007-05-03 |
| * | | KVM: Add fpu get/set operations | Avi Kivity | 2007-05-03 |
| * | | KVM: Add physical memory aliasing feature | Avi Kivity | 2007-05-03 |
| * | | KVM: Simply gfn_to_page() | Avi Kivity | 2007-05-03 |