summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2009-06-1221-818/+1103
|\
| * lguest: add support for indirect ring entriesMark McLoughlin2009-06-121-12/+29
| * lguest: suppress notifications in example LauncherRusty Russell2009-06-121-0/+15
| * lguest: try to batch interrupts on network receiveRusty Russell2009-06-121-1/+16
| * lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell2009-06-121-0/+9
| * lguest: implement deferred interrupts in example LauncherRusty Russell2009-06-121-19/+22
| * lguest: remove obsolete LHREQ_BREAK callRusty Russell2009-06-124-43/+5
| * lguest: have example Launcher service all devices in separate threadsRusty Russell2009-06-121-574/+259
| * lguest: use eventfds for device notificationRusty Russell2009-06-125-6/+116
| * eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell2009-06-121-0/+3
| * lguest: allow any process to send interruptsRusty Russell2009-06-123-12/+18
| * lguest: PAE fixesRusty Russell2009-06-121-17/+21
| * lguest: PAE supportMatias Zabaljauregui2009-06-129-48/+403
| * lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2009-06-122-10/+25
| * lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-125-6/+6
| * lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-122-21/+22
| * lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-122-2/+2
| * lguest: fix writev returning short on console outputRusty Russell2009-06-121-1/+6
| * lguest: clean up length-used value in example launcherRusty Russell2009-06-121-7/+4
| * lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui2009-06-121-1/+1
| * lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin2009-06-121-1/+1
| * lguest: clean up example launcher compile flags.Rusty Russell2009-06-121-2/+1
| * lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell2009-06-123-30/+74
| * lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-128-16/+43
| * lguest: fix race in halt codeRusty Russell2009-06-123-12/+31
| * lguest: remove invalid interrupt forcing logic.Rusty Russell2009-06-121-7/+1
| * lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2009-06-122-5/+5
| * sched: export kick_processRusty Russell2009-06-121-0/+1
| * lguest: get more serious about wmb() in example Launcher codeRusty Russell2009-06-121-3/+4
| * lguest: clean up lguest_init_IRQRusty Russell2009-06-121-5/+4
| * lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell2009-06-121-55/+47
| * lguest: be paranoid about guest playing with device descriptors.Rusty Russell2009-06-121-10/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds2009-06-1216-158/+592
|\ \
| * | virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-122-2/+2
| * | virtio: fix id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
| * | virtio: handle short buffers in virtio_rng.Rusty Russell2009-06-121-8/+16
| * | virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
| * | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-122-2/+78
| * | virtio: teach virtio_has_feature() about transport featuresMark McLoughlin2009-06-121-1/+3
| * | virtio: expose features in sysfsRusty Russell2009-06-121-0/+16
| * | virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-122-20/+218
| * | virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-121-19/+34
| * | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-1210-89/+183
| * | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-1214-31/+56
| * | virtio: meet virtio spec by finalizing features before using deviceRusty Russell2009-06-121-3/+4
| * | virtio: fix obsolete documentation on probe functionRusty Russell2009-06-121-2/+1
| |/
* | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds2009-06-129-231/+980
|\ \
| * | CUSE: implement CUSE - Character device in UserspaceTejun Heo2009-06-094-0/+652
| * | fuse: export symbols to be used by CUSETejun Heo2009-04-284-9/+39
| * | fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo2009-04-283-53/+72
OpenPOWER on IntegriCloud