2011-01-23 |
Pekka Enberg | kvm tools: Cleanup virtqueue handling |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Pekka Enberg | kvm,8250: Fix device initial state |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Pekka Enberg | kvm tools: Cleanup termios handling |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Pekka Enberg | kvm: Remove duplicate headers |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Pekka Enberg | Revert "kvm,virtio: add scatter-gather support" |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Cyrill Gorcunov | virtio, block: Rename IOPORT_VIRTIO to IOPORT_VIRTIO_BLK |
commit | commitdiff | tree | snapshot |
2011-01-13 |
Asias He | kvm,virtio: add scatter-gather support |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm: Cleanup interrupt timer logic |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,serial: Implement 16550A FIFO support |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,8250: Implement missing register emulation |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Cyrill Gorcunov | 8250-serial: Emulate 8250 behaviour on autoprobing |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,8250: Cleanup receive emulation |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,8250: Fix ->counter clearing |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,8250: Fix "too much work for irq4" problems |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm,8250: Make ttyS1 and ttyS2 disabled |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm: Support for more than one serial ttys |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm: Improve 8250 serial console interrupt handling |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | kvm: Use disk name for mounting root |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Pekka Enberg | Merge branch 'master' of /home/penberg/kvm into kvm... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Cyrill Gorcunov | 8250-serial: Make transmitter being always ready to... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Cyrill Gorcunov | 8250-serial: Use linux/serial-reg.h with predefined... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Cyrill Gorcunov | 8250-serial: Simplify is_readable function |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cyrill Gorcunov | kvm: save/restore std ttys |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm: Put terminal in canonical mode |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm,8250: Implement serial input support |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cyrill Gorcunov | make: Add TAGS, tags targets and tune cscope |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm: Use serial console by default |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm,8250: Inject interrupts to guest |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm: Rename early_printk.c to 8250-serial.c |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Pekka Enberg | kvm: Implement support interrupt injection |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Asias He | kvm: Add rw to default kernel command line parameters |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Asias He | kvm,virtio: do not publish read only feature to guest |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Asias He | kvm,virtio: move SECTOR_SHIFT and SECTOR_SIZE to disk... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm,serial: Enable THRI bit in IIR register |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Fix magic numbers in 8250 support |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Improve 8250 serial console support |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Redirect serial console to stdout, not stderr |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Implement virtio block device write support |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Kill debug logging from blk-virtio.c |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Support MSR register for serial console |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Fix virtio block device support some more |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Pekka Enberg | kvm: Fix virtqueue ring index check |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Asias He | virtio: capacity should be in 512-byte sectors |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Fail if user specifies a QCOW disk image |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Improve kvm__init() error message |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Enable virtio block device if disk image specified |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | Merge branch 'master' of git://github.com/cyrillos/vm |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cyrill Gorcunov | virtio-blk: Leave disk geometry to compute in kernel |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | kvm: Introduce a list of known BUGS |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | kvm: Cleanup disk geometry setup code |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cyrill Gorcunov | kvm: Setup disk geometry if needed |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Use disk image API from virtio block device |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Add support for disk images |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Kill stale interrupt configuration comment |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Implement virtio blk device vring lookup |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Linus Torvalds | Linux 2.6.37 v2.6.37 |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement virtqueues for virtio block device |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Joel Sing | ipv4/route.c: respect prefsrc for local routes |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Christoph Hellwig | remove trim_fs method from Documentation/filesystems... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Add ->queue_selector and ->queue_pfn to struct... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Make virtio block device read-only |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement virtio blk device config space |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | Revert "kvm: Fix virtio block PCI device IRQ configuration" |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Remove bogus #include directive |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Don't use VIRTIO_BLK_F_SEG_MAX in the hypervisor |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Cleanup virtio block device I/O functions |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement "host features" for virtio blk device |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Linus Torvalds | Merge master.kernel.org:/home/rmk/linux-2.6-arm |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Andrew Morton | arch/mn10300/kernel/irq.c: fix build |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Mimi Zohar | ima: fix add LSM rule bug |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Russell King | Merge branch 'fix' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Florian Westphal | bridge: stp: ensure mac header is set |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Linus Torvalds | Merge branch 'perf-fixes-for-linus' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Linus Torvalds | Merge branch 'v4l_for_linus' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Linus Torvalds | Merge branch 'fixes' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Jan Beulich | name_to_dev_t() must not call __init code |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Tomas Winkler | bridge: fix br_multicast_ipv6_rcv for paged skbs |
commit | commitdiff | tree | snapshot |
2011-01-03 |
J. K. Cliburn | atl1: fix oops when changing tx/rx ring params |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ingo Molnar | Merge branch 'perf/urgent' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Cyrill Gorcunov | bios: Use proper grep syntax |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Pekka Enberg | kvm: Fix virtio block PCI device IRQ configuration |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Aric D. Blumer | ARM: pxa: fix page table corruption on resume |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Mike Rapoport | ARM: it8152: add IT8152_LAST_IRQ definition to fix... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Lennert Buytenhek | ARM: pxa: PXA_ESERIES depends on FB_W100. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Frederic Weisbecker | perf: Fix callchain hit bad cast on ascii display |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Robert Richter | arch/x86/oprofile/op_model_amd.c: Perform initialisatio... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Hans Verkuil | [media] em28xx: radio_fops should also use unlocked_ioctl |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Mauro Carvalho... | [media] wm8775: Revert changeset fcb9757333 to avoid... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Andy Walls | [media] cx25840: Prevent device probe failure due to... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Guennadi Liakhovetski | dmaengine: provide dummy functions for DMA_ENGINE=n |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Saeed Bishara | mv_xor: fix race in tasklet function |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Axel Lin | ARM: 6605/1: Add missing include "asm/memory.h" |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ben Hutchings | watchdog: Improve initialisation error message and... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Maurus Cuelenaere | hwmon: (s3c-hwmon) Fix compilation |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Linus Torvalds | Merge branch 'kvm-updates/2.6.37' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Linus Torvalds | Merge branch 'rc-fixes' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Takashi Iwai | Merge branch 'fix/asoc' into for-linus |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Avi Kivity | KVM: i8259: initialize isr_ack |
commit | commitdiff | tree | snapshot |
next |