aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui
2009-06-12lguest: fix writev returning short on console outputRusty Russell
2009-06-12lguest: clean up length-used value in example launcherRusty Russell
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell
2009-06-12sched: export kick_processRusty Russell
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell
2009-06-12lguest: clean up lguest_init_IRQRusty Russell
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell
2009-06-12lguest: be paranoid about guest playing with device descriptors.Rusty Russell
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin
2009-06-12virtio: teach virtio_has_feature() about transport featuresMark McLoughlin
2009-06-12virtio: expose features in sysfsRusty Russell
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell
2009-06-12virtio: fix obsolete documentation on probe functionRusty Russell
2009-06-12GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell
2009-06-12module: trim exception table on init free.Rusty Russell
2009-06-12module: merge module_alloc() finallyAmerigo Wang
2009-06-12uml module: fix uml build process due to this mergeAmerigo Wang
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang
2009-06-12uvesafb: improve parameter handling.Rusty Russell
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell
2009-06-12module_param: split perm field into flags and permRusty Russell
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell
2009-06-12cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki
2009-06-12GFS2: Add tracepointsSteven Whitehouse
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap