summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-12slab: fix gfp flag in setup_cpu_cache()Pekka Enberg1-1/+1
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1794-34790/+103078
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin1-12/+29
2009-06-12lguest: suppress notifications in example LauncherRusty Russell1-0/+15
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell1-1/+16
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell1-0/+9
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell1-19/+22
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell4-43/+5
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell1-574/+259
2009-06-12lguest: use eventfds for device notificationRusty Russell5-6/+116
2009-06-12eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell1-0/+3
2009-06-12lguest: allow any process to send interruptsRusty Russell3-12/+18
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui9-48/+403
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2-10/+25
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui5-6/+6
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2-21/+22
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui2-2/+2
2009-06-12lguest: fix writev returning short on console outputRusty Russell1-1/+6
2009-06-12lguest: clean up length-used value in example launcherRusty Russell1-7/+4
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui1-1/+1
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin1-1/+1
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell1-2/+1
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell3-30/+74
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell8-16/+43
2009-06-12lguest: fix race in halt codeRusty Russell3-12/+31
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell1-7/+1
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2-5/+5
2009-06-12sched: export kick_processRusty Russell1-0/+1
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell1-3/+4
2009-06-12lguest: clean up lguest_init_IRQRusty Russell1-5/+4
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell1-55/+47
2009-06-12lguest: be paranoid about guest playing with device descriptors.Rusty Russell1-10/+17
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger2-2/+2
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell1-8/+16
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2-2/+78
2009-06-12virtio: teach virtio_has_feature() about transport featuresMark McLoughlin1-1/+3
2009-06-12virtio: expose features in sysfsRusty Russell1-0/+16
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin2-20/+218
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin10-89/+183
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell14-31/+56
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2009-06-12virtio: fix obsolete documentation on probe functionRusty Russell1-2/+1
2009-06-12GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse1-4/+0
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra4-10/+105
2009-06-12perf record: Explicity program a default counterPeter Zijlstra1-2/+5
2009-06-12perf_counter: Remove PERF_TYPE_RAW special casingPeter Zijlstra1-5/+1