summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell16-32/+0
2009-06-12module: trim exception table on init free.Rusty Russell7-1/+101
2009-06-12module: merge module_alloc() finallyAmerigo Wang3-11/+12
2009-06-12uml module: fix uml build process due to this mergeAmerigo Wang3-25/+2
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang4-224/+161
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang4-124/+99
2009-06-12uvesafb: improve parameter handling.Rusty Russell1-6/+4
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2-16/+49
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell1-0/+5
2009-06-12module_param: split perm field into flags and permRusty Russell2-8/+9
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell3-4/+4
2009-06-12cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell1-5/+4
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu3-5/+9
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu1-1/+1
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki3-20/+32
2009-06-12GFS2: Add tracepointsSteven Whitehouse8-6/+442
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas1-0/+2
2009-06-12block: fix kernel-doc in recent block/ changesRandy Dunlap2-13/+14
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds147-1834/+1707
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds23-187/+178